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,3,5),(2,3,7),(2,3,10),(2,5,7),(2,5,10),(2,7,10),(3,5,7),(3,5,10),(3,7,10),(5,7,10)}.
Comments