<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Probability on kenji.blog</title><link>http://kenji.blog/en/tags/probability/</link><description>Recent content in Probability on kenji.blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>kenjinote</copyright><lastBuildDate>Sun, 31 Mar 2024 23:41:51 +0900</lastBuildDate><atom:link href="http://kenji.blog/en/tags/probability/index.xml" rel="self" type="application/rss+xml"/><item><title>Monty Hall problem</title><link>http://kenji.blog/en/p/%E3%83%A2%E3%83%B3%E3%83%86%E3%82%A3%E3%83%9B%E3%83%BC%E3%83%AB%E5%95%8F%E9%A1%8C/</link><pubDate>Sun, 31 Mar 2024 23:41:51 +0900</pubDate><guid>http://kenji.blog/en/p/%E3%83%A2%E3%83%B3%E3%83%86%E3%82%A3%E3%83%9B%E3%83%BC%E3%83%AB%E5%95%8F%E9%A1%8C/</guid><description>&lt;img src="http://kenji.blog/p/%E3%83%A2%E3%83%B3%E3%83%86%E3%82%A3%E3%83%9B%E3%83%BC%E3%83%AB%E5%95%8F%E9%A1%8C/img_1.png" alt="Featured image of post Monty Hall problem" />&lt;h2 id="what-is-the-monty-hall-problem">What is the Monty Hall problem?
&lt;/h2>&lt;p>The Monty Hall problem is a brain teaser, in the form of a probability puzzle, loosely based on the American television game show &amp;ldquo;Let&amp;rsquo;s Make a Deal&amp;rdquo; and named after its original host, Monty Hall. The problem is as follows:&lt;/p>
&lt;p>Premise: One of the three doors has a prize behind it, and the other two have a dud (goat).&lt;/p>
&lt;ol>
&lt;li>The participant chooses one of the three doors.&lt;/li>
&lt;li>The host opens one of the other two doors that the participant did not choose, revealing a dud.&lt;/li>
&lt;li>The participant is asked whether they want to change their chosen door.&lt;/li>
&lt;/ol>
&lt;p>The problem is to consider whether the participant should change the door or not.&lt;/p>
&lt;h2 id="solution">Solution
&lt;/h2>&lt;p>The solution to the Monty Hall problem is as follows:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>If the participant does not change the initially chosen door&lt;/p>
&lt;ul>
&lt;li>Probability of winning: 1/3&lt;/li>
&lt;li>Probability of losing: 2/3&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>After the host opens the dud door&lt;/p>
&lt;ul>
&lt;li>If not changed, probability of winning: 1/3 (Does not change from the winning probability in step 1.)&lt;/li>
&lt;li>If changed, probability of winning: 2/3 (The probability of the remaining options.)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ol>
&lt;p>Therefore, the participant has a higher probability of winning by changing the door.&lt;/p>
&lt;h2 id="reference">Reference
&lt;/h2>&lt;ul>
&lt;li>Wikipedia &lt;a class="link" href="https://en.wikipedia.org/wiki/Monty_Hall_problem" target="_blank" rel="noopener"
>Monty Hall problem&lt;/a>&lt;/li>
&lt;/ul></description></item></channel></rss>