In case you did not grow up watching way too much daytime television in America during the 70's and early 80's, here is Monty Hall on YouTube talking about the background of this math problem involving his popular game show, Let's Make A Deal.
Should you switch?
Let S be the event of winning when you switch.
Let Dj be the event of the car being behind door j.
With a probability tree, it is easy to represent the case where you condition on Monty opening door 2. Given that you initially choose door 1, you can quickly see that if you stick with door 1, you have a 13 chance of winning.
You have a 23 chance of winning if you switch.
This is even easier to solve using the Law of Total Probability.
P(S)=P(S|D1)P(D1)+P(S|D2)P(D2)+P(S|D3)P(D3)=013+113+113=23Let n=7 be the number of doors in the game.
Let m=3 be the number of doors with goats that Monty opens after you select your initial door choice.
Let S be the event where you win by sticking with your original door choice of door 1.
Let Cj be the event that the car is actually behind door j.
Conditioning only on which door has the car, we have P(S)=P(S|C1)P(C1)+⋯+P(S|Cn)P(Cn)Law of Total Probability=P(C1)=17
Let Mi,j,k be the event that Monty opens doors i,j,k. Conditioning on Monty opening up doors i,j,k, we have
P(S)=∑i,j,kP(S|Mi,j,k)P(Mi,j,k)summed over all i, j, k with 2≤i<j<k≤7⇒P(S|Mi,j,k)=P(S)by symmetry=17Note that we can now generalize this to the case where:
The probability of winning with the strategy of sticking to your initial choice is 1n, whether unconditional or conditioning on the doors Monty opens.
After Monty opens m doors, each of the remaining n−m−1 doors has conditional probability of (n−1n−m−1)(1n).
Since 1n<(n−1n−m−1)(1n), you will always have a greater chance of winning if you switch.
Is it possible for a certain set of events to be more (or less) probable than another without conditioning, and then be less (or more) probable with conditioning?
Assume that we have the above rates of success/failure for Drs. Hibbert and Nick for two types of surgery: heart surgery and band-aid removal.
Let A be the event of a successful operation.
Let B be the event of treatment by Dr. Nick.
Let C be the event of heart surgery.
P(A|B,C)<P(A|Bc,C)Dr. Nick is not as skilled as Dr. Hibbert in heart surgeryP(A|B,Cc)<P(A|Bc,Cc)neither is he all that good at band-aid removalAnd yet P(A|B)>P(A|Bc)?
To explain this paradox, let's try to use the Law of Total Probability.
P(A|B)=P(A|B,C)P(C|B)+P(A|B,Cc)P(Cc|B)but P(A|B,C)<P(A|Bc,C)and P(A|B,Cc)<P(A|Bc,Cc)Look at P(C|B and P(C|Bc). These weights are what makes this paradox possible, as they are what make the inequality relation sign flip.
Event C is a case of confounding
Is it possible to have events A1,A2,B,C such that
P(A1|B)>P(A1|C) and P(A2|B)>P(A2|C) ... yet...P(A1∪A2|B)<P(A1∪A2|C)Yes, and this is just another case of Simpson's Paradox.
Note that
P(A1∪A2|B)=P(A1|B)+P(A2|B)−P(A1∩A2|B)So this is not possible if A1 and A2 are disjoint and P(A1∪A2|B)=P(A1|B)+P(A2|B).
It is crucial, therefore, to consider the intersection P(A1∩A2|B), so let's look at the following example where P(A1∩A2|B)≫P(A1∩A2|C) in order to offset the other inequalities.
Consider two basketball players each shooting a pair of free throws.
Let Aj be the event basketball free throw scores on the jth try.
Player B always either makes both P(A1∩A2|B)=0.8, or misses both.
P(A1|B)=P(A2|B)=P(A1∩A2|B)=P(A1∪A2|B)=0.8Player C makes free throw shots with probability P(Aj|C)=0.7, independently, so we have
P(A1|C)=P(A2|C)=0.7P(A1∩A2|C)=P(A1|C)P(A2|C)=0.49P(A1∪A2|C)=P(A1|C)+P(A2|C)−P(A1∩A2|C)=2×0.7−0.49=0.91And so we have our case where
P(A1|B)=0.8>P(A1|C)=0.7P(A2|B)=0.8>P(A2|C)=0.7 ... and yet... P(A1∪A2|B)<P(A1∪A2|C) ◼View Lecture 6: Monty Hall, Simpson's Paradox | Statistics 110 on YouTube.