
Patrick B. answered 04/25/19
Math and computer tutor/teacher
E(x+y) = (x+y)*Prob(x+y)
= (E(x)+E(y))Prob(x+y) <--- x = E(x) and y = E(y)
= E(x) * Prob(x+y) + E(y)*Prob(X+y)
= x*Prob(x)*Prob(x+y) + y*Prob(y)*Prob(x+y)
= Prob(x+y) [ x*Prob(x) + y*Prob(y) ]
= Prob(x+y) [ E(x) + E(y)]
= 1 * [ E(x) + E(y) ] <--- probability of all events is 1
= E(x) + E(y)