Explain the Monty Hall problem in the case of 4 doors computing specific probabilities.
I got that you have 1/4 chance of picking the door with the goat. 1/4 chance to pick the door with the prize and so on.
if I pick an empty door you have a 1/2 chance of doing this in this case you have 1/2 chance of winning the prize. if you don't switch
if you don't switch your chance is 1/4
switching is better
I think Im missing something
Assuming 2 doors are open after first pick:
With the non-switching strategy:
You need to pick the right door from the start with probability $\frac{1}{4}$
with the switching strategy:
You need to pick a non-correct door at first with probability $\frac{3}{4}$
After that ther are two doors remaining, the one you picked first (wrong) and the one unpicked remaining (the winner) so after switching you have the winning one.
So probability with switching is $\frac{3}{4}>\frac{1}{4}$, so you should switch.