Variance of square of random variable

roflmao33
Messages
6
Reaction score
0

Homework Statement



Lets say I roll 2 fair dice and take the sum of the square of each dice. What formula will be the variance?

Homework Equations


var(x)=e(x^2)-e(x)^2

The Attempt at a Solution


For dice A;
E(A)=3.5
E(A^2)=91/6
^ same for dice B.

VAR(A^2+B^2)=E(A^4)-E(A^2)^2+E(B^4)-E(B^2)^2 ?
 
Physics news on Phys.org
how did you get to that? I'd start from
var(A^2+B^2) = E((A^2+B^2)^2) - E((A^2+B^2))^2

and simplify from there, though you'll probably end up at a similar place you need to justify it
 
well since i am throwing two different dice and squaring them, this means that they are independent, shouldn't I be able to use var(x+y)=var(x)+var(y)?

VAR(A^2+B^2)=E(A^4)-E(A^2)^2+E(B^4)-E(B^2)^2
 
yep, you just need to mention your assumptions, you can also say the expectation values will be the same for A & B
 
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