Lets explore an extension of the monty hall problem. Assume the usual scenario with two goats and one car. Also assume that there are two types of hosts, and you do not know which type your host is.
Host type A is the standard host that gives you a choice to switch. Host type B only gives you a choice if you choose the right door at the beginning, otherwise he reveals that you have lost immediately. You know that host A appears with probability P(A), and host B with probability 1-P(A)
what does P(A) have to be so there is no dominant strategy if you have been given the choice?
My first attempt is to state that the probability of winning P(W) has to be 1/2 if you always switch, so there is no dominant strategy.
Thus
P(W)=P(W|A)P(A) + P(W|B)(1-P(A))=1/2 Note that P(W|B)=0 if you always switch.
Hence
P(A)= P(W)/P(W|A)=1/2/2/3=3/4
Is this correct? I cannot take away the feeling that the fact that you have a choice gives you new information that should change the problem, but I may be simply over thinking everything.