## Calculating PPV in High Pretest Probability **Key Point:** PPV depends critically on pretest probability (prevalence), not just test sensitivity and specificity. A test performs best when pretest probability is high. ### Formula and Calculation PPV is calculated using Bayes' theorem: $$PPV = \frac{Sensitivity \times Pretest\ Probability}{(Sensitivity \times Pretest\ Probability) + [(1 - Specificity) \times (1 - Pretest\ Probability)]}$$ Given: - Sensitivity = 98% = 0.98 - Specificity = 99% = 0.99 - Pretest probability = 85% = 0.85 Substituting: $$PPV = \frac{0.98 \times 0.85}{(0.98 \times 0.85) + [(1 - 0.99) \times (1 - 0.85)]}$$ $$PPV = \frac{0.833}{0.833 + (0.01 \times 0.15)}$$ $$PPV = \frac{0.833}{0.833 + 0.0015}$$ $$PPV = \frac{0.833}{0.8345} \approx 0.998 \text{ or } 99.8\%$$ Approximate PPV ≈ **99.4%** ### Why PPV Is So High Here | Component | Value | |-----------|-------| | Sensitivity | 98% | | Specificity | 99% | | Pretest Probability | 85% | | **Resulting PPV** | **~99.4%** | **High-Yield:** When pretest probability is very high (>80%), even a moderately sensitive and specific test yields a very high PPV. This is why clinical suspicion (cavitary lesion + AFB smear) matters enormously. ### Clinical Pearl In this patient: - The clinical presentation (cavitary lesion + AFB smear positivity) already suggests TB with ~85% probability. - A positive GeneXpert in this context is almost diagnostic (PPV ~99.4%). - Conversely, a negative GeneXpert would have a high NPV (~99.7%), making TB unlikely but not impossible (especially in smear-positive, culture-positive cases with technical failure). **Mnemonic: PINT** — **P**retest probability **I**ncreases **N**egative Predictive value and **T**est utility overall. [cite:Park 26e Ch 11]
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.