This simple Javascript simulator runs Monty Hall Problem scenarios. On each test, it randomly determines A) the winning door, B) the selected door, and C) whether the imaginary contestant opts to switch doors.

As long as the test is running, it will update the results every half-second. To start the test from all zeroes, simply reload this page. To see the source code for this simulator, download the Javascript source file.

Wins Losses Total Success Rate
Don’t Switch Doors 0 0 0 0%
Switch Doors 0 0 0 0%