I recently opened my high school book about probability and statistics and I found an informal solution to the Monthy Hall problem. I translate it here:
"Let's suppose that the first door chosen by the player is wrong and hides a goat. The host doesn't have any choice and opens the door with the other goat. In this case if the player changes door, he wins. If, instead, the first door chosen by the player is the right one, and the player changes door he loses.
So we can conclude that if the player changes door he wins if and only if his first choice was the wrong one, and this event has probability 2/3."
This informal solution seems very convincing to me, but in my (flawed?) understanding I could apply it even if the presenter didn't know what there is behind the doors (while if I try to give a formal solution to the problem, at least using probability samples, this information changes the result).
Here the same solution modified:
"Let's suppose that the first door chosen by the player is wrong and hides a goat. The host opens the door with the other goat by pure chance. In this case if the player changes door, he wins. If, instead, the first door chosen by the player is the right one, and the player changes door he loses.
So we can conclude that if the player changes door he wins if and only if his first choice was the wrong one, and this event has probability 2/3."
My intuition here tells me that the fact that the host chooses a goat by chance doesn't change my initial probability of choosing a goat, that is still 2/3.
So there are two possibilities:
1) I can't see why the informal solution the book gave can't be applied anymore if the presenter doesn't know what there is behind the doors. In this case I ask: Why can't I apply that solution anymore?
2) The informal solution the book gave is wrong. In this case I ask: Why is it wrong?
I don't know much about probability theory: just the definition of a probability space and what conditional probability is.
In the actual Monty Hall problem, before we open any doors, a player can win by switching if and only if his initial choice was wrong, and this has probability $\frac 23$. He can win by not switching if and only if his original choice was right; this has probability $\frac13$. So it is clearly better to switch.
In the modified version where the host doesn't know which door is which, a player can win by switching if and only if neither the door he originally chose nor the door the host opens contains the prize. This has probability $\frac 23\times \frac 12=\frac13$. He can win by not switching if and only if his original choice was right; this still has probability $\frac13$. So both choices have an equal chance.