The number of possible samples which can be selected without replacement is
(Nn)=n!⋅(N−n)!N!==3!⋅2!5!=24⋅5=10.
All the possible samples of sizes n=3 wich can be drawn without replacement from the population:
{(2,4,9),(2,4,10),(2,4,5),(2,9,10),(2,9,5),(2,10,5),(4,9,10),(4,9,5),(4,10,5),(9,10,5)}.
Population mean:
μ=52+4+9+10+5=6.
Population variance:
σ2=∑(xi−μ)2⋅P(xi),
X−μ={2−6,4−6,9−6,10−6,5−6}=
={−4,−2,3,4,−1},
σ2=(−4)2⋅51+(−2)2⋅51++32⋅51+42⋅51+(−1)2⋅51=9.2.
Mean of the sampling distribution of sample means:
μxˉ=μ=6.
Variance of the sampling distribution of sample means:
σxˉ2=nσ2=39.2=3.067.
Comments