A stricter mathematical proof for the problem.
Events
C1 = car is behind door one
C2 = car is behind door two
C3 = car is behind door three
MH1 = Monty Hall reveals what is behind door one
MH2 = Monty Hall reveals what is behind door one
MH3 = Monty Hall reveals what is behind door three
We will assume that the car is placed randomly, so P(C1) = P(C2) = P(C3). The probabilities of MH1, MH2 and MH3 will depend on other factors, so we'll get into those as they come.
Original Problem
Assume the player selects door number one. (This is a safe assumption since we can just renumber the doors after he chooses.) We can eliminate the event MH1 since Monty can't show what's behind the door the player selects.
=========================
P(winning car if he stays) = P("C1 and MH2" or "C1 and MH3")
= P(C1)*P(MH2|C1) + P(C1)*P(MH3|C1)
= 1/3 * 1/2 + 1/3 * 1/2
= 1/3
(To win if he stays, C1 must be true. If C1 is true, then Monty has the choice of either MH2 or MH3. Assuming Monty chooses randomly, P(MH2|C1) = P(MH3|C1) = 1/2.)
=========================
P(winning car if he switches) = P("C2 and MH3" or "C3 and MH2")
= P(C2)*P(MH3|C2) + P(C3)*P(MH2|C3)
= 1/3 * 1 + 1/3 * 1
= 2/3
(To win if he switches, either C2 or C3 must be true. If C2 is true, then Monty must reveal door three, hence P(MH3|C2) = 1. Similarly, P(MH2|C3) = 1.)
=========================
I'll see if I can put together a similar solution for the 3 player problem.
Events
C1 = car is behind door one
C2 = car is behind door two
C3 = car is behind door three
MH1 = Monty Hall reveals what is behind door one
MH2 = Monty Hall reveals what is behind door one
MH3 = Monty Hall reveals what is behind door three
We will assume that the car is placed randomly, so P(C1) = P(C2) = P(C3). The probabilities of MH1, MH2 and MH3 will depend on other factors, so we'll get into those as they come.
Original Problem
Assume the player selects door number one. (This is a safe assumption since we can just renumber the doors after he chooses.) We can eliminate the event MH1 since Monty can't show what's behind the door the player selects.
=========================
P(winning car if he stays) = P("C1 and MH2" or "C1 and MH3")
= P(C1)*P(MH2|C1) + P(C1)*P(MH3|C1)
= 1/3 * 1/2 + 1/3 * 1/2
= 1/3
(To win if he stays, C1 must be true. If C1 is true, then Monty has the choice of either MH2 or MH3. Assuming Monty chooses randomly, P(MH2|C1) = P(MH3|C1) = 1/2.)
=========================
P(winning car if he switches) = P("C2 and MH3" or "C3 and MH2")
= P(C2)*P(MH3|C2) + P(C3)*P(MH2|C3)
= 1/3 * 1 + 1/3 * 1
= 2/3
(To win if he switches, either C2 or C3 must be true. If C2 is true, then Monty must reveal door three, hence P(MH3|C2) = 1. Similarly, P(MH2|C3) = 1.)
=========================
I'll see if I can put together a similar solution for the 3 player problem.