Independent solution

How to solve this Bayes’ Theorem question

Setup

Setup

Compute the two joint weights that can produce a positive test: disease with a true positive and no disease with a false positive.

wD=(0.01)(0.95)=0.0095w_D=(0.01)(0.95)=0.0095
wDc=(0.99)(0.005)=0.00495w_{D^c}=(0.99)(0.005)=0.00495

Model

Model

Apply Bayes' formula by normalizing the disease-positive weight over both positive-test weights.

Pr(D+)=wDwD+wDc\Pr(D\mid +)=\frac{w_D}{w_D+w_{D^c}}

Compute

Compute

The weights are 0.0095 and 0.00495, so the posterior disease probability is 0.0095/0.01445=0.657439.

Pr(D+)=0.00950.01445=0.657439\Pr(D\mid +)=\frac{0.0095}{0.01445}=0.657439

Answer

Answer

Given a positive test, the disease probability rounds to 0.657, corresponding to choice B.

0.657(B)\boxed{0.657\quad\text{(B)}}