Which Door Hides the Gold?


The short answer is that if you ignore your host's subsequent actions, and stay with Door A, your chances of success are the same as for someone else making the same door choice, but unaware that Door B was later opened. You both win or lose together. Thus your chances of striking it rich are 1/3 if you stick with Door A, and 2/3 if you switch to Door C.

A rigorous proof of these results follows from use of Bayes' Theorem. Defining the following events:

We wish to calculate the probability that the gold lies behind Door A, given that the player selected Door A and the host opened Door B. Symbolically, this is expressed as P[A|AsBo]. Using Bayes' Theorem,

P[A|AsBo] = P[AAsBo] / P[AsBo] = N1 / N2, where

N1 = P[AAsBo] = P[Bo|AAs] P[AsA] = P[Bo|AAs] P[A] P[As]

since A and As are clearly independent events. Now the probability that Door B will be opened if Door A has been selected and also hides the gold is 1/2, since our host could have just as likely opened Door C. And the unconditioned probability that the gold lies behind Door A, namely P[A] is clearly 1/3. Thus N1 = P[As] / 6.

Turning to N2

N2 = P[AsBo] = P[Bo|As] P[As] = {P[Bo|AsA] P[A] + P[Bo|AsB] P[B] + P[Bo|AsC] P[C]} P[As] =
{(1/2)(1/3) + (0)(1/3) + (1)(1/3)}P[As] = P[As] / 2

Thus the probability that the gold lies behind Door A, given that Door A was selected by the player and Door B was opened by the host is N1 / N2, or 1/3, as was to be shown.