I encountered the problem of Monty Hall Problem with $4$ doors ($3$ doors $1$ goat). However in this variation you pick an initial door. Monty reveals one goat. Thereafter you either switch or stay - whatever you pick, Monty reveals a second goat and you get to choose again. What scenario is most optimal? I have seen this problem before on this site but the solution is wrong in my opinion. Can anyone see If I have done it right down below.
Scenario: Stay at first choice and Stay at second choice. (Stay1, Stay2)
If you are to win by staying in general, the first choice must be the right one and to win, the probability of staying for the second and third pick will be $1$. This means that
$\frac{1}{4} \cdot 1 \cdot 1 = \frac{1}{4}$
The probability of winning by staying is equal to the probability of choosing the car at first, $\frac{1}{n}$, and in this case $\frac{1}{4}$.
Scenario: Stay1 & Switch2
If you have a switch move included in the strategy then the first pick must not be the car as it will be impossible to win. So the first pick must be a goat hence $\frac{3}{4}$.
$\frac{3}{4} \cdot 1 \cdot 1 = \frac{3}{4}$
There is a $1$ probability of staying as the contestant must stay with the goat even though Monty reveals one if the next move is to switch.
Scenario: Switch1 & Stay2 If the contestant’s strategy includes switching as a first step and staying as second then the right pick must not be the first.
$\frac{3}{4} \cdot \frac{1}{2} \cdot 1 = \frac{3}{8}$
Scenario: Switch1 & Switch2
???? - do not know how to calculate here
I have seen that it is $\frac{5}{8}$ but I can not reflect which stops from calculating.
Open for critics and any further help.
Is it possible to write a general formula for this with $n$ doors? If so how?
If you use Switch1 & Stay2 strategy, you win with probability $3/8$; but after the 2nd goat is revealed, only 2 doors remain, and certainly the car is behind one of the 2 doors; consequently, if you switch (Switch1 & Switch2 strategy) you win with probability $1-3/8=5/8$