Recent Articles



































Poker probability



         


In poker, the probability of each type of 5 card hand can be computed by calculating the proportion of hands of that type among all possible hands.

[Top]

Frequency of 5 card poker hands

The following enumerates the frequency of each hand, given all combinations of 5 cards randomly drawn from a full deck of 52. The probability is calculated based on 2,598,960, the total number of 5 card combinations. Here, the probability is the frequency of the hand divided by the total number of 5 card hands, and the odds are defined by (1/p) − 1 : 1, where p is the probability.

Hand Frequency Probability Odds
Straight flush 40 .0000154 64,973 : 1
Four of a kind 624 .000240 4,164 : 1
Full house 3,744 .00144 693 : 1
Flush 5,108 .00197 508 : 1
Straight 10,200 .00392 254 : 1
Three of a kind 54,912 .0211 46.3 : 1
Two pair 123,552 .0475 20.0 : 1
One pair 1,098,240 .423 1.37 : 1
No pair 1,302,540 .501 0.995 : 1
Total 2,598,960 1.00 0 : 1
[Top]

Derivation

The following computations show how the above frequencies were determined. To understand these derivations, the reader should be familiar with the basic properties of the binomial coefficients and their interpretation as the number of ways of choosing elements from a given set. See also: sample space and event (probability theory).

<math>{40 \choose 1} = 40<math>
<math>{13 \choose 1}{48 \choose 1} = 624<math>
<math>{13 \choose 1}{4 \choose 3}{12 \choose 1}{4 \choose 2} = 3,744<math>
<math>{4 \choose 1}{13 \choose 5} - 40 = 5,108<math>
<math>{10 \choose 1}{4 \choose 1}^5 - 40 = 10,200<math>
<math>{13 \choose 1}{4 \choose 3}{12 \choose 2}{4 \choose 1}^2 = 54,912<math>
<math>{13 \choose 2}{4 \choose 2}^2{44 \choose 1} = 123,552<math>
<math>{13 \choose 1}{4 \choose 2}{12 \choose 3}{4 \choose 1}^3 = 1,098,240<math>
<math>\left[{13 \choose 5} - 10\right](4^5 - 4) = {52 \choose 5} - 1,296,420 = 1,302,540<math>
[Top]




  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License