First off, I don't think its 50/50 always. That's not what this is about.
I know that simulations show that if Monty randomly picks a goat, it IS 50/50. I always thought I understood why this was, but recently I've been looking at discussion boards and the explanation doesn't seem to match mine.
I always thought that if Monty chose a goat randomly, the probability was actually more complicated. It ends up being 50/50, but there are more possible scenarios.
However, I've been seeing lots of explanations that go something like this: "If Monty purposefully reveals a goat that means that he's given you more information, but if he's chosen randomly he tells you nothing." It has me wondering if maybe I've overthought it. Is there actually a more simple explanation for why a randomly revealed goat gives you 50/50?
**By "randomly chooses a goat" I mean that either Monty has no idea what is behind each door or that if he does know he ignores this knowledge in favor of a random choice (ie. coin flip determines which door he opens). Monty only has a choice between the two doors that you have not chosen. Sorry I should have been clearer.
**** Okay let me put it this way. Everyone says that if you choose at random you get no new info. What I don't understand is why this is true. Why does the random reveal not also give you more info? It seems to me that it does..
Let $P_i$ be: you pick door $i$
Let $C_i$ be: door $i$ has the car
Let $E_i$ be: Monty shows a goat behind door $i$
Let’s go with: you pick door $1$ and Monty shows a goat behind door $2$. Now what?
Well, let's assume Monty always makes a random choice when opening one of the two remaining doors (maybe because Monty doesn't know where the prize is, or because he always just flips a coin to determine which one to open, or ....). That is, after you picking door $1$, he could just as well have opened up door $3$, and indeed in this scenario it is possible that Monty sometimes does end up opening a door that has the car.
Thus, we have:
$$P(E2|C1,P1) = P(E2|C3,P1) = \frac{1}{2}$$
Notice that of course we do have that
$$P(E2|C2,P1) = 0$$
since the event of Monty opening up door 2 as having a goat is impossible if it has a car!
OK, so this gives us:
$$P(E2|P1) = P(E2|P1,C1)\cdot P(C1) + P(E2|P1,C2)\cdot P(C2) + P(E2|P1,C3)\cdot P(C3) =$$
$$ \frac{1}{2}\cdot \frac{1}{3} + 0 \cdot \frac{1}{3} + \frac{1}{2}\cdot \frac{1}{3} = \frac{1}{3}$$
And therefore:
$$P(C3 | E2 , P1) = \frac{P(E2|C3 , P1) \cdot P(C3|P1)}{P(E2|P1)}=$$
$$\frac{\frac{1}{2} * \frac{1}{3}}{ \frac{1}{3}} = \frac{1}{2}$$
Now, compare this with the situation that Monty does not always pick randomly one of the remaining doors, but will always choose the one that has the goat if one of the remaining two has the car (of course, if both remaining doors have a goat, we'll assume that Monty does pick randomly one of those two).
OK, so now we still have:
$$P(E2|C1,P1) = \frac{1}{2}$$
and of course we also still have:
$$P(E2|C2,P1) = 0$$
but we get a different value for:
$$P(E2|C3,P1)=1$$
For now Monty is sure to open door $2$ when you pick $1$ and the car is behind $3$.
So this changes the value of:
$$P(E2|P1) = P(E2|P1,C1)\cdot P(C1) + P(E2|P1,C2)\cdot P(C2) + P(E2|P1,C3)\cdot P(C3) =$$
$$ \frac{1}{2}\cdot \frac{1}{3} + 0 \cdot \frac{1}{3} + 1 \cdot \frac{1}{3} = \frac{1}{2}$$
And therefore of:
$$P(C3 | E2 , P1) = \frac{P(E2|C3 , P1) \cdot P(C3|P1)}{P(E2|P1)}=$$
$$\frac{\frac{1}{2} * \frac{1}{3}}{ \frac{1}{2}} = \frac{1}{3}$$
So, there you go: Monty's intent makes all the difference: if the opening of the door with the goat was the result of him always just randomly picking one of the remaining doors, then switching does not matter, but if he will make sure never to show the car, then switching does matter!