So, Let's say we have three doors and three guests in our show. A car is behind one door. The other two doors have goats . Please note.. I am not asking about the original Monty Hall problem here. This is another problem (but eventually it might be equivalent to the original one).
Each guest picks a different door. and the host opens one losing door and says goodbye to one contestant.Then He asks each of the remaining guests if they would like to switch.
Q1 What is winning probability of each of the remaining guests if they decide to switch?
Q2 If both have to switch doesn't that mean that the computed probabilities are useless?
- NOTE I am aware that we have two events which aren't disjoint here
Event A : Car is behind the losing door or first remaining guest's choice
Event B : Car is behind the losing door or second remaining guest's choice
and each has 2/3 chance to win. So, the sum here isn't 1
So, eventually.. If the answer is to Switch or NOT , doesn't it mean that we have same probability for the remaining doors. Thanks.. please give time for discussion and don't down vote for the question if it's against your mathematical beliefs. I am suggesting a new problem here, so be open to other's ideas :)



By symmetry, both remaining doors have $\frac 12$, so there is no advantage to switching.
To compute the probabilities directly, consider the contestant who has chosen $\#1$. Initially, there were three states each with probability $\frac 13$, according to whichever door contained the prize. Let's at Monty opens $\#3$ and shows it is empty, removing one of the states.
Conditioned on the state in which the prize really is behind door $\#1$, the probability that Monty would have opened $\#3$ is $\frac 12$ (since nothing distinguishes doors $1,3$). It follows that the probability that the prize is being $\#1$ AND Monty opens $\#3$ is $\frac 13\times \frac 12=\frac 16$.Thus the conditional probability that the door is behind $\#1$, conditioned on Monty opening $\#3$ is $$\frac {1/6}{1/3}=\frac 12$$.
The same computation applies to the state in which the prize is behind door $\#2$ (just switch the rolls of $\#1$ and $\#2$ in the earlier computation).
Thus, as expected, there is no advantage gained from switching (though it doesn't hurt).
To stress: In this version of the game, nothing distinguishes the two unopened doors. That's what I meant in the, terse, initial statement that symmetry instantly implied the answer was $\frac 12$. In the standard version, the two unopened doors are very different, since Monty would never open the door the contestant had selected.
As is often the case in problems like these, it is very easy to simulate the situation. Worth doing as intuition often lets one down.