A pregnant woman lives in an area where the Zika virus is fairly rare: $1$ in $1000$ people have it. Still, she is concerned; so she gets tested. There is a good but not perfect test for the virus - it gives a positive reading with probability $0.99$ if the person has the virus and a positive reading with probability $0.05$ if the person does not. Her reading is positive. What is the probability that she has the virus?
(a) About $2\%$
(b) About $10\%$
(c) About $ 80\%$
(d) About $20\%$
Use conditional probability!
First $1$ in $1000$ is the same as $0.1\%$, then calculate the probability that she has the disease:
$$P(Diseased)=(0.001*0.99)+(0.999*0.05)=0.05094$$
Next we use conditional probability:
$$P(Diseased|Positive)=\frac{0.001*0.999}{0.05094}$$
So this is equal to $0.0196.....$ which is $1.96\%$. Therefore a) is the correct answer!