Question

In: Statistics and Probability

A variance of Monty Hall Problem. Let's say I am playing a game where there are...

A variance of Monty Hall Problem. Let's say I am playing a game where there are 6 doors, there is a car behind 2 doors and there are goats behind 4 doors. I don't know what is behind the doors but I want a car. Let's say I pick a door at random, so Initially, my chances of winning a car are 1/3. But before I open my door to see if I won, the host of the game opens a door revealing a goat and asks me if I want to change doors. If I stick to my initial choice, the probability of winning a car is still 1/3, but what is the probability of winning a car if I change doors given this new evidence?

Solutions

Expert Solution

We have 2 events here :

A - Car behind door selected

B - Goat behind door opened

P(A) = 2/6 = 1/3

Now, event B happens. Now we need to find the probability of car behind the door we selected given that event B happened.

Which is P(A|B) = P(B|A) * P(A) / P(B)

P(B|A), is the probability of event B happening provided that the car is actually behind the door we selected. So, if we selected door 1 for instance and car is behind that door, then the host has 4 options to select from. Suppose he selected door 2.

So, P(B|A) = 1/4

P(B) is the probability of goat behind the door openened. So, we need to think of the ways this can happen.

1. You selected the door with a car behind it and he opened door 2. = 1/3 * 1/4

2. You selected door 2 and he opened door 2. Obviously this is 0.

3. You selected a door with goat behind it ( other than door 2), and he opened door 2. = 3/6 * 1/3

P(B) = 1/3*1/4 + 3/6*1/3 = 1/4

P(A|B) = 1/3 * 1/4 / 1/4 = 1/3

Hence, the probability of car behind the 4 unopened doors in now 2/3 .


Related Solutions

The Monty Hall problem is a famous problem loosely based on the game show Let's Make...
The Monty Hall problem is a famous problem loosely based on the game show Let's Make a Deal. You are a contestant on the game show. There are 3 doors in front of you. Behind one door is a prize, and behind the other two doors are goats. Assume the door with the prize is picked uniformly at random from the three doors. First, you pick a door. Then, Monty Hall will open one of the other two doors that...
The Monty Hall problem is named for its similarity to the Let's Make a Deal television...
The Monty Hall problem is named for its similarity to the Let's Make a Deal television game show hosted by Monty Hall. The problem is stated as follows. Assume that a room is equipped with three doors. Behind two are goats, and behind the third is a car. You are asked to pick a door, and will win whatever is behind it. Let's say you pick door 1. Before the door is opened, however, someone who knows wh at's behind...
Monty hall Problem Explain the statistical probabilities associated with the game show
Monty hall Problem Explain the statistical probabilities associated with the game show
(Monty Hall problem) Suppose you’re on a game show, and you’re given the choice of three...
(Monty Hall problem) Suppose you’re on a game show, and you’re given the choice of three doors, say Door 1, Door 2, and Door 3. Behind one door there is a car; behind the others, goats. Assume it is equally likely that the car is behind any door, i.e., P(D1) = P(D2) = P(D3). You will win whatever is behind the door you choose. (a) If you pick Door 1, what is your probability of winning the car? [2 point]...
Let's say that I am the marketer for a medical solution Company. We are trying to...
Let's say that I am the marketer for a medical solution Company. We are trying to enter the market with a medical product (Device) that Alleviates Feet pain and heals Heel Cracks To make you feel relaxed. This product is mainly Targeting People Age 22 To 40 Those who usually suffer from Feet pain and feet cracks. Currently, we are targeting the US market only. So I wanted to know how can I differentiate my product from my competitors and...
(a) In the Monty Hall problem with 100 doors, you pick one and Monty opens 98...
(a) In the Monty Hall problem with 100 doors, you pick one and Monty opens 98 other doors with goats. What is the probability of winning (assuming you would rather have a car than a goat) if you switch to the remaining door? Explain your answer. (b) Suppose Monte opens 98 doors without checking for cars. What is the probability that, once the doors are open, changing your choice will not change your chances of winning.
2. (Monty Hall) Suppose you are on a game show and are presented with three closed...
2. (Monty Hall) Suppose you are on a game show and are presented with three closed doors marked door 1, 2, and 3. Behind one door is a prize and behind the other two are goats. Suppose the host allows you to select one door, but the following two rules apply: • Before it is opened the host opens one of the two unselected doors that has a goat behind it. • The host then allows you to switch your...
1. (a) Consider a modified version of the Monty Hall problem. In this version, there are...
1. (a) Consider a modified version of the Monty Hall problem. In this version, there are 8 boxes, of which 1 box contains the prize and the other 7 boxes are empty. You select one box at first. Monty, who knows where the prize is, then opens 6 of the remaining 7 boxes, all of which are shown to be empty. If Monty has a choice of which boxes to open (i.e. if the prize is in the box you...
1. (a) Consider a modified version of the Monty Hall problem. In this version, there are...
1. (a) Consider a modified version of the Monty Hall problem. In this version, there are 8 boxes, of which 1 box contains the prize and the other 7 boxes are empty. You select one box at first. Monty, who knows where the prize is, then opens 6 of the remaining 7 boxes, all of which are shown to be empty. If Monty has a choice of which boxes to open (i.e. if the prize is in the box you...
I am working on a C++ program, where a user puts in a notation a playing...
I am working on a C++ program, where a user puts in a notation a playing card and the output is the full name of the card.(ex: KH = King of Hearts) I have most of it working but I want to have an error come up when the user puts in the wrong info and then loop back to the original question. Am I setting it up wrong? Pasted below is my code #include<iostream> #include<string> using namespace std; int...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT