(i) First, calculate E(Y).
E(Y)=∑yP(Y=y)
E(Y)=(0×0.1)+(1×0.3)+(2×0.4)+(3×0.2)
E(Y)=0+0.3+0.8+0.6=1.7
Next, to find Var(Y), we first need E(Y2).
E(Y2)=∑y2P(Y=y)
E(Y2)=(02×0.1)+(12×0.3)+(22×0.4)+(32×0.2)
E(Y2)=(0×0.1)+(1×0.3)+(4×0.4)+(9×0.2)
E(Y2)=0+0.3+1.6+1.8=3.7
Now use the variance formula: Var(Y)=E(Y2)−[E(Y)]2.
Var(Y)=3.7−(1.7)2
Var(Y)=3.7−2.89=0.81
(ii) We use the rules for linear transformations.
Given Z=5Y−2, we have a=5 and b=−2.
For expectation: E(Z)=E(5Y−2)=5E(Y)−2.
E(Z)=5(1.7)−2=8.5−2=6.5
For variance: Var(Z)=Var(5Y−2)=52Var(Y).
Var(Z)=25×Var(Y)=25×0.81
Var(Z)=20.25