The Monty Hall Problem (MHP) is a classic statistical brain-teaser. The game, derived from the TV show Let's Make a Deal and hosted by Monty Hall, goes like this:
- A prize exists behind one of three doors
- The contestant chooses one of the three doors
- The host (Monty Hall) shows the contestant what's behind one of the remaining two doors, then asks
the contestant whether they would like to switch their choice
- Should the contestant switch?? Does the contestant have a better chance of winning if they were to switch????
To explore the answer, will use computer simulation to randomly play games and see what happens.
The intent is to not only answer the MHP problem, but to demonstrate the value of using computer simulation.