Combo Counting
组合计数
Context: Term: Combo Counting In Texas Hold'em, a method of calculating the number of specific hand combinations (such as pairs, suited connectors, etc.) that an opponent may hold, used to evaluate probabilities and aid decision-making.
Overview
Combo Counting is a fundamental yet crucial mathematical skill in Texas Hold'em, used to quantify the number of different hand combinations within an opponent's possible hand range. By calculating combos, players can more accurately evaluate their hand's equity and decide whether to bet or fold.
Basic Principles
Each hand dealt from a 52-card deck consists of two cards. Without considering order, the total number of hand combinations is C(52,2)=1326. The number of combos for a specific hand (e.g., pocket Aces) is C(4,2)=6; for non-pair offsuit hands (e.g., AK) there are 16 combos (4×4), of which 4 are suited and 12 are offsuit. As community cards appear, the number of remaining cards decreases, and the combo count changes dynamically.
Application Scenarios
Range Analysis
When an opponent raises preflop, assuming their range is "pocket pairs AA-TT, AK, AQ", you can quickly calculate combos: pocket pairs (5 types × 6 = 30), AK (16), AQ (16), total 62. If a flop contains an Ace, then AK and AQ combos each drop to 12 (because one Ace is removed), changing the proportion of AK/AQ in the opponent's range and affecting subsequent decisions.
Probability Estimation
Combining combo counting with ranges allows estimating the probability that an opponent holds a specific hand type. For example, on a flop with a flush draw possibility, by calculating the ratio of flush draw combos to total combos, you can gauge the probability that the opponent has made a flush.
Blocker Effect
Holding a certain card reduces the number of related combos an opponent can have. For example, when holding an Ace, the opponent's AA combos drop from 6 to 3, and AK from 16 to 12. Using blockers allows more precise inference of an opponent's range.
Typical Example
An opponent bets on the flop, and you determine their range includes TPTK (e.g., AK) and three of a kind (e.g., 77). You hold AK, and the community cards are A, K, 7. Then the combos for opponent holding AK are: 3 remaining Aces and 3 remaining Kings, total 3×3=9 (originally 16, because you occupy one A and one K, and one each on the board). For three of a kind 77: one 7 on board, choose 2 from the remaining 3 sevens, i.e., C(3,2)=3 combos. Based on this, you can calculate the probability of the opponent's hand and make a decision.
Notes
Combo counting must be combined with opponent tendencies and dynamically adjusted ranges, not used mechanically. Also, in multi-way pots, consider combo overlaps among multiple players. Mastering combo counting helps improve hand reading and decision accuracy.