A disease has prevalence 1%. Test sensitivity is 95%, false positive rate is 10%.
Given a positive test, what is the probability of disease?
- A
0.01
- Bcheck_circle
0.0876
- C
0.95
- D
0.50
Explanation
P(D|+) = 0.01(0.95)/[0.01(0.95) + 0.99(0.10)] = 0.0095/0.1085 ≈ 0.0876.