Rank | Hand | Probability | Description | Example |
---|---|---|---|---|
1 | Straight flush | 0.00217 | Three cards with consecutive rank and the same suit. Ties are broken by highest card. | King spades, Queen spades, Jack spades |
2 | Three of a kind | 0.00235 | Three cards of the same rank. Ties are broken by the card's rank. | Queen spades, Queen hearts, Queen clubs |
3 | Straight | 0.03258 | Three cards with consecutive rank. Ties are broken by the highest card rank. | 3 clubs, 4 spades, 5 hearts |
4 | Flush | 0.04959 | Three cards of the same suit. Ties are broken by the highest card rank, then second highest card rank, then third highest card rank. | 2 diamonds, 5 diamonds, 8 diamonds |
5 | Pair | 0.16941 | Two cards of the same rank. Ties are broken by the rank of the pair, then by the rank of the third card. | 2 diamonds, 2 spades, 3 hearts |
6 | High card | 0.74389 | The hand is ranked according to the highest ranked card in the hand. Ties are broken by comparing the highest ranked card, then the second highest ranked card, and then the third highest ranked card. | Jack clubs, 9 hearts, 2 spades |
An Ace may be used in a straight as either Ace-two-three or Queen-King-Ace. In the case of the former, the highest ranked card of the straight is the three.
Note that within a single game of Rhode Island Hold 'Em, the same player is first to act in each betting round. The player who is first to act changes after each game.
This program requires the Java Run-time Environment (JRE) to be installed on your computer. Visit Sun's Java website for information on downloading and installing the JRE if you don't already have it installed. Send questions, comments, and bugs to Andrew Gilpin.
Andrew Gilpin and Tuomas Sandholm have computed Nash equilibrium strategies for Rhode Island Hold 'em. Click here to play Rhode Island Hold 'Em against the optimal opponent.