X = {1,2,3,4,5,6}, Y = {1,2,3,4}, Z = {2,4,6,8}. The question is: work out standard deviation of A = 2S-1, where S = the sum of the three random variables.
I know that E(X) = 3.5, E(Y) = 2.5, E(Z) = 5
Var(X) = 2.916, Var(Y) 1.25, Var(Z) = 5
Now in order to find out the standard...