Blackjack Math Glossary
Authoritative mathematical definitions, closed-form formulas, and worked examples for 35 foundational concepts in blackjack probability and advantage play.
Basic Strategy & Decision EV
(11)Basic Strategy
#EV(action) = \sum_{s \in S} P(s) \cdot R(action, s) The mathematically optimal decision policy (Hit, Stand, Double, Split, or Surrender) for every possible player hand against every dealer upcard, derived by exhaustive combinatorial backward induction assuming no card counting.
Expected Value (EV)
#\mathbb{E}[X] = \sum_{i=1}^n x_i \cdot P(X = x_i) The probability-weighted average payout of a decision or round over infinite trials. Expressed in units of initial bet.
Dealer Upcard
#P(\text{Bust} \mid d \in \{5,6\}) \approx 0.42 The single card dealt face up to the dealer at the start of the round, serving as the sole Bayesian conditioning signal for player decision trees.
Soft Hand
#T_{\text{soft}} = A_{11} + \sum c_i \le 21 Any blackjack hand containing an Ace counted as 11 points without the total exceeding 21. A soft hand cannot bust on the immediate next hit.
Hard Hand
#T_{\text{hard}} = \sum c_i \quad (A = 1 \text{ or no } A) A hand that either contains no Aces or where all Aces must be counted as 1 point to avoid exceeding 21, carrying immediate risk of busting upon hitting.
Double Down
#\text{EV}_{\text{double}} = 2 \cdot \left[ P(\text{Win}) - P(\text{Loss}) \right] The option to double the initial wager in exchange for receiving exactly one additional card, providing high mathematical leverage on advantageous totals.
Pair Splitting
#\text{EV}_{\text{split}} = 2 \cdot \mathbb{E}[V(c)] - \text{Covariance Term} Dividing two cards of identical rank into two separate hands, each receiving its own independent wager and continuation play.
Insurance Bet
#\text{EV}_{\text{ins}} = 2 \cdot \frac{N_{10}}{N_{\text{rem}}} - 1 \cdot \frac{N_{\text{non-10}}}{N_{\text{rem}}} A side bet of up to half the original wager offered when the dealer shows an Ace, paying 2:1 if the dealer holds a 10-value hole card.
Even Money
#\text{EV}_{\text{take}} = +1.00, \quad \mathbb{E}[\text{refuse}] = 1.5 \cdot (1 - P_{10}) \approx +1.037 An option given to a player holding a natural blackjack when the dealer shows an Ace, guaranteeing a 1:1 payout instead of risking a push.
Dealer Bust Frequency
#P(\text{Bust} \mid d) = \sum_{\text{paths}} P(\text{path}) \cdot \mathbb{I}(\text{Sum} > 21) The probability that the dealer exceeds 21 conditioned on their initial upcard, spanning from 11.7% on Ace upcard to 42.6% on 5 upcard under S17.
Hole Card
#P(\text{Hole Card} = c) = \frac{1}{13} \quad \text{(Unconditioned)} The dealer's face-down card in American-style blackjack games, which is checked for blackjack before player action when the upcard is a 10 or Ace.
Card Counting & Indices
(13)Running Count (RC)
#\text{RC}_t = \sum_{k=1}^t w(c_k), \quad w \in \{-1, 0, +1\} The raw cumulative algebraic sum of point values assigned to observed cards as they are dealt from the shoe.
True Count (TC)
#\text{TC} = \frac{\text{RC}}{\text{Decks Remaining}} The normalized running count per remaining unplayed deck. True Count normalizes the density of high cards across variable shoe penetration depths.
Hi-Lo Counting System
#w(c) = \begin{cases} +1 & c \in \{2,3,4,5,6\} \\ 0 & c \in \{7,8,9\} \\ -1 & c \in \{10,J,Q,K,A\} \end{cases} The industry-standard Level 1 balanced card counting system developed by Harvey Dubner and Julian Braun, providing a betting correlation (BC) of 0.97.
Shoe Penetration
#\text{Pen} = \frac{N_{\text{dealt}}}{N_{\text{total}}} \times 100\% The percentage or fraction of the shoe dealt before the cut card triggers a reshuffle. Penetration governs count frequency and win rate variance.
Schlesinger's SCORE
#\text{SCORE} = \frac{10^6}{N_0} = 10^6 \cdot \frac{\mu^2}{\sigma^2} Standardized Comparison of Risk and Expectation (Don Schlesinger), defining hourly win rate in dollars per 100 hands on a normalized $10,000 bankroll at 13.53% risk of ruin.
Illustrious 18
#\text{TC} \ge I_k \implies \text{Deviate from Basic Strategy} The 18 highest-value basic strategy index deviations compiled by Don Schlesinger, capturing roughly 80%–85% of total playing efficiency gain.
Fab 4 Surrender Indices
#\text{LS Index Cutoffs for 15 vs 9, 15 vs 10, 15 vs A, 14 vs 10} The four most mathematically impactful Late Surrender index plays in card counting: 15 vs 10 (TC ≥ 0), 15 vs 9 (TC ≥ +2), 15 vs A (TC ≥ -1), and 14 vs 10 (TC ≥ +3).
Bet Spread
#\text{Spread} = \frac{\text{Bet}_{\max}}{\text{Bet}_{\min}} \quad (1\!:\!8 \text{ to } 1\!:\!16) The ratio between a card counter's maximum wager (at high positive True Counts) and minimum wager (at negative or neutral counts).
Betting Correlation (BC)
#\text{BC} = \text{Corr}(\Delta \text{EV}(c), w(c)) The statistical correlation between a counting system's point values and the actual change in player expectation produced by card removals. Hi-Lo achieves BC = 0.97.
Playing Efficiency (PE)
#\text{PE} = \text{Corr}(\Delta \text{Strategy}, w(c)) The capability of a card counting system to predict optimal decision changes (standing, doubling, splitting). Level 1 Hi-Lo exhibits PE ≈ 0.51.
Wonging (Back-Counting)
#\text{Action: Enter at TC } \ge +1.5, \text{ Exit at TC } < 0 Technique popularized by Stanford Wong of counting cards from behind the table without betting, only entering the game when the count is advantageous (TC ≥ +1.5).
Penetration Drag
#\Delta \text{EV} \propto \text{Penetration}^2 The steep non-linear loss of expected hourly value that occurs when a casino cuts the shoe shallowly (e.g., placing cut card at 2.0 decks instead of 1.0 deck).
Penetration Threshold
#\text{Cut} \le 1.5 \text{ decks out of 6 (} \ge 75\% \text{)} The minimum shoe depth required before a game becomes viable for positive-EV advantage play. 75% is the standard competitive cutoff in shoe games.
House Edge & Casino Rules
(10)House Edge (HE)
#\text{HE} = -\frac{\mathbb{E}[\text{Net Profit}]}{\text{Initial Wager}} \times 100\% The statistical ratio of expected casino profit to total initial wager under perfect basic strategy. The mathematical complement to Player RTP (RTP + HE = 100%).
Double After Split (DAS)
#\Delta \text{HE}_{\text{DAS}} \approx -0.14\% Casino rule allowing players to double down on hands resulting from a pair split. Reduces casino house advantage by approximately 0.14%.
Late Surrender (LS)
#\text{Threshold: } \mathbb{E}[\text{Play}] < -0.50 The option to forfeit half the initial bet and end the hand after the dealer checks for blackjack. Reduces casino house advantage by ~0.08%.
S17 vs H17 Rule
#\Delta \text{HE}_{\text{H17}} \approx +0.22\% Table regulation governing dealer action on soft 17. S17 requires the dealer to stand on soft 17, while H17 forces a hit, shifting the casino advantage by +0.22%.
Natural Blackjack (3:2)
#P(\text{Natural}) = 2 \cdot \frac{4}{52} \cdot \frac{16}{51} \approx 4.83\% \quad (1\text{-Deck}) A two-card hand totaling 21 comprised of an Ace and a 10-value card, paying standard 3:2 (+150% return) unless the dealer also holds blackjack.
6:5 Payout Trap
#\Delta \text{HE} = +1.39\% \quad (6:5 \text{ vs } 3:2) Deceptive casino rule mutation paying 6:5 ($120 on $100) instead of 3:2 ($150 on $100) for natural blackjacks, adding a devastating +1.39% to house edge.
European No Hole Card (ENHC)
#\Delta \text{HE}_{\text{ENHC}} \approx +0.11\% Rule where the dealer receives no hole card until all player hands are completed. If the dealer makes a blackjack, players lose all doubled and split wagers.
Continuous Shuffling Machine (CSM)
#\text{Penetration} \to 0, \quad \text{Composition} \approx \text{Constant} An automated mechanical card dispenser that immediately inserts discarded cards back into the shoe, rendering traditional card counting ineffective.
Resplitting Aces (RSA)
#\Delta \text{HE}_{\text{RSA}} \approx -0.08\% Casino rule allowing players who receive another Ace after splitting Aces to split again up to 3 or 4 total hands. Decreases casino advantage by ~0.08%.
Hit Split Aces
#\Delta \text{HE} \approx -0.19\% Rare player-favorable rule permitting multiple hits on hands created by splitting Aces, rather than receiving only one single card per Ace.
Bankroll, Variance & Risk of Ruin
(7)Kelly Criterion
#f^* = \frac{\mu}{\sigma^2} = \frac{\text{Player Edge}}{\text{Variance per Hand}} The optimal capital allocation formula that maximizes the asymptotic growth rate of wealth while driving risk of ruin to zero over infinite trials.
Risk of Ruin (RoR)
#\text{RoR} = \exp\left( -\frac{2 \mu B}{\sigma^2} \right) The mathematical probability that a player's bankroll drops to zero before reaching a target growth threshold, derived from Brownian motion first-exit boundaries.
N-Zero Metric (N₀)
#N_0 = \frac{\sigma^2}{\mu^2} The number of hands required for expected cumulative earnings to equal exactly one standard deviation of variance, signaling emergence from statistical noise.
Split Hand Covariance
#\sigma^2_{\text{split}} = \sigma_1^2 + \sigma_2^2 + 2 \cdot \text{Cov}(H_1, H_2) The statistical measure of co-dependence between two hands produced by splitting a pair, sharing the same dealer outcome and initial card.
Standard Deviation per Hand (σ)
#\sigma_{\text{hand}} \approx 1.15 \text{ to } 1.18 \text{ units} The dispersion of individual hand outcomes around expected value. In blackjack, doubling and splitting inflate per-hand standard deviation to roughly 1.15 units.
Bankroll Requirement
#B_{\text{req}} = \frac{-\sigma^2 \ln(\text{RoR})}{2 \mu} The minimum capital reserve necessary to support a chosen betting spread and survive drawdown swings at a specified risk of ruin threshold (e.g. RoR ≤ 1%).
Drawdown Recovery Time
#\mathbb{E}[T_{\text{recov}}] = \frac{D}{\mu} The expected volume of hands required to recover from a peak-to-trough capital drawdown D under positive expectation μ.
Combinatorics & Hypergeometric Models
(4)Hypergeometric Distribution
#P(X = k) = \frac{\binom{K}{k} \binom{N-K}{n-k}}{\binom{N}{n}} The discrete probability distribution describing sampling without replacement from a finite shoe of cards, governing all non-replacement card draws.
Central Limit Theorem Convergence
#\lim_{n \to \infty} P\left( \frac{S_n - n\mu}{\sigma \sqrt{n}} \le z \right) = \Phi(z) The statistical law establishing that cumulative blackjack profits asymptotically follow a Gaussian normal distribution as sample size n exceeds several thousand hands.
Cut Card Effect
#\mathbb{E}[\Delta \text{EV}_{\text{cut}}] \approx -0.01\% \text{ to } -0.02\% The subtle statistical bias caused by dealing until a physical cut card appears, slightly favoring the casino because rich shoes consume cards faster and reach the cut card sooner.
Burn Card
#N_{\text{unseen}} = N_{\text{total}} - N_{\text{burned}} - N_{\text{played}} Card removed unseen and placed into the discard tray prior to dealing the first round after a shuffle to deter card marking.