|
|
 |
|
Poker Center
Hands in Texas Hold'em
Different ways to make the first two down cards in Texas Holdem:
C522 = 1,326
Ways of getting the next five up cards:
C505 = 2,118,760
Ways of getting the first three up cards (the flop):
C503 = 19,600
Ways of getting the fourth up card (the turn):
C471 = 47
Ways of getting the last up card (the river):
C461 = 46
Ways of getting the last two up cards (after the flop):
C472 = 1,081
Check calculation:
C503 * C472 / C52 = C505 = 19,600 * 1,081 / 10 = 2,118,760 OK.
The C52 term comes about because there are that many ways the same 5 cards can be arranged to come out in 3 card then 2 card sequence.
Ways of getting the entire seven cards:
C527 = 133,784,560 = C522 * C505 / C72 = 133,784,560 (see above for C72 term)
© Copyright 1999-2006
Kenneth R. Churilla
|