Probability of same suit if drawing $5$ cards from deck of $52$ cards

23.9k Views Asked by At

If we draw $5$ cards from a standard deck of $52$ cards without replacement, find the probability of drawing all cards of the same suit.

I think the answer is $P(\text{same suit})=\frac{13}{52}\times\frac{12}{51}\times\frac{11}{50}\times\frac{10}{49}\times\frac{9}{48}$.

Is this at least close to correct?

2

There are 2 best solutions below

2
On BEST ANSWER

You are on the right track. You just need to multiply your answer by 4 since there are 4 suits.

2
On

When learning how to calculate the probability of an event I think it is usually a good idea to begin with the definition of the probability of an event. That is, the probability of an event $P(E)$ is the number of ways event $E$ can occur, call this $N(E)$, divided by the total number of possible events,call this $N(S)$. That gives us the formula

$P(E)=\frac{N(E)}{N(S)}$

In your case, your $N(E)$ is how many 5-card hands have the same suit. Your $N(S)$ is the total number of possible 5-card hands.

In your case, both of these calculations involve counting the number of combinations, since we are not concerned with order.

To get the total number of 5-card hands with the same suit, $N(S)$, you must remember there a 4 suits, and you are choosing 5 cards from a possible 13. I will leave that calculation to you.

The total number of poker hands, $N(S)$ is 52 choose 5, which is 2,598,960

If you do the above calculation correctly you will get the same answer as you suggest if you multiply by 4, as Tim says above. However, in my opinion, the definition approach can allow to more readily answer a wider range of problems. For example, what if the problem had asked for the probability of getting dealt a flush (5 cards of the same suit) in an actual poker game with 6 players? From the definition, we should see that problem is the exactly the same. But many students would not recognize your solution as representative of the situation because they are not drawing 5 cards in a row from a deck of 52.