USMLE purpose: Convert diagnostic test word problems into a 2×2 table and calculate PPV/NPV, sensitivity, or specificity.
If a patient tests positive and the question asks the probability they actually have disease, the metric is PPV = TP / (TP + FP).
| Disease + | Disease - | |
|---|---|---|
| Test + | True positive | False positive |
| Test - | False negative | True negative |
| Metric | Formula | Question wording |
|---|---|---|
| Sensitivity | TP / (TP + FN) | Among disease+, how many test positive? |
| Specificity | TN / (TN + FP) | Among disease-, how many test negative? |
| PPV | TP / (TP + FP) | Positive test → truly diseased? |
| NPV | TN / (TN + FN) | Negative test → truly disease-free? |
If 100 patients have HSV2 and 90 test positive, then:
PPV = 90 / (90 + 20) = 90 / 110 ≈ 82%