Expected value and variance of these sums

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Dixanadu
Messages
250
Reaction score
2
Hi guys,

Suppose I have the function
[itex]x = a + b -1[/itex]
where a, b have expected values of 0.5 each. What is the expected value of x? is it 0.5 + 0.5 -1 = 0? or is it just 0.5 + 0.5?

Secondly, suppose the same equation as above, [itex]x = a + b -1[/itex]. If the variance of both a and b is 1/12, what is the variance of x?

I know this is really basic but I just don't understand. Thanks guys!
 
on Phys.org
The expected value of x is 0, as you should expect. The expected value of a constant is its value.

If a and b are independent, the the variances just add, so the variance of x is 1/6. Note that the variance of a constant is 0.
 
Okay, thank you :)