A doctor tells you a test for a rare disease is 99% accurate and yours came back positive. How scared should you be? Intuition screams "99%." The true answer is often under 10% — and the reason is pure geometry. Draw the whole population as a unit square. A thin vertical slice is the prior (who actually has the disease); horizontal cuts are the test's accuracy. A positive result doesn't rewrite the square — it just keeps the tiles where the test fired and re-normalizes them to add up to one. Watch the posterior fall out of the shrinking areas.
Every conditional-probability puzzle is secretly an area puzzle. Let the unit square be the entire population, its total area 1. Cut it vertically at the prior: the left column has width \(P(D)\) (people with the disease), the right column width \(P(\neg D)\) (people without). Nothing about the test has happened yet — these widths are the base rates.
Now cut each column horizontally by how the test responds. In the disease column, a fraction equal to the sensitivity \(P(+\mid D)\) sits in the "test positive" band (true positives, green); the rest are false negatives. In the healthy column, a fraction equal to the false-positive rate \(1-\text{specificity}=P(+\mid\neg D)\) also lands in the "test positive" band (false positives, pink). Four tiles now tile the square, and each tile's area is a joint probability: area(TP) \(=P(D)\,P(+\mid D)\), area(FP) \(=P(\neg D)\,P(+\mid\neg D)\), and so on.
A positive test result is evidence, and evidence does exactly one thing here: it rules out the rows that didn't happen. Everyone in a "test negative" tile is now irrelevant, so those tiles vanish. You are left with just the two positive tiles — green and pink — whose combined area is \(P(+)\), the probability of testing positive at all. Because probabilities must sum to 1, you re-normalize: divide the surviving areas by their own total. The green share of the survivors is the posterior \(P(D\mid +)\). That single division is Bayes' theorem.
The paradox lives entirely in the widths. When the disease is rare, the green tile is dwarfed not by the test's error rate alone but by the sheer width of the healthy column: a small slip-up rate (say 1%) applied to a vast healthy population produces about as many positives as a near-perfect catch rate applied to the tiny sick population. Sensitivity barely matters here; the false-positive rate against a wide base is what caps your posterior. This is why screening rare conditions demands extraordinarily high specificity, why a second independent test (which multiplies the priors again) changes everything, and why doctors are taught to think in natural frequencies — "10 out of 1,000" — where the areas are literally countable and the intuition stops lying.