I'm stuck, can anyone help me with this "easy" statistics?
X Y p(x,y)
0 0 0,20
0 1 0,25
1 0 0,30
1 1 0,25
Var (X+Y) = ?
E (Y(X=0) = ?
Thanks a lot!!


x and y, separately, can be 0 or 1 so x+ y can be 0, 1, or 2.
What must x and y be so that x+ y= 0? What is the probability of that?
What must x and y be so that x+ y= 1? What is the probability of that?
What must x and y be so that x+ y= 2? What is the probability of that?


Your probability distribution for z= x+ y, 0,20 that z= 0, 0,55 that z= 1, and 0,25 that z= 2, is correct. Now, the expected value is 0(0,20)+ 1(0,55)+ 2(0,25)= 1,10+ 0,50= 1,60. The variance, then, is 0,20(0- 1,60)^2+ 0,55(1- 1,60)^2+ 0,25(2- 1,60)^2. You used the values, not the variation from the expected value.