Parrondo Paradox Calculator - Simulate Losing Games

Run a Parrondo Paradox Calculator simulation of Game A, the capital-dependent Game B, and alternating sequences to see two losing games combine into a winner.

Updated: July 8, 2026 • Free Tool

Parrondo Paradox Calculator

Small bias subtracted from every coin's win probability. Larger ε makes each game lose faster.

How many coin flips to simulate for the chosen sequence.

Your initial capital. The mod-3 rule of Game B uses capital modulo 3.

Seed for the random draw so the simulation is reproducible.

Which game to play each round. 'AB alternating' and 'BA alternating' are the classic winning combinations.

Results

Final capital
0units
Net gain 0units
Simulated mean gain / round 0
Theoretical gain A / round 0
Theoretical gain B / round 0
Paradox confirmed? 0

What Is the Parrondo Paradox Calculator?

The Parrondo Paradox Calculator simulates a famous result in probability where two individually losing coin games, when played in combination, produce a net gain. This calculator lets you set the bias of each game, choose how many rounds to play, set your starting capital, and pick a sequence pattern such as alternating A and B. It then reports the final capital and the exact per-round theoretical drift of each game so you can see the paradox for yourself.

The central question users bring is "how can two losing games win together?" The short answer is that the capital-dependent rules of Game B create a hidden coupling: alternating games lets the player escape long losing streaks. Below we build the intuition, give a worked example, and link to related paradox tools you can compare against.

Use this calculator when you are studying randomness, teaching game theory, or checking claims that "combining bad strategies yields a good one." It is also useful before reading our birthday paradox calculator, because both show how intuition about probability breaks down. The false-positive paradox calculator makes a similar point about test accuracy versus real-world rates.

How the Parrondo Paradox Calculator Works

Game A is a single biased coin that wins with probability 0.5 - ε, so on average it loses 2ε per round. Game B is state-dependent: if your capital is a multiple of 3 it forces the weak coin (win probability 0.1 - ε); otherwise it uses the strong coin (win probability 0.75 - ε). Played alone, Game B also drifts downward because the weak coin appears often enough to dominate.

The calculator computes the exact theoretical drift of each game from a three-state Markov chain on capital modulo 3. For ε = 0.005, Game A loses about 0.0100 per round and Game B loses about 0.0087 per round. The combined AB alternating sequence has a positive drift of roughly +0.0233 per round, which is the paradox.

Worked example: with ε = 0.005, start at capital 100, and alternate A then B for many rounds. Each single game expects to shrink your capital, yet the paired sequence nudges it upward because switching games prevents the weak state of B from recurring. The simulation above shows the realized final capital, while the analytical gains confirm the effect exactly.

The mechanism is documented in Harmer and Abbott's 1999 Nature note, which introduced the canonical two-coin construction where two losing games can be combined into a winning one. The Nature paper on Parrondo's paradox gives the original numerical setup. The Encyclopedia of Mathematics entry walks through the capital-dependent Game B rule and the Markov-chain analysis.

To connect the per-round drift to expected values, the expected value calculator shows how a negative mean compounds round after round, while the probability calculator lets you test the win probabilities 0.5 - ε, 0.1 - ε, and 0.75 - ε directly.

Key Concepts Explained

Epsilon bias (ε)

The small disadvantage subtracted from every coin. Larger ε makes each game lose faster; the paradox is sharpest for small ε such as 0.005.

Capital-dependent Game B

Game B's coin depends on capital mod 3. The weak 0.1-ε coin triggers at multiples of 3, the strong 0.75-ε coin elsewhere. This coupling is what makes combination possible.

Markov chain on mod 3

Because only capital modulo 3 matters, the long-run behavior is a three-state chain. Solving it gives the exact theoretical drift without simulating.

Sequence pattern

The order you play games. "AB alternating" and "BA alternating" are the classic winners; "A only" or "B only" each lose on their own.

How to Use This Calculator

  1. 1Step 1: Set Epsilon bias to 0.005, the canonical value where the paradox is clearest.
  2. 2Step 2: Choose Number of rounds, for example 1000, so the deterministic drift shows through the noise.
  3. 3Step 3: Enter a Starting capital that is not a multiple of 3, such as 100, to begin on the strong coin of Game B.
  4. 4Step 4: Pick the Game sequence pattern "AB alternating".
  5. 5Step 5: (Optional) Set a Random seed so a teammate gets the identical simulation.
  6. 6Step 6: Read Final capital and Net gain, then compare the theoretical gains: both single games negative, the combined sequence positive.

Practical example: a teacher can set ε = 0.005, rounds = 2000, capital = 100, pattern AB alternating, and show the class that the simulated capital climbs while either game alone would have fallen. The door-switching puzzle in the Monty Hall problem calculator is another case where switching strategy beats sticking with one choice. For raw coin odds, the coin flip probability calculator covers independent flips.

Benefits of Using This Calculator

  • Benefit: See the paradox numerically instead of trusting a verbal claim; the analytical gains remove simulation noise.
  • Benefit: Test your own ε, capital, and pattern to find where the paradox holds or collapses.
  • Benefit: Use the reproducible seed for classroom demos and graded assignments.
  • Benefit: Connect the result to expected value and probability fundamentals through the linked tools.
  • Benefit: Avoid the common mistake of treating the paradox as a betting system, which we discuss under limitations.

Factors That Affect Your Results

Epsilon bias: increasing ε makes both single games lose faster, and beyond a threshold the combined sequence can stop winning.

Starting capital modulo 3: beginning on a multiple of 3 starts Game B on its weak coin, which can matter over short runs.

Sequence pattern: only alternating or random mixtures win; playing A or B in isolation always loses.

Number of rounds: few rounds let luck dominate, while many rounds reveal the theoretical drift.

Limitations: the gains are tiny per round, so the paradox is a teaching model, not a casino strategy. Real bets carry costs and table limits that erase the edge.

The Wikipedia overview of Parrondo's paradox summarizes how the same intermittent-noise idea appears in physics, biology, and engineering, but stresses it is not a reliable gambling method. To relate the per-round drift to an average payout, the expected value calculator shows how a small negative mean compounds.

Parrondo Paradox Calculator illustrating two losing coin games that combine into a winning sequence
Parrondo Paradox Calculator illustrating two losing coin games that combine into a winning sequence

Frequently Asked Questions

Q: What is Parrondo's paradox in simple terms?

A: It is the finding that two coin games, each of which loses money on its own, can be combined so the player wins overall. The trick is that the rules of one game depend on the player's current capital, so switching between games avoids the worst states.

Q: Why do two losing games produce a winning outcome?

A: Game B's weak coin only appears when capital is a multiple of 3. Playing Game A in between resets the position so you rarely land back on that weak state, turning two downward drifts into a small upward one. The combined per-round gain is positive even though each game alone is negative.

Q: What is the role of epsilon in Parrondo's paradox?

A: Epsilon is the small bias that makes each game lose. With epsilon near 0.005 the paradox is strongest; raise it too far and the combined sequence also starts to lose. Epsilon controls how steep the individual losses are.

Q: How does the capital-dependent Game B work?

A: If your capital is a multiple of 3 you flip a coin that wins only 0.1 - epsilon of the time; otherwise you flip a coin that wins 0.75 - epsilon of the time. Because capital modulo 3 cycles, the weak coin appears just often enough to make Game B lose alone.

Q: What are real-world applications of Parrondo's paradox?

A: Researchers have used the idea to model how Brownian ratschets move particles, how certain biological systems benefit from noisy signals, and how alternating strategies can help in optimization and game theory. It is a model, not a recipe for profit.

Q: Is Parrondo's paradox a reliable betting strategy?

A: No. The edge per round is tiny and assumes perfect, cost-free play with the exact constructed coins. Real gambling adds fees, limits, and variance that remove any advantage, so it should be treated as an educational demonstration.