Counting Combinations Flashcards
How many combinations (combos) are there of unpaired hands preflop? Any two cards
16 combos
Suited:
4 - suited (clubs, spades, hearts, diamonds)
Off suit
12 - off suit (clubs, spades, hearts, diamonds)
How many combinations (combos) are there of a pocket pair preflop?
6 of any rank
How do we calculate the number of combinations (combos) there are for a set?
( x * (x-1)) / 2
where x is the number of available cards remaining in the deck.
C = ( A * (A-1)) / 2
where C = combos & A = available cards
How do we calculate the number of combos for unpaired hands?
(x * y)
where x & y are the number of available cards remaining in the deck for each rank.
C = A1 * A2
where C = combos
A1 = available cards for first rank
A2 = available cards for 2nd rank
How do we calculate the number of combos for two pair?
(x * y)
where x & y are the number of available cards remaining in the deck for each rank.
C = A1 * A2
where C = combos
A1 = available cards for first rank
A2 = available cards for 2nd rank
How do we calculate the number of combos for top pair?
(x * y)
where x & y are the number of available cards remaining in the deck for each rank.
C = A1 * A2
where C = combos
A1 = available cards for first rank
A2 = available cards for 2nd rank
How do we calculate the number of combos for middle pair?
(x * y)
where x & y are the number of available cards remaining in the deck for each rank.
C = A1 * A2
where C = combos
A1 = available cards for first rank
A2 = available cards for 2nd rank
How do we calculate the number of combos for bottom pair?
(x * y)
where x & y are the number of available cards remaining in the deck for each rank.
C = A1 * A2
where C = combos
A1 = available cards for first rank
A2 = available cards for 2nd rank
How many total combinations are there of a set preflop?
9
When there is 1 card of a rank on the board, how many possible sets are there?
What about when there are 2 cards out on the board?
1 card out - 3 possible combos of a set
2 cards out - 1 possible combo of a set
** Note - assuming there are two cards of the same rank, or we hold one of the cards in our hand.
When you have a card in your hand, how many possible pocket pairs does that leave someone to have a pocket pair of one of those cards.
3 possible combos
(3 * (3-1)) / 2
When I have a card, or there is a card on the board, that leaves 3 possible combos.
How many combos of pocket 99s are there?
6 combos
AsAd AsAc AsAh
AdAc AdAh AcAh
How many combos of KQ are there?
16 combos
suited - 4
off suit - 12
What is the pocket pairs formula?
C = ( A * (A-1)) / 2
where C = combos & A = available cards
(4 * (4-1)) /2
(4 * 3 ) / 2
12 / 2
6
What is the unpaired formula?
C = A1 * A2
where C = combos
A1 = available cards for first rank
A2 = available cards for 2nd rank
KQ = 4 possible K * 4 possible Q = 16