Recall that there are 52 cards in a standard deck. Each card has one of 13 values (2, 3, 4, 5, 6,
7, 8, 9, 10, J, Q, K, or A) and one of 4 suits (hearts, spades, diamonds, clubs).
There are C(52,5)=2,598,960 different 5-card poker hands possible from a 52-card deck.
Calculate (explain reasoning and give a number) how many 5-card poker hands result in:
- A full house (three-of-a-kind of one value plus a pair of a different value)
- Three-of-a-kind (where the other two cards are distinct from each other)
- A flush that is not a straight flush (all five cards have the same suit, excluding
any flush in which the five values are consecutive, such as A, 2, 3, 4, 5 or 10, J, Q, K, A.
Note that an A could be used either before a 2 or after a K, so there are 10 possible sequences
of values that would be considered a "straight")
- Not required: If anyone wants to count the numbers of other kinds of poker hands, go right ahead!