Independent solution
How to solve this Expectation and Variance question
Answer in brief
This is a variance-of-an-independent-sum calculation for a three-point count distribution. One individual count has variance 0.1456, so the 64-count total has variance 9.3184 and matches choice D.
Setup
Setup
Let X be one individual's count. Compute its first and second moments directly from its three possible values.
E[X]=0(0.90)+1(0.08)+2(0.02)=0.12 E[X2]=02(0.90)+12(0.08)+22(0.02)=0.16 Model
Model
Convert the two moments to an individual variance. Independence then makes the variance of the group total the sum of 64 equal variances.
Var(X)=E[X2]−E[X]2 Var(i=1∑64Xi)=i=1∑64Var(Xi) Compute
Compute
Evaluate the individual variance and multiply by the group size.
Var(X)=0.16−(0.12)2=0.1456 Var(i=1∑64Xi)=64(0.1456)=9.3184 Answer
Answer
The total variance rounds to 9.32.
9.3184≈9.32(D)