Question: If a test for a disease has a sensitivity of 90% and a specificity of 95%, what is the probability that a person who tests positive actually has the disease, given that the prevalence is 1%? (2022)
Options:
Correct Answer: 0.018
Exam Year: 2022
Solution:
Using Bayes\' theorem, P(Disease | Positive) = (Sensitivity Γ Prevalence) / ((Sensitivity Γ Prevalence) + (1 - Specificity) Γ (1 - Prevalence)) = (0.9 Γ 0.01) / ((0.9 Γ 0.01) + (0.05 Γ 0.99)) = 0.018.