The Jackpot

Do bacteria mutate because a threat arrives, or were the survivors already there? You cannot tell by counting one culture. Luria and Delbrück told by measuring how violently many cultures disagree — and the disagreement is the whole proof.

“…the distribution of the number of resistant bacteria per culture is not Poissonian; the variance is far larger than the mean. This is the result to be expected if resistance is due to mutations occurring at random during the growth of the cultures.” S. E. Luria & M. Delbrück · Genetics 28, 1943 (paraphrased from §§ on the fluctuation analysis)

Bloomington, Indiana, January 1943. Salvador Luria, an Italian refugee three years off the boat, is at a faculty dance, watching a colleague feed a slot machine and lose, lose, lose — and then hit a jackpot. Luria stops dancing. He has been stuck for months on a question about bacteria, and the slot machine has just handed him the answer.

The question was old and looked unanswerable. Pour a billion E. coli onto a plate seeded with a virus — a bacteriophage that kills them on contact — and almost all die. But a few colonies grow: resistant bacteria. Where did the resistance come from? Two stories, and no obvious way to choose between them:

A · Induced — the virus teaches

Contact with the phage causes a few cells to acquire resistance — an adaptation, like a callus forming under friction. Each cell, on meeting the virus, has some small independent chance of converting. The Lamarckian story: the environment writes the trait.

B · Spontaneous — the survivors were already there

Resistance arises by random mutation during the ordinary growth of the culture, days before any virus appears. The phage doesn't create resistance; it merely reveals the mutants that were already swimming in the broth. The Darwinian story: variation comes first, selection only sorts.

Plate one culture and count the resistant colonies, and the two stories predict the same thing: some number of survivors. A single number cannot separate them. Luria's slot-machine insight was that you must run the experiment many times in parallel — many separate little cultures — and look not at the average but at how wildly the cultures disagree with each other.

Here is the engine of the whole proof. Under hypothesis A, every cell independently rolls the same long-odds die at the moment of plating, so the number of survivors per culture is a sum of independent rare events — a Poisson count. A Poisson distribution has a signature so exact it is almost a fingerprint: its variance equals its mean. All the cultures cluster tightly around the same value.

Under hypothesis B, a mutation can strike at any moment during the days of growth. If it strikes late, the mutant has time to make only a handful of resistant descendants before plating. If it strikes early — while the culture is still small — that one mutant and all its progeny double, and double, and double, until by plating day there are thousands of resistant cells from a single ancestral accident. A jackpot. Most cultures get no early mutation and show few or zero survivors; a rare few hit the jackpot and show enormous counts. The cultures disagree violently. The variance dwarfs the mean.

Variance is the tell. The mean cannot separate the hypotheses; the spread between parallel cultures can, and only one story makes the spread explode.

I · The fluctuation test, run live

Below are two trays of parallel cultures. Each culture starts from a tiny inoculum and grows by binary fission to millions of cells; then it is plated whole onto phage and its resistant colonies counted. The left tray obeys hypothesis A (induced): every cell converts independently at plating with the rate set so the average comes out to m per culture. The right tray obeys hypothesis B (spontaneous): mutations occur at random generations during growth, and an early one founds a jackpot clone. Same average. Watch the spread.

Instrument I · the fluctuation test — parallel cultures, two hypothesesseeded
A · induced (Lamarckian)
B · spontaneous (Darwinian)
m (mutations/culture)

The number that matters is the variance-to-mean ratio. For the induced tray it sits stubbornly near 1 — the Poisson fingerprint — no matter how many cultures you run. For the spontaneous tray it climbs into the hundreds and keeps lurching upward every time a new jackpot lands. That gap, two or three orders of magnitude wide, is what Luria and Delbrück saw in 1943, and it is not subtle. The spread alone decides the case, and it decides for spontaneous mutation.

The control that makes it airtight A skeptic could object: maybe the spread comes from sloppy plating, not from biology. Luria and Delbrück answered it in the same paper. Take a single large culture and plate many equal samples of it. Those samples share one already-grown population, so any variation between them is pure sampling noise — Poisson, variance ≈ mean — under either hypothesis. They found exactly that: samples of one culture barely fluctuate, while independent cultures fluctuate enormously. The difference is in when the cultures' histories diverged, which is to say, in whether mutation came before the virus.

II · The exact distribution — and why its mean is infinite

Spontaneous mutation doesn't just predict “large variance.” It predicts a specific distribution, and six years after the 1943 paper, D. E. Lea and C. A. Coulson wrote it down in closed form. The clean way to see it: the number of mutational events per culture is Poisson with mean m, and each event founds a clone whose final size s follows a 1/s² law — because a mutation is equally likely at any moment of exponential growth, and a clone born when a fraction f of the growth remains ends up proportionally large. Discretised, a clone has size k with probability 1/(k(k+1)). The mutant count is the sum of a Poisson number of such clones, and its probabilities follow the Ma–Sandri–Sarkar recursion:

the Luria–Delbrück (Lea–Coulson) distribution · two independent computations agree
// Ma–Sandri–Sarkar (1992) recursion, m = expected mutations per culture
p₀ = e^(−m)
pₙ = (m / n) · Σ[i=0..n−1] pᵢ / (n − i + 1)

// computed a second way as a compound-Poisson convolution:
//   p = Σ[j] e^(−m) mʲ/j! · c^(*j),   c_k = 1/(k(k+1))
// the two methods agree to machine precision:
max |p_n(recursion) − p_n(convolution)| = 

Dial m below and read the distribution off exactly. Note the shape: a tall spike at zero (those are the of cultures that never mutated), then a long, fat tail that falls off as m/n² — slowly enough that the rare jackpots out at n = 100 or 1000 still carry real probability. The grey curve is the simulated histogram from Instrument-style draws; it lands on the exact line.

Instrument II · the exact Lea–Coulson distributionm = 2.0
m — expected mutations per culture2.0

Now the strange part, and the reason this distribution is famous beyond microbiology. The expected clone size is Σ k·(1/(k(k+1))) = Σ 1/(k+1) — the harmonic series, which diverges. So the mean of the Luria–Delbrück distribution is infinite. Not large: infinite. In any real culture the clone is capped at the final population N, so the mean is finite but grows like m·ln N and never settles to a fixed value — it depends on how big you grew the cultures, which is no property of the mutation rate at all.

You cannot estimate m from the average. The average has no stable target. The jackpots are heavy enough to drag it wherever the largest one happens to land.

III · So they counted the empty cultures

This is the quiet brilliance of the 1943 method. If you cannot trust the mean, find a statistic the jackpots cannot corrupt. Luria and Delbrück used the simplest one imaginable: the fraction of cultures with zero resistant colonies. A culture is empty exactly when no mutation occurred at all, and mutational events are Poisson(m), so

the p₀ method — robust where the mean is hopeless
P(culture is empty) = p₀ = e^(−m)      ⇒ invert it:
 = −ln( fraction of empty cultures )

// this estimator ignores the jackpots entirely — it only asks
// "did anything happen?", and that count is honest Poisson.

Below, the two estimators race. Each click runs a fresh experiment of 100 parallel spontaneous cultures and applies both: the p₀ estimator −ln(empty fraction), and the naïve sample mean. The p₀ estimate parks itself on the true m; the sample mean staggers around like a drunk, because every experiment that happens to catch a big jackpot throws it off by a factor.

Instrument III · two estimators of m, raced over many experimentstrue m = 2

The p₀ method has a known weakness — if m is large, almost no culture is empty and there is nothing to count — and the modern “gold standard” is the Ma–Sandri–Sarkar maximum-likelihood fit that uses the whole distribution from Instrument II. But the principle Luria and Delbrück established holds: the information about the mutation rate lives in the low counts and the empties, not in the jackpots. The jackpots are loud and nearly useless; the silences are quiet and decisive.

IV · What it settled, and what it didn't

The fluctuation test was the first quantitative proof that mutations in bacteria arise spontaneously and at random with respect to the selection that later reveals them — that bacteria are genetic organisms obeying the same Darwinian logic as everything else, not Lamarckian shapeshifters. It opened bacterial genetics; it is part of why Luria and Delbrück (with Alfred Hershey) shared the 1969 Nobel Prize. In 1952 Joshua and Esther Lederberg closed the case visually with replica plating: resistant colonies can be lifted off a plate that never met the phage, proving the mutants pre-existed.

What it did not prove is that all mutation is blind in every organism and circumstance forever — a caution worth keeping. Later work (the contested “adaptive mutation” results of the late 1980s, and now the targeted machinery of CRISPR-Cas immunity) shows the genome–environment relationship is richer than a clean 1943 dichotomy. There is a small irony the modern literature enjoys: the E. coli strain B that Luria and Delbrück happened to use lacks a working CRISPR-Cas system — had they picked a strain with one, they would have been studying a genuine case of heritable, environment-directed resistance, and the experiment might have read very differently. The test was right about its phage and its strain; the universe kept a subtler card in reserve.

The variance settled it. Not a sharper measurement of the average — a refusal to trust the average at all, and a willingness to read the proof in how much the world disagrees with itself.

The check, shown

live, re-running on this page · agrees with research/luria-delbruck/verify.mjs (27/27)

Cousins on the ground

Ground Truth · the venue

The latest entry of the verification venue, and its second on biology after Closer Than Chance (Mendel's too-tidy peas). There a published number was too clean; here a famous result turns on a number — the variance — that everyone before Luria had been throwing away as noise.

The heavy tail, elsewhere

The jackpot's 1/s² clone-size law is the same kind of fat tail that makes the sandpile's avalanches and the coastline's length scale-free. When a distribution's mean is infinite, the average stops meaning anything — a lesson this page shares with them.

Sources

Luria, S. E., & Delbrück, M. (1943). Mutations of Bacteria from Virus Sensitivity to Virus Resistance. Genetics 28(6): 491–511. The primary source. E. coli strain B and a bacteriophage (designated α). The fluctuation analysis: independent cultures show variance ≫ mean; samples of one culture do not. genetics.org/content/28/6/491
Lea, D. E., & Coulson, C. A. (1949). The distribution of the numbers of mutants in bacterial populations. Journal of Genetics 49(3): 264–285. The first closed-form probability generating function for the mutant distribution, parameterised by the single quantity m.
Ma, W. T., Sandri, G. vH., & Sarkar, S. (1992). Analysis of the Luria–Delbrück distribution using discrete convolution powers. Journal of Applied Probability 29(2): 255–267. The recursion used on this page: p₀ = e^−m, pₙ = (m/n)Σ pᵢ/(n−i+1); and the asymptotic pₙ ∼ c/n². Recomputed here both via the recursion and via the convolution powers it is named for; they agree to machine precision.
Lederberg, J., & Lederberg, E. M. (1952). Replica plating and indirect selection of bacterial mutants. Journal of Bacteriology 63(3): 399–406. The visual confirmation: resistant colonies recovered from plates never exposed to the selective agent — the mutants pre-existed. journals.asm.org/doi/10.1128/jb.63.3.399-406.1952
Zheng, Q. (1999). Progress of a half century in the study of the Luria–Delbrück distribution. Mathematical Biosciences 162(1–2): 1–32. The standard modern review of the distribution, its estimators, and the infinite-mean fact.
Luria, S. E. (1984). A Slot Machine, a Broken Test Tube: An Autobiography. Harper & Row. Luria's own account of the slot-machine epiphany at the Indiana faculty dance, winter 1943.
Nobel Prize in Physiology or Medicine 1969 — Delbrück, Hershey & Luria, “for their discoveries concerning the replication mechanism and the genetic structure of viruses.” nobelprize.org/prizes/medicine/1969/
Numerics: the distribution is computed two independent ways (the Ma–Sandri–Sarkar recursion and a compound-Poisson convolution of the clone-size law c_k = 1/(k(k+1))); the fluctuation simulation grows each culture by binary fission with mutations entered as a seeded Poisson process. All checks — exact agreement, the 1/n² tail, the divergent mean, the variance signature, and p₀ recovery — are in research/luria-delbruck/verify.mjs (27/27). The simulations on this page use the same seeded RNG and reproduce the offline figures.