What is the Variance of Tossed Coins?

  • Thread starter Thread starter anirudh dutta
  • Start date Start date
  • Tags Tags
    Variance
anirudh dutta
Messages
9
Reaction score
0

Homework Statement



Let Y denote the number of heads obtained when three fair coins are tossed.The
variance of Y2 is

Homework Equations





The Attempt at a Solution


MY problem is understanding what Y2 is. i have tried to calculate VAR(Y*Y) but my answer is wrong
 
Physics news on Phys.org


What is the probability distribution of Y itself? You can use this distribution to get the distribution of Z = Y^2. Then you can compute the variance of Z. Alternatively: can you see how to determine Var (Y^2) from the moments of Y?

RGV
 


i tried that...but
var(x*y)= [E(x)]2var(Y)+[E(y)]2var(x)+var(x)var(y)...
putting x=y...E[y]=3*.5...var[y]=3*.5*.5 ( i have taken y be be a binomial variate ).
thr answer i get is wrong
 


Let Y denote the number of heads obtained when three fair coins are tossed.

The probabiity that there are 0 heads is 1/8 so the probability Y^2= 0 is 1/8.

The probability that there is 1 head is 3/8 so the probability Y^2= 1 is 3/8.

The probability that there are 2 heads is 3/8 so the probabilty Y^2= 4 is 3/8.

The probability that there are 3 heads is 1/8 so the probability Y^2= 9 is 1/8.

Now can you find the mean value, \mu, of Y^2?

Can you find the expected value of \sum (Y^2- \mu)^2, the variance?
 


anirudh dutta said:
i tried that...but
var(x*y)= [E(x)]2var(Y)+[E(y)]2var(x)+var(x)var(y)...
putting x=y...E[y]=3*.5...var[y]=3*.5*.5 ( i have taken y be be a binomial variate ).
thr answer i get is wrong

You say "I tried that". Which suggestion does "that" refer to? (I gave you two suggestions.) HallsohIvy has expanded on my first suggestion, so let me expand on my second one. We know that for any random variable Z we have Var(Z) = E(Z^2) - (EZ)^2. Apply this to Z = Y^2.

The equation Var(X*Y) = Var(X)*(EY)^2 + Var(Y)*(EX)^2 + Var(X)*Var(Y) is true if X and Y are independent (or, at least, uncorrelated); it does not apply to the case X = Y with your Y.

RGV
 


Personally, I think using the basic definition of variance, \sum P(Y^2)(Y^2- \mu)^2, is simpler than using that formula.
 
Last edited by a moderator:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top