avirajdongare / BooleanAutocrats

Hacktoberfest 2022 contribution repository!✨ Add your valuable contributions to open source python scripts and much more, tools and projects.
MIT License
6 stars 29 forks source link

Solution to the Monty Hall Simulation Problem needed #48

Closed avirajdongare closed 1 year ago

avirajdongare commented 1 year ago

Monty hall problem comes from a famous movie where three doors are used to help you win a car. How? Each door hides something behind it–a car and two goats. Any door can have the car while the remaining two have goats. The probability to find a car is ⅓. Now, if you select Door 1 and the host opens Door 3 to find a goat, your chances just become ⅔.

avirajdongare commented 1 year ago

Closed by kritikapawan