I first came across this problem in the film 21, where professor Micky Rosa puts it to Ben in class. It is a famous piece of conditional probability, and it is famous mostly because the correct answer feels wrong.
The problem
You are on a game show, choosing between three doors. Behind each door is either a car or a goat. You pick a door. The host, Monty Hall, then opens one of the other two doors — one he knows hides a goat — and shows you the goat. He asks whether you would like to switch to the remaining unopened door.
Assuming you would rather have the car, do you switch?
You should. Switching wins twice as often as staying.
IMPORTANT
The answer rests entirely on one rule: Monty knows where the car is and always opens a goat door deliberately. Change that rule and the answer changes with it — see the last section.
Counting the outcomes
The quickest way to see it is to write down every case. Say you picked door 1. There are three equally likely arrangements:
| Door 1 | Door 2 | Door 3 | If you stay | If you switch |
|---|---|---|---|---|
| Car | Goat | Goat | Car | Goat |
| Goat | Car | Goat | Goat | Car |
| Goat | Goat | Car | Goat | Car |
Switching wins in two rows out of three.
The reason is easier to feel than the arithmetic suggests. Your first pick is wrong two times out of three. Whenever it is wrong, the car sits behind one of the other two doors, Monty is forced to open the goat one, and the car ends up behind the door he did not open. So "my first guess was wrong" and "switching wins" describe the same event — and that event has probability .
TIP
If it still feels like a coin flip, scale it up. Imagine 100 doors. You pick one, and Monty opens 98 others, all goats. Would you stay with your original one-in-a-hundred guess, or take the single door he pointedly left closed?
Where the probability goes
graph LR
A["You pick a door"] --> B["First pick correct, one third"]
A --> C["First pick wrong, two thirds"]
B --> D["Monty may open either goat door"]
C --> E["Monty is forced to open the only goat door"]
D --> F["Staying wins"]
E --> G["Switching wins"]The asymmetry lives on the lower branch. When your first pick is wrong, Monty has no choice about which door to open, and that absence of choice is exactly what leaks information to you.
The same answer from Bayes' theorem
Let be the hypothesis "the car is behind door 1" — the door you picked — and let be the evidence "Monty opened a door and revealed a goat." We want .
Bayes' theorem says
where
Taking each piece in turn:
- — the prior that your door hides the car.
- — the prior that it does not.
- — if the car is behind your door, both others hide goats, so Monty certainly reveals one.
- — if the car is elsewhere, Monty still knows which remaining door hides a goat, and opens that one.
Substituting:
Your door is still . The evidence changed nothing, because Monty was always going to show you a goat regardless of where the car was — an outcome with probability carries no information. Since the car is behind either your door or the one still closed, that other door now carries .
The variant where it really is 50–50
Now suppose Monty does not know where the car is. He opens one of the other two doors at random, and it happens to reveal a goat. Nothing about the view from your chair has changed — so why is the answer now different?
Because and are no longer equal:
- — if the car is behind your door, both remaining doors hide goats, so a random opening reveals a goat for certain.
- — if the car is elsewhere, one of the two doors he might open hides it, so he reveals a goat only half the time.
Now it is a genuine coin flip. A goat from a random opening is evidence, because it was more likely to happen when your first pick was right, and that evidence pulls your door up from to .
The two versions look identical from where you are standing. Same three doors, same revealed goat, same question. What differs is the process that produced the goat — and probability is a statement about processes, not about scenery.