A bit more information then. I'm given the following data:
(I couldn't get a latex table to work on here for some reason)
X:-------- 0---------1---------2---------3---------4--------5
Pr(X): 0.07776 | 0.2592 | 0.3456 | 0.2304 | 0.0768 | 0.01024
X is the number of times heads appears in 5 rolls. From this I used the summation ## ∑_{i=0}^5 i(Pr(x)) ## and this gave me an expectation of 2. So, it is expected that 2 of the 5 flips will end in heads.
This much is clear. But when it comes to the next part I simply don't understand how/why it needs to be so complicated. I expect 2/5 to be heads so I expect to pay 64-15=$49. I say this only because I don't understand and want a deeper explanation of the purpose of it. This isn't a stats course homework but rather a class that, apparently, expected that I know all of this already.
Orodruin said:
The expectation value of a distribution is a number and not a stochastic variable. As such its variance will be zero. Did you intend to say that you calculated the variance of the distribution?
Yes, this is what I meant. Given the above table I used Var=E(X
2)-E(X)
2 and got a distribution variance of 3.2. This might be the wrong way because the Hint says that "The variance of any random variable X is =E(X
2)-E(X)
2 and also we know a simple formula for the variance of a distribution." I'm not sure what formula this is suggesting but I wonder if it is from the Binomial distribution where Var(X)=K
p(1-p). Where K
p is suppose to be the Expectation p is the probability of heads. This would give variance of 1.2 for 2/5 or 4.8 for 8/20.
Stephen Tashi said:
You can see from that formula that if E(X^2) = (E(X))^2 then the variance would be zero. The "random" variable would need to have a constant outcome.
Your were directed to consider the variance in order to help figure out the expected number of (heads^2).
Have you studied a formula for the variance of the sum of independent random variables? The 20 tosses can be regarded as a sum of 4 groups of 5 tosses each.
I understand that E(X^2) = (E(X))^2 isn't true here. But I'm stuck on why this matters. If I expect 8 heads then I should expect to pay 8
2. My understanding of statistics fails here, clearly. Your last question seems like exactly what I did at the beginning to get the variance of the 5 tosses. If I was suppose to get the expectation squared of that distribution (4) or (16/20) I'd end up with a variance of 8. Meaning, I suppose, that he'd pay anywhere from nothing (gets $15) to $(256-15). But I can't imagine this is right. This variance seems super high to me.
Thanks for the help.