CrashMath.org

The Mathematics of Expected Value in Crash Games: A Complete Probability Framework for Cashout Analysis

Elena Varga, M.Sc.
2026-09-14 11 min read
Executive Summary & Direct Answer: A formal derivation of the Expected Value equation for crash-style games, proving that the mathematical house edge is invariant across all cashout multiplier targets. Includes probability density analysis, variance decomposition, and the Kelly Criterion as an optimal sizing framework.

1. The Probability Density Function of Crash Multipliers

To reason rigorously about Expected Value, we must first establish the probability distribution governing crash game outcomes. In a Provably Fair crash game with configured house edge E (where 0 < E < 1, typically 0.03), the multiplier X is a continuous random variable on the support [1.00, +∞).

The survival function (complementary CDF) takes the following closed form:

P(X >= k) = (1 - E) / k    for k >= 1.00

This describes a truncated reciprocal distribution with a point mass of probability E at exactly X = 1.00 (instant crash). For the continuous portion above 1.00x, the probability density function (PDF) is:

f(x) = (1 - E) / x²    for x > 1.00

We verify this is a proper distribution: the integral of f(x) from 1 to ∞ equals (1 - E), plus the point mass E at 1.00, summing to 1.

2. Formal Derivation of Expected Value

Consider a player who places a bet of size B = 1 with auto-cashout at multiplier k (where k > 1.00). The payoff structure is binary:

  • Win: If X >= k, net profit = (k - 1) * B
  • Loss: If X < k, the player loses B

The Expected Value:

EV(k) = P(X >= k) × (k - 1) - P(X < k) × 1

     = [(1 - E) / k] × (k - 1) - [1 - (1 - E) / k] × 1

     = [(1-E)(k-1)/k] - [(k - 1 + E)/k]

     = [(1-E)(k-1) - k + 1 - E] / k

     = [k - 1 - Ek + E - k + 1 - E] / k

     = -Ek / k

     = -E

The variable k cancels completely from the equation.

This is a remarkable result: the Expected Value per unit wagered is -E for every possible cashout multiplier. Whether you set auto-cashout at 1.01x, 2.00x, 10.00x, or 1000.00x, the mathematical expectation is identically -E.

For a standard 3% house edge: EV = -0.03 per unit wagered, unconditionally.

3. Variance Decomposition: Why Strategies Feel Different

If EV is constant across all targets, why do low-multiplier and high-multiplier strategies produce dramatically different session outcomes? The answer lies in variance.

Evaluating for representative targets with E = 0.03:

Target k Win Prob Variance Std Dev EV
1.10x88.2%0.1040.322-0.03
2.00x48.5%0.9990.999-0.03
10.00x9.7%8.7292.955-0.03
50.00x1.94%47.536.895-0.03

The rightmost column is invariant. Variance grows monotonically with the target, creating a powerful cognitive illusion: a 1.10x player experiences long winning runs punctuated by occasional wipeouts, while a 50.00x player endures long losing droughts with rare large payouts. Both converge to -3%, but their subjective experience differs radically.

4. The Kelly Criterion and Optimal Sizing

The Kelly Criterion (John L. Kelly Jr., Bell Labs, 1956) prescribes the fraction of bankroll to wager in order to maximize long-term geometric growth rate. For a crash game at target k with house edge E:

f* = ((k-1) × (1-E)/k - (1-(1-E)/k)) / (k-1)
   = -E / (k - 1)

The Kelly fraction is negative for all k > 1 when E > 0. A negative Kelly fraction means the mathematically optimal strategy is to wager nothing. There is no target multiplier, no betting pattern, and no progression system that transforms a negative-EV game into a positive-EV proposition.

5. Implications for Rational Play

The framework above permits one conclusion: crash games are entertainment products with a guaranteed long-term cost, not investment vehicles. The house edge acts as a deterministic tax on every wager.

Explore the numerical implications with our interactive Expected Value & RTP Calculator.

Frequently Asked Questions

Peer-reviewed probabilistic and cryptographic Q&A.

What is the Expected Value (EV) of a single wager in a crash game?

For a game with house edge E, the Expected Value of any bet of size B at any target multiplier k is exactly EV = -E * B. With a standard 3% house edge, every dollar wagered has an EV of -$0.03, regardless of the chosen cashout threshold. This is a mathematical invariant derived from the probability density function of the game.

Does cashing out at a low multiplier (e.g., 1.10x) reduce risk?

It reduces short-term variance but does not improve Expected Value. A 1.10x strategy wins approximately 88.2% of rounds but pays only 0.10 units per win, while each loss costs 1.00 unit. Over N rounds, the expectation converges to -E * N * B regardless of the cashout multiplier.

What is the optimal bet size according to the Kelly Criterion?

The Kelly Criterion prescribes optimal bet sizing for games with positive EV. In crash games with negative EV (house edge > 0), the Kelly-optimal bet size is exactly zero. Any positive bet size in a negative-EV game guarantees long-term capital erosion.

How many rounds are needed to empirically confirm the house edge?

By the Central Limit Theorem, the sample mean converges to the true EV at a rate proportional to 1/sqrt(N). To estimate a 3% edge with 95% confidence within +/-0.5% precision, approximately 45,000 rounds are required for a 2.00x target strategy.

Elena Varga, M.Sc.

Information Security Specialist & Cryptographic Protocol Auditor

Security researcher focused on hash-commitment schemes, HMAC implementations, and consumer protection against algorithmic fraud. Passionate about bringing verifiable cryptographic transparency to web-based gaming platforms.