What is the probability that a hand of 13 cards dealt from a standard deck will contain no hearts?
3 Answers
The situation boils down to taking 13 cards out of a selection of 39 non-hearts from a total of 52.
1st card: P(non-heart)=39/52
2nd card: P(non-heart)=38/51
3rd card: P(non-heart)=37/50
And so on.
After that you multiply these probabilities, because it's an AND-situation.
GC:
(39 nCr 13)/(52 nCr 13)
Just another way of thinking about it:
There are
There are a total of
The probability of dealing a non-Heart hand is
(the number of ways of dealing a non-Heart hand) divided by (the total number of ways of dealing a non-restricted hand)
=
Explanation:
We could approach this by considering the other alternative .. that a player is dealt ALL the hearts.
The probability of 13 hearts can be determined as
1st card:
2nd card
However, we want the probability that there are NO hearts in a hand..
=
=
Is this thinking flawed?