[Math] What’s the probability of a 5 card hand is dealt 4 Kings, given that the hand has the King in Spades and Hearts

card-gamescombinatoricsprobability

What's the probability of a 5 card hand is dealt 4 Kings, given that the hand has the King in Spades and Hearts?

Here's my attempt:

E= KKKK_
F= KK_ _ _

so $P(E) = 48/(\phantom{}_{52}C_5)$
and $P(F) = (\phantom{}_4C_2)(\phantom{}_{50}C_3)/(\phantom{}_{52}C_5)$.

The intersection is $P(E)$, so $P(E)/P(F)$.

I got the same answer as if the question didn't specify the Hearts and Spades.

Best Answer

You're essentially dealing a three-card hand from a deck of 50 (missing the spade and heart kings), wanting to know the probability of getting the remaining two kings among those three. The number of ways of dealing three cards is $_{50}C_3=19600$; the number of hands with two kings is $48$ (one for each of the remaining cards in the hand); so the probability is $48/19600=3/1225$.