Monty Hall Analogue

87 Views Asked by At

I am studying this variation of the Monte Hall problem. There are three prizes as before (1 car and 2 goats). The host picks two out of the three items for you at random. The host then views both items and then shows you one of the items which is a goat. At what odds will you bet with the host that the other item is the car?

Consider the exact same set up as before, this time the host doesn't view any of the items and then randomly shows you one. If he shows you a goat (note this conditional, since it is possible for him to show you the car) at what odds would you bet that the other item is the car?

Attempt: The first problem I am getting the same answer as the original Monty Hall problem (2/3). however this doesn't make any sense, since the option to switch is what increases my odds from 1/3 to 2/3. Nonetheless, this is how I did it.

$P(car|goat shown)=P(\text{car and goat drawn})P(car )$

As for the second problem, I do not have the slightest clue how to proceed since I do not know why my odds should decrease?

2

There are 2 best solutions below

4
On BEST ANSWER

Attempt: The first problem I am getting the same answer as the original Monty Hall problem (2/3). however this doesn't make any sense, since the option to switch is what increases my odds .

It should make sense to get the same result, as it is the same scenario.   Two doors being selected for the host also selects one for the contestant, and then a goat is revealed by the host using knowledge of what's behind all the doors to select one from his two.

Thus there is a 1/3 probability that the prise is behind the contestant's door, and so a 2/3 probability for the prise being behind the host's unrevealed door.

As for the second problem, I do not have the slightest clue how to proceed since I do not know why my odds should decrease?

Since the goat was selected without knowledge (and thus randomly), the prise has an equal chance of being behind each door that is not that of the revealed goat.


How do you show this using conditional probability? i.e. how does one formulate precisely "with knowledge" vs "without knowledge" when writing out the conditionals for both probabilities? note that in each case you have P(car | goat shown)

We can treat whether the host is allowed to gain knowledge as a condition ($K$).   Now, independently of this, the host either has a car and one goat (event $C$) or two goats (event $C^\complement$).   If he is allowed to gain knowledge the event of revealing a goat ($G$) will be a certainty (and independent of how many goats), otherwise the probability of doing so depends on how many goats.


$$\begin{align}\mathsf P(C\mid G, K)&=\dfrac{\mathsf P(G\mid K, C)~\mathsf P(C)}{\mathsf P(G\mid K)}\\&=\dfrac{1\cdot\tfrac 23}{1}\\&=\dfrac 23\\[2ex]\mathsf P(C\mid G, K^\complement)&=\dfrac{\mathsf P(G\mid K^\complement, C)~\mathsf P(C)}{\mathsf P(G\mid K^\complement, C)~\mathsf P(C)+\mathsf P(G\mid K^\complement, C^\complement)~\mathsf P(C^\complement)}\\&=\dfrac{\tfrac 12\cdot\tfrac 23}{\tfrac 12\cdot\tfrac 23+1\cdot\tfrac 13}\\&=\dfrac 12\end{align}$$

0
On

In the first case, the probability that the other item is a car is 2/3. This is because the probability of a car being among the two that he chose is 2/3.

In the second case, if he looks at one item, and it is a goat, then the car is equally likely to be in either of the other two places, so the probability is 1/2 that either of the other two is a car.