|
Here's the answer:
We can calculate it two different ways, either by directly calculating the chance of getting 2,3,4,5 diamonds, or by calculating the chance of NOT getting 1 or 0 diamonds. As you can see, the second way is twice faster.
1-(C(39,5)/C(52,5) + C(13,1)*C(39,4)/C(52,5)) which is 36.70%
or you could do it the long way which is
C(39,3)*C(13,2)/C(52,5) + C(39,2)*C(13,3)/C(52,5) + C(39,1)*C(13,4)/C(52,5) + C(13,5)/C(52,5)
also giving us the same result
swiggidy and spoon are the only people who got it right
pilipolio and settecba did it wrong, because they overcounted
|