Free Bertrand's Box Paradox Calculator
The Setup
Three boxes:
- Box A: Two gold coins
- Box B: Two silver coins
- Box C: One gold and one silver coin
You pick a box at random and draw one coin. It is gold. What is the probability that the other coin in the same box is also gold?
If you drew a gold coin first, the probability that the other coin in the same box is also gold is 2/3 - not 1/2 as common sense might suggest. This is because drawing gold provides evidence that you are more likely to have chosen the box containing two gold coins.
Three equally likely gold-first scenarios
Bertrand's Box Paradox is a classic probability puzzle that demonstrates how easily human intuition can misjudge odds. This article walks through the problem setup, the deceptive “common‑sense” answer, the correct solution (which hinges on a probability), the connection to Bayes’ theorem, and how a dedicated probability calculator can simulate the paradox to confirm the result.
Understanding the Problem Formulation
The paradox begins with three identical boxes and a set of gold and silver coins. The boxes are arranged as follows:
- Box 1 contains two gold coins.
- Box 2 contains two silver coins.
- Box 3 contains one gold coin and one silver coin.
After shuffling the boxes, a player picks one box at random (each equally likely) and draws a single coin from that box without looking inside. The coin drawn is gold. The question is: What is the probability that the remaining coin in that same box is also gold?
Why the Intuitive Answer (1/2) Falls Short
At first glance, many people reason: “If I drew a gold coin, the box I chose must be either Box 1 (two golds) or Box 3 (one gold, one silver). Only one of those two boxes contains a second gold coin, so the chance is .” This reasoning overlooks a crucial nuance—the fact that the coin itself is a piece of information.
When the first coin is gold, it could have originated from three equally likely possibilities:
- The first gold coin from Box 1.
- The second gold coin from Box 1.
- The single gold coin from Box 3.
In scenarios 1 and 2 the remaining coin is gold; in scenario 3 it is silver. Therefore, out of the three equally probable cases that satisfy the condition “first draw is gold,” two lead to a second gold coin. The correct probability is thus , not .
The Correct Solution:
The paradox’s resolution can be made even more transparent by enumerating the six possible coin‑draw outcomes (each coin has an equal chance of being drawn initially). If we discard the three outcomes that start with silver, we are left with three gold‑first outcomes, each with conditional probability . Summing the two that come from the double‑gold box yields the final answer:
This result is independent of any assumption about coin weights or the order of draws—it is a pure consequence of the initial symmetry and the information gained from the first draw.
A Formal Approach: Bayes’ Theorem
The same result can be derived elegantly using conditional probability and Bayes’ rule. Bayes’ theorem states:
To apply this to the paradox, define the events:
- – the chosen box contains two gold coins.
- – the first coin drawn is gold.
We want the posterior probability .
Likelihood : if the box has two gold coins, the first draw is certainly gold, so .
Prior : each box is equally likely to be chosen, so .
Normalization factor : the overall probability of drawing gold from any box. This is the sum over all boxes of (probability of choosing that box) × (probability of drawing gold from that box):
Substituting into Bayes’ formula:
This formal approach confirms the intuitive enumeration without needing to list every outcome explicitly, and it highlights the role of the prior probabilities and the evidence provided by the first draw.
Simulating the Paradox with a Probability Calculator
A well‑designed probability calculator can bring this abstract reasoning to life. The calculator lets you run repeated random trials of the box–selection and coin–draw process. By tracking how often a gold first draw is followed by a second gold, the simulation converges to the theoretical probability. Users can adjust the number of trials or even modify the coin composition (while keeping the logic intact) to explore how the result changes—or, more importantly, to see that it does not change as long as the initial setup remains symmetric.
The paradox is closely related to other counter‑intuitive probability puzzles, most notably the Monty Hall problem. Both illustrate how acquiring partial information (a revealed coin or a opened door) can drastically alter the conditional probabilities, defying naive intuition.
FAQ
1. Why is the answer to Bertrand's box paradox 2/3 and not 1/2?
The 1/2 intuition fails because it treats the two possible boxes as equally likely after seeing a gold coin, but ignores that the double‑gold box offers two ways to draw a gold coin while the mixed box offers only one. Among the three equally probable gold‑first outcomes, two come from the double‑gold box, giving a 2/3 chance that the remaining coin is also gold.
2. How can Bayes' theorem be used to solve Bertrand's box paradox?
Define GG as the event of picking the double‑gold box and G as the event of drawing gold first. Then P(G|GG)=1, P(GG)=1/3, and P(G)=1/2 (the weighted sum of drawing gold from all boxes). Plugging into Bayes' formula P(GG|G) = (1·1/3) / (1/2) = 2/3 gives the correct probability.
3. Does the result change if the coins are replaced with objects of another type?
No, the paradox is purely about the combinatorial structure. As long as you have two boxes with identical items and one box with one of each, and the first drawn item reveals its type, the probability stays 2/3 for the second item being the same type.
4. What is the connection between Bertrand's box paradox and the Monty Hall problem?
Both are counter‑intuitive probability puzzles where additional information (the first coin being gold, or a door opened by Monty) updates the probabilities in a non‑obvious way. In each case the correct answer is 2/3, and both illustrate the need to account for the probability of the observed event under different initial choices.
How to Use
- Select whether the first coin drawn from the box is gold or silver.
- Optionally toggle "Show Bayes' theorem calculation" to see the mathematical proof.
- The calculator instantly shows the probability that the other coin in the box is the same color.