The Monty Hall Problem
The Monty Hall problem is a famous, seemingly paradoxical problem in conditional probability and reasoning using Bayes' theorem. Information affects your decision that at first glance seems as though it shouldn't.
In the problem, you are on a game show, being asked to choose between three doors. Behind each door, there is either a car or a goat. You choose a door. The host, Monty Hall, picks one of the other doors, which he knows has a goat behind it, and opens it, showing you the goat. (You know, by the rules of the game, that Monty will always reveal a goat.) Monty then asks whether you would like to switch your choice of door to the other remaining door. Assuming you prefer having a car more than having a goat, do you choose to switch or not to switch?
The solution is that switching will let you win twice as often as sticking with the original choice, a result that seems counterintuitive to many. The Monty Hall problem famously embarrassed a large number of mathematicians with doctorate degrees when they attempted to "correct" Marilyn vos Savant's solution in a column in Parade Magazine.
Possible Outcomes
One way to see the solution is to explicitly list out all the possible outcomes, and count how often you get the car if you stay versus switch. Without loss of generality, suppose your selection was door . Then the possible outcomes can be seen in this table:
In two out of three cases, you win the car by changing your selection after one of the doors is revealed. This is because there is a greater probability that you choose a door with a goat behind it in the first go, and then Monty is guaranteed to reveal that one of the other doors has a goat behind it. Hence, by changing your option, you double your probability of winning.
Another way of seeing the same set of options is by drawing it out as a decision tree, as in the following image:
Using Bayes' Theorem
There are two aspects of the Monty Hall problem that many struggle to agree with. First, why aren’t the odds 50-50 after the host opens the door? Why is it that switching doors has a 2 in 3 chance of winning when sticking with the first pick only has a 1 in 3 chance? Secondly, why is it the case that if Monty opened a door truly randomly and happened to show a goat, then the odds of staying vs. switching doors are now 50-50? Bayes' theorem can answer these questions.
Bayes’ theorem is a formula that describes how to update the probability that a hypothesis is correct, given evidence. In this case, it’s the probability that our initially picked door is the one with the car behind it (that staying is right) given that Monty has opened a door showing a goat behind it: that Monty has shown us that one of the choices we didn’t pick was the wrong choice. Let be the hypothesis "door 1 has a car behind it," and be the evidence that Monty has revealed a door with a goat behind it. Then the problem can be restated as calculating , the conditional probability of given .
Since every door either has a car or a goat behind it, the hypothesis "" is the same as "door 1 has a goat behind it."
In this case, Bayes' theorem states that
The problem as stated says that Monty Hall deliberately shows you a door that has a goat behind it.
Breaking down each of the components of this equation, we have the following:
- is the prior probability that door 1 has a car behind it, without knowing about the door that Monty reveals. This is .
- is the probability that we did not pick the door with the car behind it. Since the door either has the car behind it or not, .
- is the probability that Monty shows a door with a goat behind it, given that there is a car behind door 1. Since Monty always shows a door with a goat, this is equal to .
- is the probability that Monty shows the goat, given that there is a goat behind door 1. Again, since Monty always shows a door with a goat, this is equal to .
Combining all of this information gives
The probability that the car is behind door 1 is completely unchanged by the evidence. However, since the car can only either be behind door 1 or behind the door Monty didn't reveal, the probability it is behind the door that is not revealed is . Therefore, switching is twice as likely to get you the car as staying.
There is more for the inquisitive mind:
There are two aspects of the Monty Hall problem that many struggle to agree with. First, why aren’t the odds 50-50 after the host opens the door? Why is it that switching doors has a 2 in 3 chance of winning when sticking with the first pick only has a 1 in 3 chance? Secondly, why is it the case that if Monty opened a door truly randomly and happened to show a goat, then the odds of staying vs. switching doors are now 50-50? Bayes' theorem can answer these questions.
Bayes’ theorem is a formula that describes how to update the probability that a hypothesis is correct, given evidence. In this case, it’s the probability that our initially picked door is the one with the car behind it (that staying is right) given that Monty has opened a door showing a goat behind it: that Monty has shown us that one of the choices we didn’t pick was the wrong choice. Let be the hypothesis "door 1 has a car behind it," and be the evidence that Monty has revealed a door with a goat behind it. Then the problem can be restated as calculating , the conditional probability of given .
Since every door either has a car or a goat behind it, the hypothesis "" is the same as "door 1 has a goat behind it."
In this case, Bayes' theorem states that
The problem as stated says that Monty Hall deliberately shows you a door that has a goat behind it.
Breaking down each of the components of this equation, we have the following:
- is the prior probability that door 1 has a car behind it, without knowing about the door that Monty reveals. This is .
- is the probability that we did not pick the door with the car behind it. Since the door either has the car behind it or not, .
- is the probability that Monty shows a door with a goat behind it, given that there is a car behind door 1. Since Monty always shows a door with a goat, this is equal to .
- is the probability that Monty shows the goat, given that there is a goat behind door 1. Again, since Monty always shows a door with a goat, this is equal to .
Combining all of this information gives
The probability that the car is behind door 1 is completely unchanged by the evidence. However, since the car can only either be behind door 1 or behind the door Monty didn't reveal, the probability it is behind the door that is not revealed is . Therefore, switching is twice as likely to get you the car as staying.
There is more for the inquisitive mind:
Comments
Post a Comment