Understanding the Setup

Bertrand's paradox begins with three indistinguishable boxes containing coins of two types:

  • Box A: Two gold coins (GG)
  • Box B: Two silver coins (SS)
  • Box C: One gold and one silver coin (GS)

You randomly select one box without seeing its contents. From that box, you blindly draw a single coin. The coin you drew is gold. Now the question becomes: what is the probability that the remaining coin in your chosen box is also gold?

The paradox arises because our intuition suggests the answer should be 1/2—after all, the remaining coin must be either gold or silver, giving it seemingly equal odds. However, the actual probability is 2/3. This discrepancy reveals a fundamental misunderstanding about how drawing evidence constrains probability.

The Mathematical Solution

Using Bayes' theorem, we can derive the exact probability. We need to consider how many ways we can draw a gold coin from each box, then determine which scenarios allow a second gold coin.

P(GG | Gold drawn) = P(Gold | GG) × P(GG) ÷ P(Gold)

P(GG | Gold drawn) = 1 × (1/3) ÷ (1/2) = 2/3

  • P(GG | Gold drawn) — Posterior probability that the box contains two gold coins, given that you drew gold
  • P(Gold | GG) — Likelihood of drawing gold from the two-gold box, which equals 1 (certainty)
  • P(GG) — Prior probability of selecting the two-gold box, which is 1/3
  • P(Gold) — Marginal probability of drawing any gold coin, which equals 1/2

Why Intuition Fails: The Enumeration Argument

The clearest way to see why 2/3 is correct is to enumerate all possible gold-coin draws:

  • Scenario 1: You pick Box A (GG) and draw the first gold coin
  • Scenario 2: You pick Box A (GG) and draw the second gold coin
  • Scenario 3: You pick Box C (GS) and draw the single gold coin

Each scenario is equally likely when you condition on drawing gold. In two of these three scenarios (1 and 2), the remaining coin is gold. In only one scenario (3), the remaining coin is silver.

This reveals the trap: when you drew gold, you made it much more likely that you selected Box A, because Box A offers two chances to draw gold while Box C offers only one. The evidence of drawing gold thus shifts the probability distribution over the boxes themselves.

Connection to Conditional Probability

Bertrand's paradox is fundamentally a lesson in conditional probability. Many people incorrectly apply the principle of indifference—assuming that because two outcomes remain possible, they must be equally probable. This fails when those outcomes have different paths to the observed evidence.

Consider the symmetry argument: if you had instead drawn a silver coin, by identical logic the probability that the remaining coin is silver would be 2/3. This demonstrates that the result is not an artifact of choosing gold, but rather reflects how the sampling process itself creates asymmetry.

Bayes' rule formalises this insight: it updates your belief about which box you selected based on the evidence of the coin you drew, revealing that you are twice as likely to have chosen the two-gold box than the mixed box.

Common Pitfalls and Insights

Understanding why people typically misjudge this problem helps sharpen your conditional probability intuition.

  1. Assuming equal likelihood of remaining outcomes — The remaining coin is not equally likely to be gold or silver. The gold coin you drew provides strong evidence about which box you selected, heavily favouring the all-gold box over the mixed box. Always ask: does the evidence I observed make some scenarios more probable than others?
  2. Confusing the sample space — Some calculate odds as 1/2 by imagining only two possible boxes remain after drawing gold—either the all-gold or mixed box. But you must account for the fact that there are two indistinguishable gold coins in the all-gold box, each independently capable of being drawn. This creates an asymmetry in likelihood.
  3. Forgetting about prior probabilities — The probability of selecting each box initially is 1/3. When you draw gold, this prior combines with the likelihood of drawing gold from each box type to produce a posterior probability. Ignoring the prior leads to the 1/2 error.
  4. Not simulating enough trials — Running a simulation with insufficient repetitions may show results near 1/2 due to random variation. Use at least 10,000 trials to see the true 2/3 probability converge, especially if testing this empirically.

Frequently Asked Questions

What is the correct answer to Bertrand's box paradox?

The correct answer is 2/3. Given that you drew a gold coin from a randomly selected box, the probability that the remaining coin is also gold is 2/3, not the intuitively expected 1/2. This counterintuitive result arises because drawing a gold coin provides evidence that you are more likely to have selected the box containing two gold coins than the box with one gold and one silver coin.

Why does drawing gold make 2/3 more likely than 1/2?

There are three equally likely ways to draw a gold coin: two from the all-gold box and one from the mixed box. Of these three scenarios, two result in the remaining coin being gold, and one results in it being silver. Therefore, conditional on drawing gold, the probability is 2/3. The key insight is that the all-gold box offers twice as many opportunities to draw gold as the mixed box, making it more probable you selected the all-gold box.

How does Bayes' theorem apply to this paradox?

Bayes' theorem allows us to calculate the posterior probability P(two-gold box | gold coin drawn) by combining the prior probability of selecting each box (1/3 each) with the likelihood of drawing gold from each box. The all-gold box has likelihood 1 (certain to draw gold), the mixed box has likelihood 1/2, and the all-silver box contributes zero since you drew gold. Applying Bayes' rule: P = (1 × 1/3) ÷ (1 × 1/3 + 1/2 × 1/3 + 0 × 1/3) = 2/3.

Is Bertrand's box paradox related to the Monty Hall problem?

Yes, both belong to the same family of conditional probability paradoxes where observers often misjudge odds because they fail to account for how evidence changes the probability distribution over possible scenarios. In both cases, initial symmetry is broken by selective information. However, Bertrand's paradox involves independent coin draws, while Monty Hall involves an active host who knows which door holds the prize, making the mechanic of information revelation different in each case.

Can I verify the 2/3 probability through simulation?

Absolutely. Running a computer simulation where you repeatedly select a random box, draw a random coin from it, filter for cases where a gold coin was drawn, and count how many times the remaining coin is gold should converge to 2/3 as the number of trials increases. With 10,000 or more simulations, you should observe results very close to 66.67%, empirically confirming the theoretical prediction.

What mistake do people typically make when solving this problem?

The most common error is applying the principle of indifference incorrectly. After drawing gold, people assume the remaining coin must be either gold or silver with equal probability, ignoring that you are twice as likely to have drawn from the all-gold box. This overlooks how the evidence of drawing gold constrains which box you selected. Careful enumeration of all scenarios or application of Bayes' rule corrects this intuitive mistake.

More statistics calculators (see all)