[Math] Statistics: drawing 5 cards – probability for a pair and triplets

probabilitystatistics

I have to apologise if this question has been asked and answered in the past; if there is one field of Mathematics that I struggle to understand, it's definitely statistics.

I'm to calculate the probability to acquire a pair and triplet of any sort. I'm only allowed to draw five cards from the stack. I am uncertain how to approach the problem – in what avenue to begin.

Any help would be greatly appreciated, and please, the more you treat me as a dummy, all the better! 🙂

Thanks

Best Answer

You are asking for the probability of what in poker is called a full house.

There are $\binom{52}{5}$ ways to choose $5$ cards from the standard deck of $52$. All these ways are equally likely.

Now we count the number of hands that have a triple and a pair.

The kind of card you have three of can be chosen in $\binom{13}{1}$ ways, or, more simply, in $13$ ways. (By kind here we mean Ace, or King, or Queen, and so on.) For every choice of kind, there are $\binom{4}{3}$ ways of choosing the actual cards of that kind. The number $\binom{4}{3}$ is simply $4$, but I want to concentrate on the structure, so that you can apply similar reasoning to other problems.

For every way of doing the above two tasks, there are $\binom{12}{1}$ ways of choosing the kind of card you have two of. And for every such choice, there are $\binom{4}{2}$ ways of choosing the actual two cards.

Thus the total number of "full house" hands is $$\binom{13}{1}\binom{4}{3}\binom{12}{1}\binom{4}{2}.$$ Divide by $\binom{52}{5}$ to find the probability.