Exercise
ABy Admin
Apr 28'23
Answer
Solution: C
Let [math]p_i[/math] represent the probability that the patient's cancer is in stage i, for i = 0, 1, 2, 3, or 4. The probabilities must sum to 1. That fact and the three facts given the question produce the following equations.
[[math]]
\begin{align*}
p_0 + p_1 + p_2 + p_3 + p_4 =1 \\
p_0 + p_1 + p_2 = 0.75 \\
p_1 + p_2 + p_3 + p_4 = 0.8 \\
p_0 + p_1 + p_3 + p_4 = 0.8
\end{align*}
[[/math]]
Therefore, we have
[[math]]
\begin{align*}
p_0 =( p_0 + p_1 + p_2 + p_3 + p_4 ) − ( p_1 + p_2 + p_3 + p_4 ) = 1-0.8 = 0.2\\
p_2 =( p_0 + p_1 + p_2 + p_3 + p_4 ) − ( p_0 + p_1 + p_3 + p_4 ) =1 − 0.8 =0.2 . \\
p_1 = ( p_0 + p_1 + p_2 ) − p_0 − p_2 = 0.75 − 0.2 − 0.2 = 0.35.
\end{align*}
[[/math]]