Files
Probability-and-Statistics-…/knowl/xref/example-rolls-conditional.html
T
2025-12-31 22:24:41 +00:00

44 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<!--******************************************-->
<!--* Authored with PreTeXt *-->
<!--* pretextbook.org *-->
<!--* Theme: default-modern *-->
<!--* Palette: *-->
<!--******************************************-->
<!--********************************************-->
<!--* Generated from PreTeXt source *-->
<!--* *-->
<!--* https://pretextbook.org *-->
<!--* *-->
<!--********************************************-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex, nofollow">
</head>
<body class="ignore-math">
<article class="example example-like"><h4 class="heading">
<span class="type">Example</span><span class="space heading-divison-mark heading-divison-mark__space"> </span><span class="codenumber">1.3.2</span><span class="period heading-divison-mark heading-divison-mark__period">.</span>
</h4>
<div class="para logical">
<div class="para">An experiment consists of rolling a fair 6-sided die two times. Let <span class="process-math">\(A\)</span> be the event that the sum of the rolls is at least 10. To find <span class="process-math">\(\Pr(A)\text{,}\)</span> we note that <span class="process-math">\(A = \{(4, 6), (5, 5), (5, 6), (6, 4), (6, 5), (6, 6)\}\text{,}\)</span> which has 6 elements. Since <span class="process-math">\(|\Omega| = 36\text{,}\)</span> we have</div>
<div class="displaymath process-math">
\begin{gather*}
\Pr(A) = \frac{|A|}{|\Omega|} = \frac{6}{36} = \frac{1}{6}\text{.}
\end{gather*}
</div>
<div class="autopermalink" data-description="Paragraph"><a href="#example-rolls-conditional-1-1" title="Copy heading and permalink for Paragraph" aria-label="Copy heading and permalink for Paragraph">🔗</a></div>
</div> <div class="para logical">
<div class="para">Let <span class="process-math">\(B\)</span> be the event that the first roll is 6. If we pause after the first die roll seeing the value of 6, we might be more inclined to expect a sum of at least 10. The evidence that weve already seen changes our understanding of the situation. Since <span class="process-math">\(|B| = 6\text{,}\)</span> <span class="process-math">\(\Pr(B) = \frac{6}{36} = \frac{1}{6}\text{.}\)</span> Also, <span class="process-math">\(A\cap B = \{(6, 4), (6, 5), (6, 6)\}\text{,}\)</span> so <span class="process-math">\(\Pr(A\cap B) = \frac{3}{36} = \frac{1}{12}\text{.}\)</span> Finally:</div>
<div class="displaymath process-math">
\begin{gather*}
\Pr(A \mid B) = \frac{\Pr(A\cap B)}{\Pr(B)} = \frac{1/12}{1/6} = \frac{1}{2}
\end{gather*}
</div>
<div class="autopermalink" data-description="Paragraph"><a href="#example-rolls-conditional-1-2" title="Copy heading and permalink for Paragraph" aria-label="Copy heading and permalink for Paragraph">🔗</a></div>
</div>
<div class="autopermalink" data-description="Example 1.3.2"><a href="#example-rolls-conditional" title="Copy heading and permalink for Example 1.3.2" aria-label="Copy heading and permalink for Example 1.3.2">🔗</a></div></article><span class="incontext"><a class="internal" href="sec-Conditional-Probability.html#example-rolls-conditional">in-context</a></span>
</body>
</html>