Question

In: Math

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 the doors (Monty Hall) opens one of the other two doors, revealing a goat, and asks you if you wish to change your selection to the third door (i.e., the door which neither you picked nor he opened). The Monty Hall problem is deciding whether you change your selection or not that has a better chance of winning the car . It’s common sense that if not to change, the probability of winning is 1/3 but what about changing the selection.

Simulating this game using SAS, for each round, program the fol lowing, 1) Assigning two goats and a car to three doors randomly 2) Picking a door randomly 3) Picking one of the two remaining doors to open but must showing the goat 4) Changing the selection to the remaining door 5) Deciding the result Repeating these steps for 100 round s , generating a data set including the following five variables, the round number, the door the car is in, the door chosen initially, the door chosen after switching, and the result(win/lose). Showing the data set and r eporting the frequenc y of the i nitial door chosen, the frequenc y of the door chosen at the end, the average rate of winning.

Solutions

Expert Solution

One can select 1 door out of 3 in starting of the game so the probability of originally selecting the door with the new red Corvette behind is.

After you selected 1 door and hosts open the second door you can either switch or not switch. Let W represents winning the new red Corvette. Now there are two possibilities:

Case 1: If you make a selection and do not switch then the probability of winning is

Case 2: If you make a selection and switch then there are only 2 possibilities.

(a) You originally had the winning door and switched to a losing door.

Let A represents this event.

(b) You originally had the loosing door and switched to a winning door.

Let B represents this event.

You cannot switch from a losing door to another losing door. Monty Hall always opens a losing door. If you have a losing door and Monty Hall opens a losing door, then the only possible door to switch to is the winning door. Since you win if B occurs so the probability of B is equal to probability of W. Therefore

Since if do not switch then the probability of winning is less so the better strategy is to switch.

A simulation of n trails can be done as follows:

Step 1: Randomly select door 1, 2 or 3 to hold the prize (Corvette).

Step 2: Randomly select door 1, 2 or 3 as your original choice.

Step 3: Let m represents the number of times the doors match. Find out m.

Step 4: Estimated probability of winning if you do not switch is

It should be approximately.

Step 5: Estimated probability of winning if you switch is

It should be approximately.

The following Minitab commands produce the desired simulation, where column 1 indicates the winning door and column 2 indicates your choice.

MTB > RANDOM 100 C1 C2;

SUBC> INTEGER 1 3

MTB > LET C3= C1-C2

MTB > TABLE C3

A zero in C3 indicates a match and that the original choice would win the Corvette. The simulation produced for this manual yielded 35 0’s in C3. Since there are 100 trials so

The estimated probabilities

The estimated probabilities


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...
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) 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.
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...
Monty hall Problem Explain the statistical probabilities associated with the game show
Monty hall Problem Explain the statistical probabilities associated with the game show
Recall the Monty Hall problem as presented in class. There are three caves, two of which...
Recall the Monty Hall problem as presented in class. There are three caves, two of which contain dragons and one of which is a hiding princess. The prince chooses a cave and a wizard (truthfully) reveals to the prince that one of the other caves has a dragon. 2 The prince now has the option to switch to the other cave (the one he didn’t choose and wasn’t revealed to have a dragon), and try his luck finding the princess...
Recall the Monty Hall problem as presented in class. There are three caves, two of which...
Recall the Monty Hall problem as presented in class. There are three caves, two of which contain dragons and one of which is a hiding princess. The prince chooses a cave and a wizard (truthfully) reveals to the prince that one of the other caves has a dragon. 2 The prince now has the option to switch to the other cave (the one he didn’t choose and wasn’t revealed to have a dragon), and try his luck finding the princess...
The Monty Hall problem is a probability problem that has stumped even math Ph. D’s. Write...
The Monty Hall problem is a probability problem that has stumped even math Ph. D’s. Write a report about it, which includes a statement of the problem, its solution, and a brief description of its history, including who suggested the problem in the first place.
Imagine you are on a the game show "Let's Make a Deal" and are given the...
Imagine you are on a the game show "Let's Make a Deal" and are given the opportunity to select one closed door of three, behind one of which there is a prize. The other two doors hide goats or some other such non-prize, or nothing at all. Once you have made your selection, Monty Hall will open one of the remaining doors, revealing that it does not contain the prize. He then asks you if you would like to switch...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT