A disease occurs with probability in the population. A test returns positive for sure if you have the disease, and gives a false positive of the time if you do not. A random stranger tests positive. What is the probability that the stranger has the disease?
Reveal solutionHide solution
#Bayes with a rare disease
#Crunch the numbers
#Result
The probability is about . Even a test that never misses a true case leaves a positive stranger far more likely healthy than sick, because the false positives drawn from the healthy majority swamp the tiny who are genuinely ill. This is the base-rate fallacy.