Example 1 — Disease test
EasyProblem
A disease affects 1% of people. A test is 90% sensitive () and has a 5% false-positive rate (). Given a positive test, find .
Solution
-
We have the conditional in the test-direction and a prior; we need the flipped disease-given-positive — Bayes.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I given and a prior, and asked for the flipped ?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
.
The rule is chosen only after the structure matches, so the steps mean something.
-
.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — update your prior with the evidence. If it does not, revisit the recognition step before changing the arithmetic.
Answer
, about 15%
Takeaway: Even a positive on a good test leaves the disease unlikely because the prior (1%) is so small.