Skip to content
Leantensify Learn

Is our best performer actually better, or just luckier?

Six workers, one bowl, and a league table nobody can influence. Watch a ranking form, then watch the control chart show there was never a difference to rank.

The Red Bead Experiment · foundations · Foundation · free, no account needed

Use this when

  • Somebody is being ranked on an outcome they do not control
  • A target has been set below what the process can deliver
  • A league table is about to decide pay, promotion or a supplier's contract

The Red Bead Experiment

sandbox

A bowl of 4,000 beads, 20% of them red. Each willing worker draws 50 with a paddle. Red beads are defects. Nobody can influence the result — the paddle takes what it takes.

Red beads drawn by each worker on each day, with totals ranked best to worst.
RankWorkerDay 1Day 2Day 3Day 4Day 5Day 6Total
1Worker 1best7118861050
2Worker 38711613954
3Worker 51391078956
4Worker 2116111661060
5Worker 4121098131062
6Worker 6worst91210881562

Worker 1 drew 50 red beads and worker 6 drew 62 — a difference of 12. On this table one of them is plainly better than the other. Now look at the chart.

np chart — every draw, in the order it happened: 36 points, centre line 9.56, upper limit 17.9, lower limit 1.22. No points beyond the limits and no rule violations.UCL 17.9LCL 1.22CL 9.56136
np chart — every draw, in the order it happened. Dashed: centre line. Solid: control limits (3σ, sqrt(n*pbar*(1-pbar)), binomial — NOT sqrt(n*pbar)). Squares mark points beyond the limits or involved in a rule violation.
Show the data behind this chart
np chart — every draw, in the order it happened: 36 points, centre line 9.56, upper limit 17.9, lower limit 1.22. No points beyond the limits and no rule violations.
#red beadsLCLUCLBeyond limits
171.2217.9no
2111.2217.9no
381.2217.9no
4121.2217.9no
5131.2217.9no
691.2217.9no
7111.2217.9no
861.2217.9no
971.2217.9no
10101.2217.9no
1191.2217.9no
12121.2217.9no
1381.2217.9no
14111.2217.9no
15111.2217.9no
1691.2217.9no
17101.2217.9no
18101.2217.9no
1981.2217.9no
20161.2217.9no
2161.2217.9no
2281.2217.9no
2371.2217.9no
2481.2217.9no
2561.2217.9no
2661.2217.9no
27131.2217.9no
28131.2217.9no
2981.2217.9no
3081.2217.9no
31101.2217.9no
32101.2217.9no
3391.2217.9no
34101.2217.9no
3591.2217.9no
36151.2217.9no

Expected per paddle

10.0

Expected σ

2.81

Outside the limits

0

Leader changed

5/5

The findingEvery single draw is inside the control limits. There is no difference between these workers to explain, and no day that needs accounting for. The bowl produced all of it.

The ranking reshuffles. The leader changed on 5 of 5 days, and 3 of the 6 workers topped the table at least once. On 3 days the previous day's best became the worst, or the reverse.

The target0 of 36 draws met the target of 3. The bowl is 20% red, so the process averages 10.0 defects per paddle — a target below that cannot be met by effort. It can be met by luck, or by changing what gets recorded.

How this is calculated

Each paddle takes 50 beads out of the bowl without replacement, so the draw is hypergeometric rather than binomial: at each bead the chance of red is (reds remaining ÷ beads remaining). That is the physical experiment. The finite-population correction is only about 0.6% on the standard deviation here, and modelling it as binomial would be modelling a different apparatus while claiming to model this one.

Expected red per paddle = n·p = 50 × 0.20. Standard deviation = √(n·p·(1−p)·(N−n)/(N−1)).

The control limits are an np chart computed from the draws themselves, by the same function the Control Chart tool uses — not from the known bowl proportion. A chart that used the answer would be assuming what it is meant to demonstrate.

Source: Deming, W.E. (1986), Out of the Crisis, Ch. 11; Deming (1994), The New Economics, Ch. 7.

How this is calculated

Each paddle draws 50 beads from a bowl of 4,000 WITHOUT replacement, so the draw is hypergeometric: at each bead the chance of red is reds remaining over beads remaining. Expected red per paddle = n p; standard deviation = sqrt(n p (1-p) (N-n)/(N-1)), including the finite-population correction. The control limits are an np chart computed from the draws themselves by the same function the Control Chart tool uses, never from the known bowl proportion — a chart built on the answer would assume what it is meant to demonstrate. With a bowl at 0% or 100% red no chart is produced, because the binomial standard error is zero and the limits would collapse onto the centre line.

Source: Deming, W.E. (1986), Out of the Crisis, Ch. 11; Deming, W.E. (1994), The New Economics, Ch. 7 — the red bead experiment and what it says about ranking people.

Learn the method