Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chapters/part1/prob_or/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2><b>Or</b> with Non-Mutually Exclusive Events</h2>
<h2>Inclusion-Exclusion with Three Events</h2>

<p>What does the inclusion exclusion property look like if we have three events, that are not mutually exclusive, and we want to know the probability of or, $
\P(E_1 \or \E_2 \or E_3)?
\P(E_1 \or E_2 \or E_3)?
$</p>


Expand All @@ -98,7 +98,7 @@ <h2>Inclusion-Exclusion with Three Events</h2>

$$
\begin{aligned}
\P(E_1 &\or \E_2 \or E_3) = \\
\P(E_1 &\or E_2 \or E_3) = \\
& + \P(E_1) \\
&+ \P(E_2) \\
&+ \P(E_3) \\
Expand Down