Probability that every player gets 1 queen, jack, and king

card-gamescombinationscombinatoricsprobability

The four jacks, queens, and kings from a standard deck of cards are shuffled, and three cards are dealt to each of four players. Compute the probability that each player gets one jack, one queen, and one king.

I know that there are $12$ cards total and since every player gets one jack, one queen, and one king, would it be $\binom{12}3$ for the first player?

Best Answer

Let's write up what we discussed in chat.

Since we have to distribute three of the twelve cards to the first player, three of the remaining nine cards to the second player, three of the remaining six cards to the third player, and give the fourth player all three of the remaining three cards, there are $$\binom{12}{3}\binom{9}{3}\binom{6}{3}\binom{3}{3}$$ ways to distribute the twelve cards to four players so that each player receives three cards each.

If each player receives one king, then there are four ways to give one of the four kings to the first player, three ways to give one of the remaining three kings to the second player, two ways to give one of the remaining two kings to the third player, and one way to give the remaining king to the fourth player. Hence, there are $4! = 4 \cdot 3 \cdot 2 \cdot 1$ ways to distribute the four kings so that each player receives one. By symmetry, there are also $4!$ ways to distribute the queens so that each player receives one and $4!$ ways to distribute the jacks so that each player receives one. Hence, the number of favorable cases is $$4!4!4!$$ Therefore, the probability that each player receives one king, one queen, and one jack when the twelve face cards are distributed to four players when each player is dealt three cards is $$\frac{4!4!4!}{\dbinom{12}{3}\dbinom{9}{3}\dbinom{6}{3}\dbinom{3}{3}}$$