<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>conditional probability &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/conditional-probability/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2021 02:26:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>conditional probability &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Conditional Probability When the Sum of Two Geometric Random Variables Are Known</title>
		<link>https://yutsumura.com/conditional-probability-when-the-sum-of-two-geometric-random-variables-are-known/</link>
				<comments>https://yutsumura.com/conditional-probability-when-the-sum-of-two-geometric-random-variables-are-known/#comments</comments>
				<pubDate>Wed, 05 Feb 2020 05:33:15 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[geometric distribution]]></category>
		<category><![CDATA[geometric random variable]]></category>
		<category><![CDATA[independent random variable]]></category>
		<category><![CDATA[probability]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7244</guid>
				<description><![CDATA[<p>Let $X$ and $Y$ be geometric random variables with parameter $p$, with $0 \leq p \leq 1$. Assume that $X$ and $Y$ are independent. Let $n$ be an integer greater than $1$. Let $k$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/conditional-probability-when-the-sum-of-two-geometric-random-variables-are-known/" target="_blank">Conditional Probability When the Sum of Two Geometric Random Variables Are Known</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 755</h2>
<p>Let $X$ and $Y$ be geometric random variables with parameter $p$, with $0 \leq p \leq 1$. Assume that $X$ and $Y$ are independent. </p>
<p>Let $n$ be an integer greater than $1$. Let $k$ be a natural number with $k\leq n$. Then prove the formula<br />
		\[P(X=k \mid X + Y = n) = \frac{1}{n-1}.\]
<p><span id="more-7244"></span><br />

<h2>Hint.</h2>
<p>If this problem is a bit abstract for you, then you might want to try the following problem, which is more concrete.</p>
<p><a href="https://yutsumura.com/probability-that-alice-tossed-a-coin-three-times-if-alice-and-bob-tossed-totally-7-times/" rel="noopener noreferrer" target="_blank">Probability that Alice Tossed a Coin Three Times If Alice and Bob Tossed Totally 7 Times</a></p>
<h2>Solution.</h2>
<p>			The definition of a conditional probability yields<br />
			\[P(X=k \mid X + Y = n) = \frac{P\left((X=k) \cap (X+Y=n)\right)}{P(X+Y=n)} \tag{*}\]
			We first compute the numerator of the last expression. We have<br />
			\begin{align*}<br />
				&#038;P\left((X=k) \cap (X+Y=n)\right)\\<br />
				&#038;= P\left((X=k) \cap (Y=n-X)\right)\\<br />
				&#038;= P\left((X=k) \cap (Y=n-k)\right)\\<br />
				&#038;= P(X=k) \cdot P(Y=n-k).<br />
			\end{align*}<br />
			Here, the last step follows because $X$ and $Y$ are independent.</p>
<hr />
<p>			Now, as $X$ and $Y$ are geometric random variables with parameter $p$, we see that by putting $q=1-p$<br />
			\begin{align*}<br />
			P(X=k) &#038;= q^{k-1}p \\<br />
			P(Y= n &#8211; k) &#038;= q^{n-k-1}p.<br />
			\end{align*}<br />
			Hence, the numerator becomes<br />
			\begin{align*}<br />
				&#038;P\left((X=k) \cap (X+Y=n)\right)\\<br />
				&#038;= P(X=k) \cdot P(Y=n-k)\\<br />
				&#038;= q^{k-1}p \cdot q^{n-k-1}p\\<br />
				&#038;= q^{n-2}p^2.<br />
			\end{align*}</p>
<hr />
<p>			Next, we compute the denominator of (*). Applying the law of total probability, we get<br />
			\begin{align*}<br />
				P(X+Y=n) &#038;= \sum_{k=1}^{n-1} P(X=k) P(X+Y=n \mid X=k). \tag{**}<br />
			\end{align*}<br />
			The probability $P(X+Y=n \mid X=k)$ can be computed as follows.<br />
			\begin{align*}<br />
			&#038;P(X+Y=n \mid X=k)\\<br />
			&#038;= P(Y = n-X \mid X=k)\\<br />
			&#038;= P(Y=n-k \mid X=k)\\<br />
			&#038;= P(Y=n-k).<br />
			\end{align*}<br />
			The last step follows because $X$ and $Y$ are independent. Then the equation (**) becomes<br />
			\begin{align*}<br />
				P(X+Y=n) &#038;= \sum_{k=1}^{n-1} P(X=k) \cdot P(Y=n-k) \\				&#038;= \sum_{k=1}^{n-1} q^{k-1}p  \cdot q^{n-k-1}p\\<br />
				&#038;= \sum_{k=1}^{n-1} q^{n-2} p^2\\<br />
				&#038;= (n-1)q^{n-2}p^2.<br />
			\end{align*}</p>
<hr />
<p>			Combining the computations of the numerator and the denominator, we obtain the desired probability from (*).<br />
			\begin{align*}<br />
				P(X=k \mid X + Y = n) &#038;= \frac{P\left((X=k) \cap (X+Y=n)\right)}{P(X+Y=n)}\\<br />
				&#038;= \frac{q^{n-2}p^2}{(n-1)q^{n-2}p^2}\\<br />
				&#038;= \frac{1}{n-1}.<br />
			\end{align*}<br />
			This completes the proof of the formula<br />
			\[P(X=k \mid X + Y = n) = \frac{1}{n-1}.\]
<h2>Application</h2>
<p>As an application of this problem, solve the next problem.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Alice tossed a fair coin until a head occurred. Then Bob tossed the coin until a head occurred. Suppose that the total number of tosses for Alice and Bob was $7$. </p>
<p>Assuming that each toss is independent of each other, what is the probability that Alice tossed the coin exactly three times?
</p></div>
<p>Its solution is available in the post <a href="https://yutsumura.com/probability-that-alice-tossed-a-coin-three-times-if-alice-and-bob-tossed-totally-7-times/" rel="noopener noreferrer" target="_blank">Probability that Alice Tossed a Coin Three Times If Alice and Bob Tossed Totally 7 Times</a>.</p>
<button class="simplefavorite-button has-count" data-postid="7244" data-siteid="1" data-groupid="1" data-favoritecount="2" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">2</span></button><p>The post <a href="https://yutsumura.com/conditional-probability-when-the-sum-of-two-geometric-random-variables-are-known/" target="_blank">Conditional Probability When the Sum of Two Geometric Random Variables Are Known</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/conditional-probability-when-the-sum-of-two-geometric-random-variables-are-known/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7244</post-id>	</item>
		<item>
		<title>Probability that Three Pieces Form a Triangle</title>
		<link>https://yutsumura.com/probability-that-three-pieces-form-a-triangle/</link>
				<comments>https://yutsumura.com/probability-that-three-pieces-form-a-triangle/#respond</comments>
				<pubDate>Mon, 03 Feb 2020 01:46:20 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[form a triangle]]></category>
		<category><![CDATA[joint density function]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[random variable]]></category>
		<category><![CDATA[uniform distribution]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7240</guid>
				<description><![CDATA[<p>We have a stick of a unit length. Two points on the stick will be selected randomly (uniformly along the length of the stick) and independently. Then we break the stick at these two&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/probability-that-three-pieces-form-a-triangle/" target="_blank">Probability that Three Pieces Form a Triangle</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 754</h2>
<p>We have a stick of a unit length. Two points on the stick will be selected randomly (uniformly along the length of the stick) and independently. Then we break the stick at these two points so that we get three pieces of the stick. What is the probability that these three pieces form a triangle?</p>
<p><span id="more-7240"></span></p>
<h2>Solution.</h2>
<p>		Let us call the left end of the stick the origin. Let $X$ be the length from the origin to the first selected point. Let $Y$ be the length from the origin to the second selected point. </p>
<p>		Note that when $X=Y$, we have only two pieces and they cannot form a triangle, so we assume $X \neq Y$.<br />
		We first assume that $X < Y$.
		Then after breaking the stick, we have three pieces of length $X$, $Y-X$, and $1-Y$, respectively.
		
		
		<img src="https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces0.jpg?resize=600%2C600&#038;ssl=1" alt="probability to form a triangle" width="600" height="600" class="alignnone size-full wp-image-7236" srcset="https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces0.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces0.jpg?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces0.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces0.jpg?resize=160%2C160&amp;ssl=1 160w, https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces0.jpg?resize=320%2C320&amp;ssl=1 320w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></p>
<hr />
<p>		Now, let us consider a condition so that three segments of length $a$, $b$, and $c$ form a triangle in general. It is necessary and sufficient that the sum of the lengths of any two segments is bigger than the length of the rest to form a triangle.<br />
		Namely, we must satisfy all of the following inequalities.<br />
		\begin{align*}<br />
			a + b &#038;> c\\<br />
			b + c &#038;> a\\<br />
			c + a &#038;> b.<br />
		\end{align*}</p>
<hr />
<p>		Applying this condition to the current situation, we must have<br />
		\begin{align*}<br />
		X + (Y-X) &#038;> 1-Y\\<br />
		(Y-X) + (1-Y) &#038; > X\\<br />
		(1- Y) + X &#038;> Y &#8211; X.<br />
		\end{align*}<br />
		Simplifying these, we obtain<br />
		\begin{align*}<br />
		Y &#038;> \frac{1}{2}\\<br />
		X &#038;< \frac{1}{2}\\
		Y &#038;< X + \frac{1}{2}.	
		\end{align*}
		
		The region in the unit square satisfying these inequality is depicted in the figure below (orange region).
		
		
		<img src="https://i0.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces1.jpg?resize=600%2C600&#038;ssl=1" alt="probability to form a triangle" width="600" height="600" class="alignnone size-full wp-image-7237" srcset="https://i0.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces1.jpg?w=600&amp;ssl=1 600w, https://i0.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces1.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces1.jpg?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces1.jpg?resize=160%2C160&amp;ssl=1 160w, https://i0.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces1.jpg?resize=320%2C320&amp;ssl=1 320w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></p>
<p>		Note that the joint density function of $X$ and $Y$ are uniformly distributed on the unit square. Thus, the probability that three pieces form a triangle under the assumption $X < Y$ is given by the area of the orange triangular region, which is $1/8$. Note that by symmetry, the case $X > Y$ gives the same probability. Hence, the desired probability is<br />
		\begin{align*}<br />
			&#038;P(\text{form a triangle}) \\<br />
			&#038;= P(\text{form a triangle} \mid X < Y) + P(\text{form a triangle} \mid X > Y)\\<br />
			&#038;\frac{1}{8}+\frac{1}{8} = \frac{1}{4}.<br />
		\end{align*}</p>
<hr />
<p>		Alternatively, we can find the probability for the case $X > Y$ as follows. By symmetry argument, we simply need to exchange $X$ and $Y$ and obtain the conditions<br />
		\begin{align*}<br />
		X &#038;> \frac{1}{2}\\<br />
		Y &#038;< \frac{1}{2}\\
		X &#038;< Y + \frac{1}{2}.	
		\end{align*}
		The blue region below shows the area surrounded by these inequalities. The area of this blue region is $1/8$. Thus, the total area is $1/8 + 1/8 = 1/4$ as before.
		
		
		<img src="https://i2.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces2.jpg?resize=600%2C600&#038;ssl=1" alt="probability to form a triangle" width="600" height="600" class="alignnone size-full wp-image-7238" srcset="https://i2.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces2.jpg?w=600&amp;ssl=1 600w, https://i2.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces2.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces2.jpg?resize=150%2C150&amp;ssl=1 150w, https://i2.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces2.jpg?resize=160%2C160&amp;ssl=1 160w, https://i2.wp.com/yutsumura.com/wp-content/uploads/2020/02/Three-pieces2.jpg?resize=320%2C320&amp;ssl=1 320w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></p>
<button class="simplefavorite-button has-count" data-postid="7240" data-siteid="1" data-groupid="1" data-favoritecount="7" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">7</span></button><p>The post <a href="https://yutsumura.com/probability-that-three-pieces-form-a-triangle/" target="_blank">Probability that Three Pieces Form a Triangle</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/probability-that-three-pieces-form-a-triangle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7240</post-id>	</item>
		<item>
		<title>Probability that Alice Tossed a Coin Three Times If Alice and Bob Tossed Totally 7 Times</title>
		<link>https://yutsumura.com/probability-that-alice-tossed-a-coin-three-times-if-alice-and-bob-tossed-totally-7-times/</link>
				<comments>https://yutsumura.com/probability-that-alice-tossed-a-coin-three-times-if-alice-and-bob-tossed-totally-7-times/#comments</comments>
				<pubDate>Sat, 01 Feb 2020 00:38:51 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[geometric distribution]]></category>
		<category><![CDATA[geometric random variable]]></category>
		<category><![CDATA[probability]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7228</guid>
				<description><![CDATA[<p>Alice tossed a fair coin until a head occurred. Then Bob tossed the coin until a head occurred. Suppose that the total number of tosses for Alice and Bob was $7$. Assuming that each&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/probability-that-alice-tossed-a-coin-three-times-if-alice-and-bob-tossed-totally-7-times/" target="_blank">Probability that Alice Tossed a Coin Three Times If Alice and Bob Tossed Totally 7 Times</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 752</h2>
<p>Alice tossed a fair coin until a head occurred. Then Bob tossed the coin until a head occurred. Suppose that the total number of tosses for Alice and Bob was $7$. </p>
<p>Assuming that each toss is independent of each other, what is the probability that Alice tossed the coin exactly three times?</p>
<p><span id="more-7228"></span><br />

<h2>Hint.</h2>
<p>Let $X$ be the number of Alice&#8217;s tosses until she got a head.</p>
<p>Then $X$ is a geometric random variable with parameter $p=1/2$.<br />
Recall that a geometric random variable can be interpreted as the number of trials until getting the first success and each trial is successful with probability $p$ and fails with probability $q=1-p$.</p>
<p>Note that<br />
\[P(X=k)= q^{k-1} p = (1-p)^{k-1} p.\]
<h2>Solution.</h2>
<p>			Let $X$ be the number of Alice&#8217;s tosses until she got a head. Also, let $Y$ be the number of Bob&#8217;s tosses until he got a head. As each toss is an independent event and the coin is fair, the random variables $X$ and $Y$ are geometric with parameter $p=1/2$ (the probability of success(head) is $p=1/2$ and the probability of failure(tail) is $1-p=1/2$). </p>
<p>			This question asks to find the conditional probability<br />
			\[P(X=3 \mid X+Y=7) = \frac{P\left((X=3) \cap (X+Y=7) \right)}{P(X+Y=7)}.\]
<p>			Let us first compute the numerator as follows.<br />
			\begin{align*}<br />
				P\left((X=3) \cap (X+Y=7) \right) &#038;= P\left((X=3) \cap (Y=7-X) \right) \\<br />
				&#038;= P\left((X=3) \cap (Y=4) \right) \\<br />
				&#038;= P(X=3) \cdot P(Y=4)<br />
			\end{align*}<br />
			since $X$ and $Y$ are independent.</p>
<p>			Now, as $X$ and $Y$ follow the geometric distribution with parameter $p$, we have<br />
			\begin{align*}<br />
			P(X=3) &#038;= \left(\frac{1}{2}\right)^2 \frac{1}{2} = \frac{1}{2^3}\\<br />
			P(Y=4) &#038;= \left(\frac{1}{2}\right)^3 \frac{1}{2} = \frac{1}{2^4}.<br />
			\end{align*}<br />
			The product of these gives the numerator $\frac{1}{2^7}$.</p>
<hr />
<p>			Next, let us calculate the denominator $P(X+Y=7)$.<br />
			The law of total probability yields<br />
			\begin{align*}<br />
				P(X+Y=7) = \sum_{k=1}^6 P(X=k) P(X+Y = 7 \mid X=k).<br />
			\end{align*}</p>
<p>			As before, since $X$ is a geometric random variable with parameter $p=1/2$, we have<br />
			\[P(X=k) = \left(\frac{1}{2}\right)^{k-1} \frac{1}{2} = \frac{1}{2^k}.\]
<hr />
<p>			The second factor $P(X+Y \mid X= k)$ can be computed as follows.<br />
			\begin{align*}<br />
			&#038;P(X+Y = 7 \mid X= k)\\<br />
			&#038;= P(Y	= 7 &#8211; X \mid X = k)\\<br />
			&#038;= P(Y	= 7 &#8211; k \mid X = k)\\<br />
			&#038;= P(Y=7 &#8211; k)\\<br />
			&#038;= \left(\frac{1}{2}\right)^{(7-k)-1} \frac{1}{2} = \frac{1}{2^{7-k}}<br />
			\end{align*}<br />
			Here, the third equality follows because $X$ and $Y$ are independent.</p>
<p>			It follows that the denominator becomes<br />
			\begin{align*}<br />
			P(X+Y=7) &#038;= \sum_{k=1}^6 \frac{1}{2^k} \cdot \frac{1}{2^{7-k}}\\<br />
			&#038;=	\sum_{k=1}^6 \frac{1}{2^7}\\<br />
			&#038;= \frac{6}{2^7}.<br />
			\end{align*}</p>
<hr />
<p>			Combining these computations, it follows that the desired conditional probability is<br />
			\begin{align*}<br />
				P(X=3 \mid X+Y=7) = \frac{1/2^7}{6/2^7}=\frac{1}{6}.<br />
			\end{align*}</p>
<h2>Abstraction</h2>
<p>If you solved this problem, then try the following problem as well. This is more abstract than the current problem but the idea is the same.</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Let $X$ and $Y$ be geometric random variables with parameter $p$, with $0 \leq p \leq 1$. Assume that $X$ and $Y$ are independent. </p>
<p>Let $n$ be an integer greater than $1$. Let $k$ be a natural number with $k\leq n$. Then prove the formula<br />
		\[P(X=k \mid X + Y = n) = \frac{1}{n-1}.\]
</p></div>
<p>Its solution can be found in the post: <a href="https://yutsumura.com/conditional-probability-when-the-sum-of-two-geometric-random-variables-are-known/" rel="noopener noreferrer" target="_blank">Conditional Probability When the Sum of Two Geometric Random Variables Are Known</a></p>
<button class="simplefavorite-button has-count" data-postid="7228" data-siteid="1" data-groupid="1" data-favoritecount="7" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">7</span></button><p>The post <a href="https://yutsumura.com/probability-that-alice-tossed-a-coin-three-times-if-alice-and-bob-tossed-totally-7-times/" target="_blank">Probability that Alice Tossed a Coin Three Times If Alice and Bob Tossed Totally 7 Times</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/probability-that-alice-tossed-a-coin-three-times-if-alice-and-bob-tossed-totally-7-times/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7228</post-id>	</item>
		<item>
		<title>Find the Conditional Probability About Math Exam Experiment</title>
		<link>https://yutsumura.com/find-the-conditional-probability-about-math-exam-experiment/</link>
				<comments>https://yutsumura.com/find-the-conditional-probability-about-math-exam-experiment/#comments</comments>
				<pubDate>Wed, 20 Nov 2019 06:32:38 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[Bayes'rule Bayes' theorem]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[total probability]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7177</guid>
				<description><![CDATA[<p>A researcher conducted the following experiment. Students were grouped into two groups. The students in the first group had more than 6 hours of sleep and took a math exam. The students in the&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-the-conditional-probability-about-math-exam-experiment/" target="_blank">Find the Conditional Probability About Math Exam Experiment</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 740</h2>
<p>A researcher conducted the following experiment. Students were grouped into two groups. The students in the first group had more than 6 hours of sleep and took a math exam. The students in the second group had less than 6 hours of sleep and took the same math exam.</p>
<p> 	The pass rate of the first group was twice as big as the second group. Suppose that $60\%$ of the students were in the first group. What is the probability that a randomly selected student belongs to the first group if the student passed the exam?</p>
<p> <span id="more-7177"></span></p>
<h2>Solution.</h2>
<p> 		Let $E$ be the event that a student passes the exam.<br />
 		Let $G_i$ be the event that a student belongs to the group $i$ for $i= 1, 2$. Then the desired probability is $P(G_1 \mid E)$. ($G_1$ is the first group and $G_2$ is the second group.) </p>
<p> 		Using these notation, the pass rate of the first group is expressed as $P(E \mid G_1)$. Similarly, the pass rate of the second group is $P(E \mid G_2)$. By assumption, the pass rate of the first group is twice as big as the second group. Hence, we have<br />
 		\[P(E \mid G_1) = 2\ P(E \mid G_2).\]
<p> 		The required probability that a randomly selected student belongs to the first group given that the student passes the exam is expressed as $P(G_1 \mid E)$.</p>
<p> 		 Using the above equality and Bayes&#8217; rule, we get<br />
 		\begin{align*}<br />
 		&#038;P(G_1 \mid E)\\[6pt]
 		&#038;= \frac{P(G_1) P(E \mid G_1)}{P(E)}  &#038; \text{(by Bayes&#8217; rule)}\\[6pt]
 		&#038;= \frac{P(G_1)P(E \mid G_1)}{P(E \mid G_1)P(G_1) + P(E \mid G_2)P(G_2)} &#038; \text{(rule of total probability)}\\[6pt]
 		&#038;=	\frac{P(G_1)\cdot 2P(E \mid G_2)}{2P(E \mid G_2)P(G_1) + P(E \mid G_2)P(G_2)} \\[6pt]
 		&#038;=	\frac{P(G_1)\cdot 2}{2P(G_1) + P(G_2)}\\[6pt]
 		&#038;= \frac{0.6 \cdot 2}{2\cdot 0.6 + 0.4}\\[6pt]
 		&#038;= \frac{3}{4}.<br />
 		\end{align*}</p>
<p> 		Therefore, the required probability is $P(G_1 \mid E) = \frac{3}{4}$.</p>
<button class="simplefavorite-button has-count" data-postid="7177" data-siteid="1" data-groupid="1" data-favoritecount="10" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">10</span></button><p>The post <a href="https://yutsumura.com/find-the-conditional-probability-about-math-exam-experiment/" target="_blank">Find the Conditional Probability About Math Exam Experiment</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-the-conditional-probability-about-math-exam-experiment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7177</post-id>	</item>
		<item>
		<title>What is the Probability that Selected Coin was Two-Headed?</title>
		<link>https://yutsumura.com/what-is-the-probability-that-selected-coin-was-two-headed/</link>
				<comments>https://yutsumura.com/what-is-the-probability-that-selected-coin-was-two-headed/#respond</comments>
				<pubDate>Wed, 30 Oct 2019 06:37:27 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[Bayes' rule]]></category>
		<category><![CDATA[Bayes' theorem]]></category>
		<category><![CDATA[coin]]></category>
		<category><![CDATA[coin toss]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[total probability theorem]]></category>
		<category><![CDATA[two-headed coin]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7173</guid>
				<description><![CDATA[<p>There are three coins in a box. The first coin is two-headed. The second one is a fair coin. The third one is a biased coin that comes up heads $75\%$ of the time.&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/what-is-the-probability-that-selected-coin-was-two-headed/" target="_blank">What is the Probability that Selected Coin was Two-Headed?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 739</h2>
<p>There are three coins in a box. The first coin is two-headed. The second one is a fair coin. The third one is a biased coin that comes up heads $75\%$ of the time. When one of the three coins was picked at random from the box and tossed, it landed heads. </p>
<p>What is the probability that the selected coin was the two-headed coin?</p>
<p><span id="more-7173"></span></p>
<h2>Hint.</h2>
<p>Use Bayes&#8217; theorem (Bayes&#8217; rule).</p>
<h2>Solution.</h2>
<p>Let $E_i$ be the event of the $i$-th coin being picked for $i = 1, 2, 3$. Let $F$ be the event that a coin lands heads.</p>
<p>The required probability can be calculated using Bayes&#8217; rule as follows:<br />
\[P(E_1 \mid F) = \frac{P(F \mid E_1) \cdot P(E_1)}{P(F)}.\]
When the two-headed coin is picked, it always lands heads. Thus, we have the conditional probability $P(F \mid E_1) = 1$. The probability that the two-headed coin is selected out of the box is $P(E_1)=1/3$.</p>
<p>The probability in the denominator is calculated using the total probability theorem as follows:<br />
\begin{align*}<br />
P(F) &#038;= \sum_{i=1}^3 P(F \mid E_i) P(E_i) \\[6pt]
	&#038;= \frac{1}{3}\left(1+\frac{1}{2} + \frac{3}{4} \right)\\[6pt]
	&#038;= \frac{3}{4}.<br />
\end{align*}</p>
<p>It follows by the formula above that the required probability is<br />
\[P(E_1 \mid F) = \frac{1\cdot \frac{1}{3}}{\frac{3}{4}} = \frac{4}{9}.\]
<button class="simplefavorite-button has-count" data-postid="7173" data-siteid="1" data-groupid="1" data-favoritecount="14" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">14</span></button><p>The post <a href="https://yutsumura.com/what-is-the-probability-that-selected-coin-was-two-headed/" target="_blank">What is the Probability that Selected Coin was Two-Headed?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/what-is-the-probability-that-selected-coin-was-two-headed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7173</post-id>	</item>
		<item>
		<title>If a Smartphone is Defective, Which Factory Made It?</title>
		<link>https://yutsumura.com/if-a-smartphone-is-defective-which-factory-made-it/</link>
				<comments>https://yutsumura.com/if-a-smartphone-is-defective-which-factory-made-it/#respond</comments>
				<pubDate>Mon, 28 Oct 2019 01:20:58 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[Bayes's rule]]></category>
		<category><![CDATA[Bayes's theorem]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[defective rate]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7167</guid>
				<description><![CDATA[<p>A certain model of smartphone is manufactured by three factories A, B, and C. Factories A, B, and C produce $60\%$, $25\%$, and $15\%$ of the smartphones, respectively. Suppose that their defective rates are&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-a-smartphone-is-defective-which-factory-made-it/" target="_blank">If a Smartphone is Defective, Which Factory Made It?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 738</h2>
<p>A certain model of smartphone is manufactured by three factories A, B, and C. Factories A, B, and C produce $60\%$, $25\%$, and $15\%$ of the smartphones, respectively. Suppose that their defective rates are $5\%$, $2\%$, and $7\%$, respectively. </p>
<p>If a smartphone of this model is found out to be detective, what is the probability that this smartphone was manufactured in factory C?</p>
<p><span id="more-7167"></span></p>
<h2>Hint.</h2>
<p>Use the Bayes&#8217; theorem.</p>
<h2>Solution.</h2>
<p> 	Let $E$ be the event that a smartphone of this model is defective. Let $F_A$ be the event that a smartphone is manufactured by factory A. Similarly for $F_B$ and $F_C$.</p>
<p>	By Bayes&#8217;s rule, we have<br />
	\[P(F_C \mid E) = \frac{P(F_C) \cdot P(E \mid F_C)}{P(E)}.\]
<p>	Now, we compute the probabilities on the right hand side.</p>
<p>	In the post <a href="https://yutsumura.com/overall-fraction-of-defective-smartphones-of-three-factories">Overall Fraction of Defective Smartphones of Three Factories</a>, we calculated that<br />
	\begin{align*}<br />
	P(E) &#038;= P(F_A)\cdot P(E \mid F_A) + P(F_B)\cdot P(E \mid F_B) + P(F_C)\cdot P(E \mid F_C)\\<br />
	&#038;= 0.0455.<br />
	\end{align*}<br />
	(See the post for details.)</p>
<p>		Factory C produces $15\%$ of the smartphones, thus $P(F_C)=0.15$.<br />
	Also, the defective rate for Factory C is $7\%$. Hence $P(E \mid F_C) = 0.07$.</p>
<p>	Inserting these values into the formula above, we get<br />
	\[P(F_C \mid E) = \frac{0.15 \cdot 0.07}{0.0455} \approx 0.2308.\]
<button class="simplefavorite-button has-count" data-postid="7167" data-siteid="1" data-groupid="1" data-favoritecount="8" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">8</span></button><p>The post <a href="https://yutsumura.com/if-a-smartphone-is-defective-which-factory-made-it/" target="_blank">If a Smartphone is Defective, Which Factory Made It?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-a-smartphone-is-defective-which-factory-made-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7167</post-id>	</item>
		<item>
		<title>If At Least One of Two Coins Lands Heads, What is the Conditional Probability that the First Coin Lands Heads?</title>
		<link>https://yutsumura.com/if-at-least-one-of-two-coins-lands-heads-what-is-the-conditional-probability-that-the-first-coin-lands-heads/</link>
				<comments>https://yutsumura.com/if-at-least-one-of-two-coins-lands-heads-what-is-the-conditional-probability-that-the-first-coin-lands-heads/#respond</comments>
				<pubDate>Thu, 10 Oct 2019 03:56:45 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[Bays' rule]]></category>
		<category><![CDATA[Bays's theorem]]></category>
		<category><![CDATA[coin]]></category>
		<category><![CDATA[coin toss]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[probability]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7162</guid>
				<description><![CDATA[<p>Two fair coins are tossed. Given that at least one of them lands heads, what is the conditional probability that the first coin lands heads? We give two proofs. The first one uses Bays&#8217;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-at-least-one-of-two-coins-lands-heads-what-is-the-conditional-probability-that-the-first-coin-lands-heads/" target="_blank">If At Least One of Two Coins Lands Heads, What is the Conditional Probability that the First Coin Lands Heads?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 737</h2>
<p>Two fair coins are tossed. Given that at least one of them lands heads, what is the conditional probability that the first coin lands heads?</p>
<p><span id="more-7162"></span><br />

We give two proofs. The first one uses Bays&#8217; theorem and the second one simply uses the definition of the conditional probability.</p>
<h2>Solution 1.</h2>
<p> 		Let $E$ be the event that the first coin lands heads. Let $F$ be the event that at least one of two coins lands heads.<br />
 		By Bayes&#8217; rule, the required probability can be calculated by the formula:<br />
 		 		\[P(E \mid F) = \frac{P(E) \cdot P(F \mid E)}{P(F)}.\]
 		 We know $P(E)=1/2$. When the first coin lands heads, then of course at least one of two coins lands heads. So, we have $P(F \mid E) = 1$.</p>
<p> 		 Since $F = \{\text{hh}, \text{ht}, \text{th}\}$, we see that $P(F) = 3/4$.<br />
 		 Plugging these values into the formula, we obtain<br />
 		 \[P(E \mid F) = \frac{\frac{1}{2}\cdot 1}{\frac{3}{4}}  = \frac{2}{3}.\]
<h2>Solution 2.</h2>
<p> 	 		Let $E$ be the event that the first coin lands heads. Let $F$ be the event that at least one of two coins lands heads.<br />
 	 		Then we have $F = \{\text{hh}, \text{ht}, \text{th}\}$.<br />
 	 		Also, we have<br />
 	 		\[E \cap F = \{\text{hh}, \text{ht}\}.\]
 	 		Thus, the required probability is given by<br />
 	 		\begin{align*}<br />
 	 		P(E \mid F) &#038;= \frac{|E \cap F|}{|F|}\\<br />
 	 		&#038;=	\frac{2}{3}.<br />
 	 		\end{align*}</p>
<button class="simplefavorite-button has-count" data-postid="7162" data-siteid="1" data-groupid="1" data-favoritecount="10" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">10</span></button><p>The post <a href="https://yutsumura.com/if-at-least-one-of-two-coins-lands-heads-what-is-the-conditional-probability-that-the-first-coin-lands-heads/" target="_blank">If At Least One of Two Coins Lands Heads, What is the Conditional Probability that the First Coin Lands Heads?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-at-least-one-of-two-coins-lands-heads-what-is-the-conditional-probability-that-the-first-coin-lands-heads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7162</post-id>	</item>
		<item>
		<title>Probability of Having Lung Cancer For Smokers</title>
		<link>https://yutsumura.com/probability-of-having-lung-cancer-for-smokers/</link>
				<comments>https://yutsumura.com/probability-of-having-lung-cancer-for-smokers/#respond</comments>
				<pubDate>Fri, 04 Oct 2019 22:32:32 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[Bayes' rule]]></category>
		<category><![CDATA[Bayes' theorem]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[lung cancer]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[smoker]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7155</guid>
				<description><![CDATA[<p>Let $C$ be the event that a randomly chosen person has lung cancer. Let $S$ be the event of a person being a smoker. Suppose that 10% of the population has lung cancer and&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/probability-of-having-lung-cancer-for-smokers/" target="_blank">Probability of Having Lung Cancer For Smokers</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 736</h2>
<p> 	Let $C$ be the event that a randomly chosen person has lung cancer. Let $S$ be the event of a person being a smoker.<br />
 	Suppose that 10% of the population has lung cancer and 20% of the population are smokers. Also, suppose that we know that 70% of all people who have lung cancer are smokers. </p>
<p>	Then determine the probability of a person having lung cancer given that the person is a smoker.</p>
<p> <span id="more-7155"></span></p>
<h2>Solution.</h2>
<h3>Hint (Bayes&#8217;s rule) </h3>
<p>	Let $E$ and $F$ be events. </p>
<p>	Let $P(E \mid F)$ be the probability that $E$ occurs given $F$ occurs. This is called a <strong>conditional probability</strong> of $E$ given $F$.</p>
<p>		Suppose that we know $P(E), P(F)$ and $P(E \mid F)$. Then $P(F \mid E)$ can be computed by <strong> Bayes&#8217; theorem</strong> (alternatively <strong> Bayes&#8217; rule</strong>):<br />
	\[ P(E \mid F) = \frac{P(E) \cdot P(F \mid E)}{P(F)}.\]
<h3>Solution</h3>
<p>		Given information can be formulated as<br />
 		\[P(C) = 0.1, P(S) = 0.2, \text{ and } P(S \mid C) = 0.7.\]
<p> 		The required probability is $P(C \mid S)$. Using Bayes&#8217; rule, we can compute it as follows.<br />
 		\begin{align*}<br />
 			P(C \mid S) &#038;= \frac{P(C) \cdot P(S \mid C)}{P(S)}\\[6pt]
 			&#038;= \frac{(0.1)(0.7)}{0.2}\\[6pt]
 			&#038;= 0.35<br />
 		\end{align*}</p>
<h4>Remark</h4>
<p>The data given here is artificial for educational purpose and is not based on a scientific fact.</p>
<button class="simplefavorite-button has-count" data-postid="7155" data-siteid="1" data-groupid="1" data-favoritecount="13" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">13</span></button><p>The post <a href="https://yutsumura.com/probability-of-having-lung-cancer-for-smokers/" target="_blank">Probability of Having Lung Cancer For Smokers</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/probability-of-having-lung-cancer-for-smokers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7155</post-id>	</item>
		<item>
		<title>Independent Events of Playing Cards</title>
		<link>https://yutsumura.com/independent-events-of-playing-cards/</link>
				<comments>https://yutsumura.com/independent-events-of-playing-cards/#respond</comments>
				<pubDate>Thu, 27 Jun 2019 02:01:58 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[cards]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[independent]]></category>
		<category><![CDATA[independent events]]></category>
		<category><![CDATA[probability]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7139</guid>
				<description><![CDATA[<p>A card is chosen randomly from a deck of the standard 52 playing cards. Let $E$ be the event that the selected card is a king and let $F$ be the event that it&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/independent-events-of-playing-cards/" target="_blank">Independent Events of Playing Cards</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 732</h2>
<p>A card is chosen randomly from a deck of the standard 52 playing cards. </p>
<p>Let $E$ be the event that the selected card is a king and let $F$ be the event that it is a heart. </p>
<p>Prove or disprove that the events $E$ and $F$ are independent.</p>
<p><span id="more-7139"></span></p>
<h3>Definition of Independence</h3>
<p>Events $E$ and $F$ are said to be independent if<br />
\[P(E \cap F) = P(E) \cdot P(F).\]
<p>Intuitively, this means that an occurrence of one does not change the probability that the other occurs. Mathematically, this can be seen as follows. </p>
<p>If $P(E) \neq 0$, then independency implies<br />
\[P(F \mid E) = \frac{P(F \cap E)}{P(E)} = \frac{P(F)P(E)}{P(E)} =  P(F).\]
<h2>Solution.</h2>
<p>		We prove that the events $E$ and $F$ are independent.<br />
		First, we have $P(E \cap F) = 1/52$ because there is only one King of hearts card in the deck of 52 cards.</p>
<p>		Since there are four kings, we have $P(E) = 4/52$. As there are $13$ heart cards, we have $P(F) = 13/52$.<br />
		Thus, we see that<br />
		\[P(E)P(F) = \frac{4}{52} \cdot \frac{13}{52} = \frac{1}{52} = P(E \cap F).\]
		This implies that the events $E$ and $F$ are independent.</p>
<button class="simplefavorite-button has-count" data-postid="7139" data-siteid="1" data-groupid="1" data-favoritecount="12" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">12</span></button><p>The post <a href="https://yutsumura.com/independent-events-of-playing-cards/" target="_blank">Independent Events of Playing Cards</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/independent-events-of-playing-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7139</post-id>	</item>
		<item>
		<title>Jewelry Company Quality Test Failure Probability</title>
		<link>https://yutsumura.com/jewelry-company-quality-test-failure-probability/</link>
				<comments>https://yutsumura.com/jewelry-company-quality-test-failure-probability/#respond</comments>
				<pubDate>Wed, 26 Jun 2019 01:59:46 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[conditional probability]]></category>
		<category><![CDATA[jewelry]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[quality test]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7137</guid>
				<description><![CDATA[<p>A jewelry company requires for its products to pass three tests before they are sold at stores. For gold rings, 90 % passes the first test, 85 % passes the second test, and 80&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/jewelry-company-quality-test-failure-probability/" target="_blank">Jewelry Company Quality Test Failure Probability</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 731</h2>
<p>A jewelry company requires for its products to pass three tests before they are sold at stores. For gold rings, 90 % passes the first test, 85 % passes the second test, and 80 % passes the third test. If a product fails any test, the product is thrown away and it will not take the subsequent tests. If a gold ring failed to pass one of the tests, what is the probability that it failed the second test?</p>
<p><span id="more-7137"></span></p>
<h2>Solution.</h2>
<p> 		Let $F$ be the event that a gold ring fails one of the three tests. Let $F_2$ be the event that it fails the second test. Then what we need to compute is the conditional probability<br />
 		\[P(F_2 \mid F) = \frac{P(F_2 \cap F)}{P(F)}.\]
<p> 		The numerator is<br />
 		\[P(F_2 \cap F) = P(F_2) = 0.9 \cdot 0.15.\]
 		(A gold ring passes the first test with probability $0.9$ and fails the second test with probability $1-0.85=0.15$.)</p>
<p> 		The complement $F^c$ of $F$ is the event that a gold ring passes all the tests. Thus<br />
 		\[P(F) = 1- P(F^c) = 1 &#8211; 0.9 \cdot 0.85 \cdot 0.8.\]
 		It follows that the desired probability is<br />
 		\begin{align*}<br />
 			P(F_2 \mid F) &#038;= \frac{0.9 \cdot 0.15}{1 &#8211; 0.9 \cdot 0.85 \cdot 0.8}<br />
 			= \frac{135}{388} \approx 0.348<br />
 		\end{align*}</p>
<p> 		Therefore, given that a gold ring failed to pass one of the tests, the probability that it failed the second test is about 34.8 %.</p>
<button class="simplefavorite-button has-count" data-postid="7137" data-siteid="1" data-groupid="1" data-favoritecount="5" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">5</span></button><p>The post <a href="https://yutsumura.com/jewelry-company-quality-test-failure-probability/" target="_blank">Jewelry Company Quality Test Failure Probability</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/jewelry-company-quality-test-failure-probability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7137</post-id>	</item>
	</channel>
</rss>
