← Back to Paradoxes

The Two Envelopes Paradox

You should ALWAYS switch... but then you should switch back...
and back... and back... forever?

Play the Game

A
B
Two envelopes contain money. One has TWICE as much as the other.
Click an envelope to pick it.
Games Played
0
Total Winnings
$0
Switches Made
0
Switch Advantage
0%

Monte Carlo Simulation

Simulated Games
0
Average Win
$0
Avg if Stayed
$0
Difference
0%

The "Reasoning" That Says You Should Always Switch

You pick an envelope and see it contains $X.

The other envelope contains either $2X or $X/2, each with 50% probability.

E[switch] = 0.5 × (2X) + 0.5 × (X/2) = X + X/4 = 5X/4 = 1.25X

Since 1.25X > X, you should ALWAYS switch!

But wait... if switching is always better, you should switch back. And back again. Forever!

Something is wrong with this reasoning...

Why the Reasoning is Flawed

The Core Error: Mixing Two Different Scenarios

The fallacy lies in using X inconsistently. When you say "the other envelope has 2X or X/2," you're treating X as a fixed value. But:

  • If the other has 2X, then X is the smaller amount
  • If the other has X/2, then X is the larger amount

These are different values of X! You cannot combine them in one expected value calculation because they come from mutually exclusive realities.

The Correct Analysis

Let's call the smaller amount S and the larger amount 2S. The total in both envelopes is always 3S.

Scenario Your Envelope Other Envelope Gain from Switching
You have smaller (50%) S 2S +S
You have larger (50%) 2S S -S
E[gain from switch] = 0.5 × (+S) + 0.5 × (-S) = 0

Switching has zero expected advantage. This matches our intuition— you picked randomly, so switching is just picking the other one randomly!

Why the Fallacy is So Seductive

The error is subtle because both "2X" and "X/2" are valid descriptions of what the other envelope could contain. The problem is treating them as belonging to the same probability space.

It's like saying: "I have a sibling. They're either my older brother (50%) or my younger sister (50%). Expected number of brothers = 0.5. Expected number of sisters = 0.5." But you can't have half a brother AND half a sister as one sibling!

Historical Context

The two envelopes paradox is a variant of the necktie paradox and the wallet game. It was popularized in the 1980s and has generated hundreds of academic papers with proposed resolutions.

The paradox reveals how easily our probabilistic intuitions can be led astray, especially when dealing with conditional expectations and self-referential reasoning. It remains a valuable teaching tool in probability theory and decision science.