Skip to content

Commit

Permalink
#1502 C.2-8
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtask committed May 15, 2023
1 parent 1485c7d commit 9e73442
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appendixc/sections/2/8.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Let $J$, $T$, and $C$ be the events that Jeff, Tim and Carmine will pass the course, respectively.
Furthermore, let $G$ be the event that Professor Gore pointed out that Jeff is the one who will fail.
Since the professor can't reveal Carmine's outcome, there must be $\prob{G\mid J}=0$, $\prob{G\mid T}=1$, and $\prob{G\mid C}=1/2$.
Before talking to the professor, Carmine knows that his probability of passing is $\prob{C}=1/3$.
His situation after the conversation is described by the event $C\mid G$.

Since $G=(G\cap J)\cup(G\cap T)\cup(G\cap C)$ and since $G\cap J$, $G\cap T$ and $G\cap C$ are mutually exclusive events,
\begin{align*}
\prob{G} &= \prob{G\cap J}+\prob{G\cap T}+\prob{G\cap C} \\
&= \prob{J}\prob{G\mid J}+\prob{T}\prob{G\mid T}+\prob{C}\prob{G\mid C}.
\end{align*}
Using Bayes's theorem, we obtain
\begin{align*}
\prob{C\mid G} &= \frac{\prob{C}\prob{G\mid C}}{\prob{G}} \\
&= \frac{\prob{C}\prob{G\mid C}}{\prob{J}\prob{G\mid J}+\prob{T}\prob{G\mid T}+\prob{C}\prob{G\mid C}} \\[2mm]
&= \frac{(1/3)\cdot(1/2)}{(1/3)\cdot0+(1/3)\cdot1+(1/3)\cdot(1/2)} \\[1mm]
&= 1/3.
\end{align*}
Thus, the information that Carmine has obtained does not change his chance of passing.

0 comments on commit 9e73442

Please sign in to comment.