Given: There are 3 rotten apples and 7 good apples, so total apples N=10. Four apples are drawn without replacement, so n=4. The random variable X denotes the number of rotten apples drawn.
Find: The value of 10(μ2+σ2).
Since the draws are made without replacement, X follows a hypergeometric distribution. Its probability mass function is
P(X=k)=(410)(k3)(4−k7)For a hypergeometric distribution,
μ=NnK,σ2=N2(N−1)nK(N−K)(N−n)
where K=3, n=4, and N=10.
Now compute the mean:
μ=104×3=1012=1.2Now compute the variance:
σ2=102×(10−1)4×3×(10−3)×(10−4)=100×94×3×7×6=900504=0.56Therefore,
μ2=(1.2)2=1.44,μ2+σ2=1.44+0.56=2
So,
10(μ2+σ2)=10×2=20Therefore, the value is 20. The solution working gives 20, which matches option A. The solution text stating option D / option (4) is inconsistent with the actual calculation.