Variance of square of random variable

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
3 replies · 10K views
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
[tex]var(A^2+B^2) = E((A^2+B^2)^2) - E((A^2+B^2))^2[/tex]

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