GCSE
GCSE (Foundation)GCSE (Higher)
A-level
IB
IB AA (Standard Level)IB AA (Higher Level)
1-1 Tutoring
← All articles

The 37% rule for hiring (and dating)

Reject the first 37% of everything you look at — candidates, flats, dates — then commit to the first one better than all of them. Mathematically, this is the best you can do, and it finds you the single best option about 37% of the time. The same strange number answers both questions, and it is no coincidence: both are the constant 1e0.368\frac{1}{e} \approx 0.368, where e2.718e \approx 2.718 is the number at the heart of compound interest.

This is the secretary problem, the most famous result in optimal stopping — the mathematics of deciding when to stop deciding. In this paper we derive the rule, verify it with 200,000 simulated hiring seasons, and then honestly poke at the assumptions.

Look, then leap

Suppose nn candidates (we will use n=100n = 100) can be ranked from best to worst with no ties. They arrive for interview one at a time, in completely random order. After each interview you must decide immediately: hire, or reject forever. You cannot recall a rejected candidate, you can only compare candidates you have already seen, and you win only if you hire the single best of all 100 — second best counts as failure.

Some strategy is clearly needed. Hire the first candidate and you win with probability 1100\frac{1}{100}. Hold out for the last and it is the same. Choose early and you have no idea what "good" looks like; wait too long and the best has probably already walked out the door.

The optimal strategy has a beautifully simple shape. Pick a cut-off kk. Look at the first kk candidates and reject them all, remembering the best — this phase is pure calibration. Then leap: hire the first candidate who beats everyone from the look phase.

Timeline of 100 candidates: the look phase sets a benchmark, then we hire the first candidate to beat it

What is the best kk? The strategy wins exactly when the best candidate sits at some position i>ki > k (probability 1n\frac{1}{n} for each position), and the best of the first i1i-1 candidates falls inside the look phase — otherwise someone would have triggered the leap too early. That second event has probability ki1\frac{k}{i-1}. Adding up over all positions:

P(k)=i=k+1n1n×ki1=kni=k+1n1i1knlnnkP(k) = \sum_{i=k+1}^{n} \frac{1}{n} \times \frac{k}{i-1} = \frac{k}{n} \sum_{i=k+1}^{n} \frac{1}{i-1} \approx \frac{k}{n} \ln\frac{n}{k}

using the standard approximation of the sum by a logarithm. Writing x=knx = \frac{k}{n} for the fraction we look at, we want to maximise xln1xx \ln\frac{1}{x}. A-level differentiation gives ln1x1=0\ln\frac{1}{x} - 1 = 0, so x=1e0.368x = \frac{1}{e} \approx 0.368. And substituting back in, the winning probability is also 1e\frac{1}{e}. Look at 37%, win 37% of the time. For n=100n = 100 the exact sum is maximised at k=37k = 37, with P=0.371P = 0.371.

A 37% hit rate at picking the single best of 100, sight unseen, sounds too good — random guessing manages 1%. So we simulated it: 200,000 independent trials with 100 candidates in random order, rejecting the first 37 and hiring the first to beat them. The strategy found the outright best candidate in 37.03% of 200,000 trials, matching the theoretical 37.1%.

Sweeping the cut-off confirms 37 is the sweet spot: stopping the look phase at 20 wins about 33% of trials, at 50 about 35%, at 60 only 31%. The curve peaks exactly where ne\frac{n}{e} says it should — and it is pleasingly flat near the top, so being roughly right costs little.

Success probability against look-phase length, peaking at 37 candidates with probability 37%

But should you dump the first 37%?

Before reorganising your love life around this, look at what we assumed — because dating fails every assumption at once. You win only with the absolute best: in reality the second-best partner out of 100 is not a failure. Relax that, and the optimal look phase shrinks dramatically. No recall: rejected candidates are gone forever, yet people do agree to second chances. Strict ranking, no ties: you can always tell who was better, with no outside scale — though one glance at the wider world tells you plenty about the market. Known nn: nobody knows how many candidates their search holds. And even played perfectly, the strategy fails 63% of the time — optimal is not the same as good.

What survives the assumptions

The 37% rule is a genuine theorem, and our 200,000-trial simulation shows it delivering exactly what it promises: look at ne\frac{n}{e} of the field, then leap, and the best option is yours with probability 1e\frac{1}{e}. What survives the unrealistic assumptions is the qualitative lesson, the same one the Monty Hall problem teaches from another angle: in decisions under uncertainty, a pre-committed strategy beats instinct — and instinct's usual failure is committing too early, before we know what good looks like.


References:

[1] Thomas S. Ferguson, "Who Solved the Secretary Problem?" Statistical Science 4, no. 3 (1989).

[2] Martin Gardner, "Mathematical Games," Scientific American 202, no. 2 (February 1960) — the "game of googol", the problem's first popular appearance.

[3] Brian Christian and Tom Griffiths, Algorithms to Live By: The Computer Science of Human Decisions (Henry Holt, New York, 2016), ch. 1.

Note: Simulation: 200,000 trials at the cut-off of 37 with a fixed random seed; re-running shifts the result by about a tenth of a percentage point. The classical scoring counts only the single best candidate as a win; gentler goals give better odds and shorter look phases.