Calculate Probability : A bridge deck of Cards

4k Views Asked by At

From a bridge deck of $52$ cards, we draw $13$. What is the probability that we have $5$ spades in our hand?

I think that there are $\dfrac{52!}{13! \cdot 39!}$ ways we can choose $13$ cards. There are $\dfrac{13!}{5! \cdot 8!}$ ways to have $5$ spades in our hand.

$$P = \frac{\left(\dfrac{13!}{5! \cdot 8!}\right)}{\left(\dfrac{52!}{13! \cdot 39!}\right)}.$$

Am I doing something wrong?

2

There are 2 best solutions below

0
On BEST ANSWER

There are rather more than $\dfrac{13!}{5! \cdot 8!}$ different ways to have five spades and eight non-spades in your hand.

There are $\dfrac{13!}{5! \cdot 8!}$ ways of choosing five spades from thirteen spades. But there are $\dfrac{39!}{8! \cdot 31!}$ ways of choosing eight non-spades from thirty-nine non-spades.

So you want $$P = \frac{\dfrac{13!}{5! \cdot 8!} \cdot \dfrac{39!}{8! \cdot 31!}}{\dfrac{52!}{13! \cdot 39!}} $$

2
On

You are correct that there are $\dfrac{52!}{13! \cdot 39!}$ possible hands.

To determine the number of hands with 5 spades, treat the spades and the rest of the cards separately. First, choose 5 spades from among the 13: $\dfrac{13!}{5! \cdot 8!}$ . Next, you want to fill the other 8 cards in the hand. If you want hands with exactly 5 spades then there are 39 cards left to choose among; however if you want at least 5 spades then there are still 47 cards to choose among. So form that number the same way as the others, and the total number of hands meeting your criteria is the product of the ways to form those two groups. And you are correct that the probability is just the ratio of those hands to all possible hands.