Sulla base dei commenti sulla risposta di Ben, offrirò due diverse interpretazioni di questa variante di Monty Hall, diversa da quella di Ruben van Bergen.
Il primo che chiamerò Liar Monty e il secondo Unreliable Monty. In entrambe le versioni il problema procede come segue:
(0) Ci sono tre porte, dietro una delle quali è una macchina e dietro le altre due sono le capre, distribuite in modo casuale.
(1) Il concorrente sceglie una porta a caso.
(2) Monty sceglie una porta diversa da quella del concorrente e afferma che dietro c'è una capra.
(3) Al concorrente viene offerto di passare alla terza porta non selezionata, e il problema è "Quando il concorrente dovrebbe cambiare per massimizzare la probabilità di trovare un'auto dietro la porta?"
In Liar Monty, al punto (2), se il concorrente ha scelto una porta contenente una capra, Monty sceglie una porta contenente l'auto con una probabilità predefinita (cioè c'è una probabilità tra 0 e 100% che mentirà che un la capra è dietro qualche porta). Nota che in questa variante, Monty non sceglie mai una porta contenente l'auto (cioè non può mentire) se il concorrente ha scelto l'auto nel passaggio (1).
2313
Per rispondere al problema, dovremo usare alcune equazioni. Proverò a pronunciare la mia risposta in modo che sia accessibile. Le due cose che spero non siano troppo confuse sono la manipolazione algebrica dei simboli e la probabilità condizionata. Per il primo, useremo i simboli per indicare quanto segue:
SS¯MM¯CC¯=The car is behind the door the contestant can switch to.=The car is not behind the door the contestant can switch to.=The car is behind the door Monty chose.=The car is not behind the door Monty chose.=The car is behind the door the contestant chose in step (1).=The car is not behind the door the contestant chose in step (1).
Pr(∗)∗Pr(M¯) significhi la probabilità che l'auto non sia dietro la porta scelta da Monty. (Vale a dire ovunque vedi un'espressione che coinvolge i simboli, sostituisci i simboli con gli equivalenti "inglesi".)
Richiederemo anche una comprensione rudimentale della probabilità condizionale, che è approssimativamente la probabilità che qualcosa accada se si ha conoscenza di un altro evento correlato. Questa probabilità sarà rappresentata qui da espressioni comePr(S|M¯)|Pr(S|M¯)Pr(S|M¯)=23Pr(S)=13, which corresponds to the case when Monty has not given you any information.
I will now demonstrate that Unreliable Monty is equivalent to Liar Monty. In Liar Monty, we are given the quantity Pr(M|C¯), the probability that Monty will lie about his door, knowing that the contestant has not chosen the car. In Unreliable Monty, we are given the quantity Pr(M), the probability that Monty lies about his door. Using the definition of conditional probability Pr(M and C¯)=Pr(C¯|M)Pr(M)=Pr(M|C¯)Pr(C¯), and rearranging, we obtain:
Pr(M)32Pr(M)=Pr(M|C¯)Pr(C¯)Pr(C¯|M)=Pr(M|C¯),
since Pr(C¯), the probability that the car is not behind the contestant's chosen door is 23 and Pr(C¯|M), the probability that the car is not behind the contestant's chosen door, if we know that it is behind Monty's door, is one.
Thus, we have shown the connection between Unreliable Monty (represented by LHS of the above equation) and Liar Monty (represented by the RHS). In the extreme case of Unreliable Monty, where Monty chooses a door that hides the car 23 of the time, this is equivalent to Monty lying all the time in Liar Monty, if the contestant has picked a goat originally.
Having shown this, I will now provide enough information to answer the Liar version of the Monty Hall Problem. We want to calculate Pr(S). Using the law of total probability:
Pr(S)=Pr(S|C)Pr(C)+Pr(S|C¯ and M)Pr(C¯ and M)+Pr(S|C¯ and M¯)Pr(C¯ and M¯)=Pr(C¯ and M¯)
since Pr(S|C)=Pr(S|C¯ and M)=0 and Pr(S|C¯ and M¯)=1 (convince yourself of this!).
Continuing:
Pr(S)=Pr(C¯ and M¯)=Pr(M¯|C¯)Pr(C¯)=23−23Pr(M|C¯))
So you see, when Monty always lies (aka Pr(M|C¯))=1) then you have a zero chance of winning if you always switch, and if he never lies then the probability the car is behind the door you can switch to, Pr(S), is 23.
From this you can work out the optimal strategies for both Liar, and Unreliable Monty.
Addendum 1
In response to comment (emphasis mine):
"I added more details in my comment to @alex - Monty is never hostile
nor devious, just FALLIBLE, as sometimes he can be wrong for whatever
reasons, and never actually opens the door. Research shows that Monty
is wrong roughly 33.3% of the time, and the car actually turns out to
be there. That is a Posterior Probability of being correct 66.6% of
the time, correct? Monty never chooses YOUR door, and you will never
choose his. Do these assumptions change anything?"
This is as I understand, the Unreliable Monty Hall Problem introduced at the start of my answer.
Therefore, if Monty's door contains the car 13 of the time, we have the probability of winning when you switch to the last unpicked door as:
Pr(S)=23−23Pr(M|C¯)=23−23×32Pr(M)=23−13=13
Thus, there is no difference between switching, remaining with the original door or if allowed, switching to Monty's chosen door (in line with your intuition.)