Is My Approach to the Monty Hall Problem Correct?

  • Context: Graduate 
  • Thread starter Thread starter lavoisier
  • Start date Start date
  • Tags Tags
    Monty hall
Click For Summary

Discussion Overview

The discussion revolves around the Monty Hall problem, specifically examining the correctness of a participant's approach to the problem using conditional probability and Bayesian reasoning. The scope includes theoretical exploration and mathematical reasoning related to probability in the context of game scenarios.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant outlines their approach to the Monty Hall problem, arguing that swapping boxes after a black ball is revealed doubles the chances of winning due to the bank's knowledge of the white ball's location.
  • Another participant emphasizes that the bank's action of revealing a black ball is crucial, asserting that without this knowledge, the probabilities would be equal.
  • There is a discussion on the implications of revealing a black ball randomly versus the bank knowing which box to open, with conditional probabilities calculated to support differing viewpoints.
  • A participant expresses uncertainty about setting the probability of the second event to 1 and its potential implications for the reasoning process.

Areas of Agreement / Disagreement

Participants generally agree on the importance of the bank's knowledge in determining the probabilities, but there are competing views on the implications of revealing a black ball and whether swapping boxes is advantageous in certain scenarios. The discussion remains unresolved regarding the formal correctness of the approach and its application to similar games like 'Deal or No Deal.'

Contextual Notes

Participants mention the potential for contradictions when setting probabilities and the differences in outcomes based on whether the bank's actions are random or informed.

lavoisier
Messages
177
Reaction score
24
Yes, Monty Hall again :biggrin:
I read many threads and explanations about it, but there is still something I'm not sure about.
I would just like to check if the approach I use is correct, so if anyone has enough patience to bear with me...

To simplify, let's assume it's 3 boxes, one with a white ball inside and two with a black ball. The prize is the white ball.
You pick one box at random.
The 'bank' (who knows where the white ball is, and that's the crucial detail) opens one box revealing a black ball.
Should you swap your box with the other one?
--> yes, because that doubles your chances of winning (in the long run, doing several repeats).
Classic explanation: as your initial chances of picking the white ball are 1/3, only 1/3 of the time the bank has the two black balls, whereas 2/3 of the time the bank has one white ball and one black ball. So by revealing the black ball the bank is left 2/3 of the time with the white ball, and you should prefer to have that than your own box.
Classic doubt people have: if you remove a black ball from the game, there are two boxes left, one black and one white, so both you and the bank have equal (1/2) chances of having the white ball.

The way I tried to rationalise this using formulae from conditional probability and Bayes is the following.
First, if the black ball were revealed by randomly opening one box, the chances of having the white ball are indeed equal between you and the bank at that point in the game.
Why? Because in that case revealing a black ball after you picked a black one, or revealing a black ball after you picked the white one, have the same chances of happening. Using conditional probability:

P(B1 ∩ B2) = 2/3 * 1/2 = 1/3
P(W1 ∩ B2) = 1/3 * 2/2 = 1/3

therefore:

P(B1 | B2) = P(B1 ∩ B2) / P(B2) = P(B1 ∩ B2) / [P(B1 ∩ B2)+P(W1 ∩ B2)] = 1/3 / [1/3 + 1/3] = 1/2

and symmetrically:

P(W1 | B2) = P(W1 ∩ B2) / P(B2) = P(W1 ∩ B2) / [P(B1 ∩ B2)+P(W1 ∩ B2)] = 1/3 / [1/3 + 1/3] = 1/2

So your chances of having the white ball given that the box that is opened has the black ball are 1/2 and equal to your chances of having the black ball. In this case, swapping the old box with the new one doesn't change your chances of winning.

What changes in this reasoning if the bank knows where the white ball is and makes sure that the box that is opened is the one with the black ball?
This is where I'm not sure.

My naive interpretation is that in that case you impose the constraint P(B2) = 1.

So, recalculating the above:

P(B1 ∩ B2) = P(B1) = 2/3
P(W1 ∩ B2) = P(W1) = 1/3

P(B1 | B2) = P(B1 ∩ B2) / P(B2) = 2/3 / 1 = 2/3
P(W1 | B2) = P(W1 ∩ B2) / P(B2) = 1/3 / 1 = 1/3

proving that your chances of having the white ball when the black one is revealed are half your chances of having the black one, so you should swap boxes.

I applied this method to an extended case where there are initially 3 black balls and 1 white ball, and 2 black balls are revealed.
When I leave everything random, again I get P(B1 | (B2 ∩ B3)) = P(W1 | (B2 ∩ B3)) = 1/2.
When I impose the condition that the bank knows which boxes to open, P(B1 | (B2 ∩ B3)) = 3/4, P(W1 | (B2 ∩ B3)) = 1/4, so in that case apparently you would triple your chances of winning by swapping.

Do you think this approach is formally correct?
And can we confirm that in the 'deal or no deal' games, where (supposedly) the boxes are opened at random, there is no advantage in swapping?

Thank you!
L
 
Physics news on Phys.org
lavoisier said:
Classic doubt people have: if you remove a black ball from the game, there are two boxes left, one black and one white, so both you and the bank have equal (1/2) chances of having the white ball.
You either win a million in the lottery or you don't, do you expect equal chances?
The ball is removed after you made your choice, not before.
lavoisier said:
The 'bank' (who knows where the white ball is, and that's the crucial detail) opens one box revealing a black ball.
Should you swap your box with the other one?
--> yes, because that doubles your chances of winning (in the long run, doing several repeats).
You are missing a critical piece of information here: the bank has to open a box with a black ball. Without that point, the answer is not right.
lavoisier said:
What changes in this reasoning if the bank knows where the white ball is and makes sure that the box that is opened is the one with the black ball?
Right.
lavoisier said:
Do you think this approach is formally correct?
It is.
lavoisier said:
And can we confirm that in the 'deal or no deal' games, where (supposedly) the boxes are opened at random, there is no advantage in swapping?
Yes.
 
lavoisier said:
Because in that case revealing a black ball after you picked a black one, or revealing a black ball after you picked the white one, have the same chances of happening. Using conditional probability:

P(B1 ∩ B2) = 2/3 * 1/2 = 1/3
P(W1 ∩ B2) = 1/3 * 2/2 = 1/3

therefore:

P(B1 | B2) = P(B1 ∩ B2) / P(B2) = P(B1 ∩ B2) / [P(B1 ∩ B2)+P(W1 ∩ B2)] = 1/3 / [1/3 + 1/3] = 1/2

and symmetrically:

P(W1 | B2) = P(W1 ∩ B2) / P(B2) = P(W1 ∩ B2) / [P(B1 ∩ B2)+P(W1 ∩ B2)] = 1/3 / [1/3 + 1/3] = 1/2

So your chances of having the white ball given that the box that is opened has the black ball are 1/2 and equal to your chances of having the black ball. In this case, swapping the old box with the new one doesn't change your chances of winning.

What changes in this reasoning if the bank knows where the white ball is and makes sure that the box that is opened is the one with the black ball?
This is where I'm not sure.

If you say that the black ball is "randomly" shown, then you are admitting the possibility that a white ball might be shown. This is much like the Deal or No Deal game you mentioned, where at any time the $1M might be opened up.
 
Thank you both for your answers - it reassures me that the method I chose was formally correct. I wasn't sure I was allowed to 'set' the probability of the second event in the game to 1, I thought it may lead to inconsistencies / contradictions I couldn't foresee.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 131 ·
5
Replies
131
Views
10K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 212 ·
8
Replies
212
Views
17K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 28 ·
Replies
28
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K