In a standard game of Texas Hold'em or Five-Card Draw Poker, the deck consists of 52 cards, and probabilities for specific hands depend on the combinations of cards in a dealt hand.
Below are the probabilities of each poker hand in a five-card hand:
Hand | Frequency | Probability | Odds Against |
---|---|---|---|
Royal Flush | 4 | 649,739 to 1 | |
Straight Flush | 36 | 72,192 to 1 | |
Four of a Kind | 624 | 4,164 to 1 | |
Full House | 3,744 | 693 to 1 | |
Flush | 5,108 | 508 to 1 | |
Straight | 10,200 | 254 to 1 | |
Three of a Kind | 54,912 | 46.3 to 1 | |
Two Pair | 123,552 | 20.0 to 1 | |
One Pair | 1,098,240 | 1.37 to 1 | |
High Card | 1,302,540 | 0.995 to 1 |
- Royal Flush: Ace, King, Queen, Jack, and 10 of the same suit.
- Straight Flush: Five consecutive cards of the same suit (not Royal).
- Four of a Kind: Four cards of the same rank (e.g., four Kings).
- Full House: Three cards of one rank and two cards of another (e.g., three Aces and two Kings).
- Flush: Five cards of the same suit (not in sequence).
- Straight: Five consecutive cards of mixed suits.
- Three of a Kind: Three cards of the same rank.
- Two Pair: Two different pairs of cards.
- One Pair: Two cards of the same rank.
- High Card: None of the above combinations; the hand's value is determined by the highest card.
These probabilities are derived from combinatorics:
- The total number of possible five-card hands:
Each specific hand type is calculated based on the ways to select cards to form that hand divided by the total number of hands.
For example:
- Royal Flush:
(Only 4 Royal Flushes are possible, one per suit.)
- Four of a Kind:
You can adjust calculations for other poker variants or include probabilities for community cards in Texas Hold'em. Let me know if you'd like to explore this further!
Let's break down the calculation for Four of a Kind to understand why
A Four of a Kind is a poker hand consisting of:
- Four cards of the same rank (e.g., four Kings:
$\heartsuit K, \clubsuit K, \spadesuit K, \diamondsuit K$ ), - One additional card of any rank (not matching the four of a kind).
-
Choose the Rank for the Four of a Kind:
$\binom{13}{1}$ - There are 13 possible ranks (
$\text{A, 2, 3, ..., K}$ ). - We need to choose one rank for our Four of a Kind.
- There are 13 possible ranks (
-
Choose the Rank for the Additional Card:
$\binom{12}{1}$ - After selecting the rank for the Four of a Kind, 12 ranks remain for the fifth card.
- We need to choose one of these remaining ranks.
-
Choose All Four Suits for the Four of a Kind:
$\binom{4}{4}$ - For the Four of a Kind, we need all four suits (e.g.,
$\heartsuit, \clubsuit, \spadesuit, \diamondsuit$ ). - There is only one way to choose all four suits:
- For the Four of a Kind, we need all four suits (e.g.,
-
Choose One Card from the Remaining Deck:
$\binom{48}{1}$ - After selecting the four cards of the same rank, 48 cards remain in the deck.
- We need to choose one card to complete the hand.
The total number of ways to form a Four of a Kind hand is:
Substitute the values:
This formula counts all possible ways to form a valid Four of a Kind hand:
- First, choose the rank for the Four of a Kind (
$13$ choices). - Then, choose the rank for the kicker (the additional card,
$12$ choices). - Next, select all four suits for the Four of a Kind (
$1$ way). - Finally, pick one card from the remaining deck (
$48$ ways).
This ensures all valid combinations are counted without overcounting or missing any possibilities.
Let me know if you'd like more assistance!