Calculation of Variance
To calculate the variance of a discrete random variable, we use the formula:
Var(Y)=E[Y2]−(E[Y])2
Step 1: Calculate E[Y] (Expected Value)
E[Y]=∑y⋅P(Y=y)=(0×0.3)+(1×0.6)+(2×0.1)=0+0.6+0.2=0.8
Step 2: Calculate E[Y²]
E[Y2]=∑y2⋅P(Y=y)=(02×0.3)+(12×0.6)+(22×0.1)=(0×0.3)+(1×0.6)+(4×0.1)=0+0.6+0.4=1.0
Step 3: Calculate Variance
Var(Y)=E[Y2]−(E[Y])2=1.0−(0.8)2=1.0−0.64=0.36
Therefore, the variance of Y is 0.36, which corresponds to option B.