Probability of getting full house in five-card poker when cards in suite is missing

binomial-coefficientscombinatoricsprobability

What is the probability of getting full house in five-card poker given the following cards are missing?

Missing cards: $\heartsuit$2, $\heartsuit$5, $\heartsuit$10, $\heartsuit$Jack, $\heartsuit$King

My attempt on trying to solve this was to first calculate the combinations of hands which gives full house and then remove the combinations of the missing cards. This is what I came up with:

$\displaystyle \frac{{13\choose 1}{4\choose 3}{12\choose 1}{4\choose 2}-{8\choose 5}{1\choose 1}}{{47\choose 5}}$

But I'm not sure this is a valid method… Any tips on how to approach the problem?

Best Answer

This does seem like a valid strategy, but I don't see where the ${8\choose 5}{1\choose 1}$ came from.

The full houses can be put in four categories: (1) both pair and three of a kind from one of the ranks with a missing card, (2) just pair, (3) just three of a kind, (4) neither

(1) We have 5*4 options for the ranks. For the pair, there is one card missing, leaving three cards as options. Since we're making a pair, we need to choose two out of those three to be in the pair, which is the same as choosing one out of the three to not be in the pair, so that's 3 options. For the three of a kind, since there are only three cards remaining, we have to take those three cards, giving 1 option for the three of a kind, for a total of 5*4*3=60.

(2) We have 5 options for the pair rank, 8 options for the three of a kind rank. There are 3 options for the pair, and 4 options for the three of a kind. 5*8*3*4=480.

(3) 8 options for pair, 5 for three of a kind. 6 options for pair, 1 for three of a kind. 8*5*6*1 = 240.

(4) 8*7 options for the ranks, 6 options for pair, 4 options for three of a kind. 8*7*6*4 = 1344.

Total: 2124.