PHYSICS

The Physics of Plinko: Galton Board, Pegs and Probability

A scientific diagram of a Galton board with a bell curve overlaid on the slot distribution

A Plinko board is a beautiful object to a probability theorist, because it is the most direct interactive demonstration of the central limit theorem ever built. The chip’s path is a sum of many tiny independent random events; the resulting distribution of landing positions is approximately normal; the visualization is so immediate that elementary-school students can grasp it. This page is the complete physics-and-probability treatment: the history of the Galton board that Plinko is built on, the mechanics of how a chip moves through the pegfield, the formal probability theory that describes the slot distribution, and the relationship between the math and the casino multiplier table.

The audience for this page splits between two camps. The first is teachers and students using Plinko to learn or teach probability — that audience can skip the historical material and jump to the binomial math. The second is curious adults who play Plinko and want to know why the board behaves the way it does — that audience should read through. The two audiences will find different sections most useful, but the underlying math is the same.

Sir Francis Galton and the bean machine

The device Plinko is built on was first demonstrated by the British polymath Sir Francis Galton in the 1870s. Galton was working on what we now call inferential statistics — he coined the term “regression,” developed the early framework for correlation, and spent much of his career trying to visualize statistical regularities for audiences that did not yet have the formal language for them. The bean machine, also called the quincunx or Galton board, was his most successful pedagogical invention in this effort.

Galton’s original device was a vertical board with pegs arranged in a triangular pattern, with slots at the bottom to collect small balls (originally beans, hence the popular name). The user dropped many beans one at a time into the top of the board. Each bean bounced through the pegfield, deflecting left or right at each row, and landed in one of the slots. After hundreds or thousands of beans, the slot count distribution traced out — visibly, in real time — the normal curve.

The demonstration was novel and dramatic. Galton was making the case that the normal distribution was not just a mathematical abstraction but a physical inevitability of any process that summed many small independent random events. The bean machine proved the point with beans rather than equations.

The original Galton board was small — a few rows of pegs in a hand-held wooden device. By the early 20th century, larger versions had been built for educational demonstration in physics and statistics departments. By the mid-20th century, Galton boards had become a fixture of science museums (the Boston Museum of Science, the California Academy of Sciences, the Exploratorium, and dozens of others have built large-scale Galton boards as permanent installations). The mechanic was well-known to anyone who had paid attention in an introductory statistics course.

When Frank Wayne and the Price Is Right production staff developed Plinko in late 1982 (see the Price Is Right pillar for that history), they were working with a mechanic that already had a century of educational presence behind it. The genius of the pricing-game adaptation was recognizing that the suspense of a Galton-board chip falling could be the central drama of a television segment — that the same thing that made the Galton board a good teaching tool (the visible randomness) made it good television.

How a chip moves through the pegfield

The mechanics of a single chip drop are simple enough to describe in a paragraph and rich enough to study formally.

The chip enters the top of the board with some initial horizontal position and some small (often zero) initial horizontal velocity. It falls under gravity. At the first peg row, it collides with one of the pegs at an angle determined by where it entered and any small lateral motion. The collision deflects the chip to the left or right of the peg it hit. The chip continues falling, hits the next peg row, deflects again, and so on for as many rows as the board has. At the bottom of the board, the chip enters one of the slots, which are vertically aligned with the gaps between pegs in the final row.

On an idealized Galton board — with pegs at perfectly regular spacing, perfectly elastic collisions, and no friction — the deflection at each peg is exactly 50 percent left and 50 percent right. The chip’s final position is the sum of the deflections, and the distribution of final positions across many drops is the binomial distribution (formally exact in the idealized case).

In practice, a physical board has slightly imperfect 50/50 deflections because of board tilt, peg manufacturing tolerance, chip wobble, air resistance, and the chaotic dynamics of any specific collision. But these deviations average out across many drops; the empirical distribution on a well-built physical board converges to the theoretical binomial.

In the casino implementation, the deflections are not produced by physical collisions at all but by a random number generator. The simulation displays a chip falling through a pegfield, but the chip’s path was determined the moment the bet was placed — either by HMAC-SHA256 on a provably fair seed (see the provably fair pillar) or by an audited RNG. The visual is a presentation of an already-decided outcome. The math is the same; the source of randomness is different.

Why the distribution is normal

The central question this section answers: why does the slot landing distribution look like a bell curve?

The chip’s landing position is a sum: how many of the n deflections went right minus how many went left. Equivalently, the slot index is the number of right-deflections (call it k) out of n total rows. k ranges from 0 (all left, far-left slot) to n (all right, far-right slot).

The probability that exactly k rights happen out of n independent 50/50 trials is given by the binomial distribution:

P(k rights in n trials) = C(n, k) × (0.5)^k × (0.5)^(n-k)
                       = C(n, k) / 2^n

where C(n, k) is the binomial coefficient n! / (k! × (n-k)!) — the number of ways to choose which k of the n trials produced rights.

For n = 16 rows, the relevant values are:

Slot kC(16, k)Probability (× 2^16)
0 (far left)11 / 65,536 = 0.0015%
11616 / 65,536 = 0.024%
2120120 / 65,536 = 0.18%
3560560 / 65,536 = 0.85%
41,8201,820 / 65,536 = 2.78%
54,3684,368 / 65,536 = 6.66%
68,0088,008 / 65,536 = 12.22%
711,44011,440 / 65,536 = 17.46%
8 (center)12,87012,870 / 65,536 = 19.64%
911,44011,440 / 65,536 = 17.46%
108,0088,008 / 65,536 = 12.22%
…etc, symmetric back to slot 16

The distribution is symmetric (the row of 1’s, 16’s, 120’s matches both edges) and peaked at the center. Most chips land within a few slots of the center; very few land at the edges.

The central limit theorem then provides the formal connection to the normal curve. The CLT states that the sum of many independent identically-distributed random variables with finite mean and variance approaches a normal distribution as the number of variables grows. The chip’s slot position is exactly such a sum — n independent 50/50 deflections — and so for moderately large n (say n = 16 or more), the binomial distribution is well-approximated by a normal distribution with mean n/2 and variance n/4.

This is the central insight Galton was trying to demonstrate with beans. The reason normal distributions appear so often in nature (heights, measurement errors, biological traits, financial returns) is that those quantities are often themselves sums of many small independent factors. Plinko makes this argument visible: drop enough chips and the binomial histogram converges to a normal curve in front of your eyes.

Variance and standard deviation

The shape parameters of the Plinko distribution have specific formulas. For an n-row board:

Mean (expected slot): n / 2 — the chip is expected to land in the center on average.

Variance: n / 4 — the spread of the distribution.

Standard deviation: sqrt(n) / 2 — the typical deviation from the center.

For n = 16, the standard deviation is 2 — meaning, the chip lands within 2 slots of center on most drops, and within 4 slots (two standard deviations) on roughly 95 percent of drops.

This formula explains why more rows produce wider distributions in absolute terms but tighter distributions in relative terms. The standard deviation grows like sqrt(n) — slowly — while the number of slots grows like n — quickly. A 16-row board has 17 slots and a standard deviation of 2 (about 12 percent of total width); a 100-row board would have 101 slots and a standard deviation of 5 (about 5 percent of total width). Larger Galton boards produce sharper normal curves relative to their total width.

This is the formal expression of “more rows = higher variance” in casino Plinko. Adding rows expands the range of possible outcomes faster than it expands the typical fluctuation. The edges become exponentially rarer; the center becomes proportionally tighter. The casino multiplier table can pay enormous edge multipliers because the edges are statistically rare events.

Casino Plinko vs classical Plinko

The Galton board and the Plinko casino game share the binomial probability distribution. They differ in what each slot pays.

A classical Galton board has no “payout” structure. Each slot is just a collection bin. The point of the device is to visualize the distribution, not to gamble on it.

The Price Is Right Plinko (see the history pillar) pays fixed dollar amounts per slot, with $0 in some slots and $10,000 in the center. The payout structure favors the center, which is also where the chip is most likely to land — the design choice produces a clear visual narrative (chips that land $0 are surrounded by chips that land $10,000) and a positive expected value for the contestant (they always either win money or win nothing).

Casino Plinko inverts the Price Is Right structure. The center slots pay the lowest multipliers, often below 1x (you lose money). The edges pay the highest multipliers, sometimes 1000x. The chip is most likely to land where it earns the least. This is what makes casino Plinko a negative-expectation game.

The math of why this works is straightforward. The expected return on a casino Plinko bet is:

E[return] = Σ P(slot k) × multiplier(slot k)  for k = 0 to n

A well-designed multiplier table holds this sum below 1 (specifically, equal to the published RTP). The casino’s edge is built into the gap between probability and payout: the high-probability slots pay less than they “should” for fair play, and the low-probability slots pay more than they “should” but rarely enough that the average is below break-even.

The standard formula for the house edge in a 99 percent RTP Plinko is 1 percent. The standard formula for the house edge in a 97 percent RTP Plinko is 3 percent. Both are computed from the same multiplier-and-probability relationship.

A worked example

To make the math concrete, consider a hypothetical 8-row Plinko on Medium risk. The board has 9 slots. The binomial probabilities are:

SlotC(8, k)Probability
0 (edge)11/256 = 0.391%
188/256 = 3.125%
22828/256 = 10.94%
35656/256 = 21.88%
4 (center)7070/256 = 27.34%
55656/256 = 21.88%
62828/256 = 10.94%
788/256 = 3.125%
8 (edge)11/256 = 0.391%

Suppose the multiplier table for Medium risk on 8 rows is (running from one edge to the other): 13, 3, 1.3, 0.7, 0.4, 0.7, 1.3, 3, 13.

The expected value is:

E = (1/256) × 13 + (8/256) × 3 + (28/256) × 1.3 + (56/256) × 0.7 + (70/256) × 0.4 + ...
  = 0.0508 + 0.0938 + 0.142 + 0.153 + 0.109 + 0.153 + 0.142 + 0.0938 + 0.0508
  = 0.989

This produces an RTP of approximately 98.9 percent and a house edge of about 1.1 percent. The numbers above are illustrative — actual provider tables differ — but the structure is exactly how casino Plinko math works.

If we want to make this a 99 percent RTP game, we adjust the multipliers slightly to bring the sum up to 0.99. If we want to make it 97 percent, we adjust them down. The provider’s table-design problem is exactly to set the multipliers so that the probability-weighted sum equals the target RTP while producing a visually appealing payout shape.

Risk modes, formally

Casino Plinko’s “risk modes” (Low, Medium, High) are different multiplier tables on the same probability distribution. The provider chooses three (or more) tables, each producing the same RTP but distributing payouts differently across slots.

A “Low risk” table is shaped like a gentle U: center pays a little less than 1x, slots a few steps out pay 1x to 2x, edges pay maybe 10-20x. The variance — the standard deviation of single-drop payouts around the mean — is low. The realized return on any given drop is usually close to the mean.

A “High risk” table is shaped like a sharp V or even an upward J: center pays 0.2x (you lose 80 percent of bet), slots a few steps out pay near 1x, edges pay 500x-1000x. The variance is high. Most drops return well below the mean; rare drops return enormously above it.

The expected value across all slots is identical between the two tables (both produce the same RTP). The shape of the distribution of single-drop outcomes is wildly different. This is the formal version of what the strategy pillar describes informally.

A short formula: the standard deviation of single-drop return on a given multiplier table is:

SD[return] = sqrt(Σ P(k) × (multiplier(k) - RTP)^2)

This summarizes the “spread” of the table. Low-risk tables minimize SD; High-risk tables maximize SD subject to the RTP constraint.

Classroom activities

This section is for teachers and students using Plinko in a curriculum context. We have prepared several specific activities at the physics classroom subpillar, but the high-level options are:

Visualize the central limit theorem. Drop 1,000 chips on a Plinko board (physical or simulated; our free demo supports 1,000-chip auto-drop). Count the chips in each slot. Plot a histogram. Compare to a theoretical normal curve with the appropriate mean and standard deviation. The match should be visually striking.

Estimate probabilities empirically. Drop 100 chips. Count chips per slot. Compare empirical frequencies to the binomial probabilities computed from C(n, k) / 2^n. Estimate the standard error in the empirical frequencies.

Compare row counts. Drop 200 chips on a 4-row board, 200 on a 16-row board. Compare distributions. Discuss why the 16-row distribution is closer to normal, and why both are symmetric.

Build a Galton board. A cardboard or wood Plinko board built per the DIY pillar makes an excellent physics-class capstone project. The combination of construction work and probability analysis activates multiple types of learning.

Discuss the casino payout problem. Given a fixed probability distribution, how does an operator design a multiplier table to produce a 99 percent RTP? This is an excellent applied-math exercise for advanced students.

A printable worksheet covering the binomial distribution math, complete with C(n, k) computations and probability tables for n = 4, 8, and 16 rows, is available at /physics/lesson-plan/ (placeholder link; PDF in production).

Common misconceptions

A few statements that sound true and are not.

“After many chips have landed center, the next chip is more likely to land at an edge.” False. The chips are independent. The board does not “remember” prior chips. This is the gambler’s fallacy applied to Plinko.

“More rows produce a higher probability of edge slots.” False in the relative sense. More rows produce more possible edge slots and a slightly smaller probability for any specific edge slot. The combined probability of “either edge slot” goes down with more rows.

“The center slot is exactly the expected slot.” True for even-row boards (n = 8, 12, 16). For odd-row boards (n = 9, 13, 15), the expected slot is between two physical slots, but neither slot is exactly the expected slot.

“The chip path is deterministic if you know the starting position.” True only on an idealized board with zero environmental noise. In practice, micro-variations make the path effectively random. In the casino software simulation, the path is determined by RNG output, not by physics.

“The bell curve in Plinko proves randomness.” Partly true. The bell curve emerging in the slot distribution is a strong indicator of independent 50/50 deflections. If the empirical distribution skewed significantly off-center, that would suggest a biased board (or biased RNG). The CLT itself is a consequence of independence-with-finite-variance, not a definition of randomness.

Why Plinko works as pedagogy

The deeper question — why is Plinko a better teaching tool than abstract probability theory — has a clean answer.

Probability is the part of mathematics that human intuition handles worst. People are systematically bad at estimating low-probability events, gambler’s-fallacy errors are universal, and the conceptual jump from “this event happened” to “this is the probability distribution it was drawn from” is uncomfortable for almost everyone. Decades of educational research show that direct visual demonstrations outperform symbolic instruction for probability concepts at the introductory level.

Plinko is a direct visual demonstration with two unusual features: the randomness is genuine (not staged for instruction), and the result is immediately interpretable (each slot’s count is a vote for that slot’s probability). A student who has watched 1,000 chips fall has developed intuitions that no amount of textbook reading can produce.

The deeper math — central limit theorem, variance scaling, expected value computation — is built on the foundation of “I have seen Plinko produce that bell curve.” Students who have done the demonstration tend to find the formal proofs much more approachable than students who arrive at the formalism cold.

This is also why Plinko has been adopted by museum exhibits, popular-science television, and decades of statistics curricula. It is genuinely good pedagogy, not just a memorable game show segment.

Where the math goes from here

The full development of the math underlying Plinko quickly connects to most of modern probability and statistics: random walks (a Plinko chip is a 1D random walk), Markov chains (each row’s deflection is a step in a chain), Gaussian distributions and their applications (the limit of the chip distribution), Brownian motion (the continuous-time limit of small-step random walks), and the law of large numbers (why the empirical slot frequencies converge to the binomial probabilities).

For readers who want to dig deeper, the physics cluster pages cover:

And for the connection to casino play, Plinko RTP Explained covers how the math translates into the multiplier table; Plinko Strategy covers what (limited) decisions remain to the player; and the DIY pillar covers building a physical board to run your own experiments.

The chip is falling. The bell curve is forming. The math is beautiful.

Plinko probability distribution explorer

See exactly where balls are most likely to land on a Plinko board, and how multiplier choice changes the math.

Risk:
RTP99.0%
House edge1.0%
Top multiplier33×
Most-likely multiplier0.3× (22.6%)

Bars show how often a ball lands in each slot over millions of drops. Bell-curve shape is binomial — middle slots dominate because more paths lead there.

Frequently asked questions

Is Plinko based on a Galton board?
Yes. The Plinko mechanic — chip falling through pegs into slots — is mathematically identical to the Galton board (also called the bean machine or quincunx) demonstrated by Sir Francis Galton in the 1870s as a visual proof of the central limit theorem.
Why is the Plinko distribution normal?
Because the chip's landing position is the sum of many independent left/right deflections. The central limit theorem says that the sum of many independent random variables, each with finite variance, approaches a normal distribution. Plinko visualizes this directly.
What is the probability of landing in the center slot?
For an n-row board, the probability of the center slot is C(n, n/2) / 2^n. For 16 rows, this is 12,870 / 65,536, or about 19.6 percent.
What is the probability of landing in the far edge slot?
For an n-row board, the probability of either edge slot is 1 / 2^n. For 16 rows, this is 1 / 65,536, or about 0.0015 percent.
Does each peg really give 50/50 left or right?
On an idealized board, yes. On a physical board, deflections approach 50/50 but can be affected by board tilt, peg manufacturing tolerance, chip wobble, and friction. The casino version uses RNG to produce the deflection sequence, which is uniformly random by design.
Can the chip land in any slot?
Yes — any of the n+1 slots in an n-row board is a possible landing position. Some slots are exponentially more likely than others.
How is Plinko useful in a classroom?
Plinko provides a visible, intuitive demonstration of binomial probability, the central limit theorem, variance, expected value, and the law of large numbers. Many statistics curricula use Plinko or Galton boards as introductory material.