[Math] 52 cards are equally given to 4 players Find probability that one of them has 3 spades out of remaining 5.

probability

52 cards are equally given to 4 players $A,B,C,D$.
Together, $A$ and $B$ have a total of 8 spades among them,
and we have to find probability that $C$ has 3 spades out if remaining 5.

In this question, the sample space reduces to 44 cards after we eliminate 8 spades from the cards, so now we have 5 spades left from which 3 will be given to $C$, and the remaining 10 cards can be chosen from the remaining 39 cards so I get the answer as
$$ \frac{\binom{5}{3}\binom{39}{10}}{\binom{44}{13}},$$
is this approach correct?

Best Answer

There are only 26 cards left in the deck. 5 are spades, 21 are not. We use the $\frac{Number- of -favorable -outcomes}{Number- of- possible- outcomes}$ formula. Thus we get $\frac{{5 \choose 3}{21 \choose 10}}{{26 \choose 13}}$.