Plinko RTP, derived from scratch.

Every multiplier on the Plinko simulator comes from one formula: a coin-flip probability, priced by a studio to hit a target return. Here's the full binomial derivation — no shortcuts, every number computed live on this page.

01 / The binomial distribution

A ball is just n coin flips in a row.

At every peg, the ball bounces left or right with equal (50/50) probability — exactly like a fair coin. Over n rows, the ball has made n independent left/right decisions, and the number of ways it can land in bucket k (k rights out of n flips) is the binomial coefficient C(n,k) — the same count used in Pascal's triangle. Divide by the total number of paths, 2ⁿ, and you get the exact landing probability for every bucket.

8 rows — path counts per bucket, C(8,k)
Bucket 0 — C(8,0)1 of 256 paths (0.39%)
Bucket 1 — C(8,1)8 of 256 paths (3.13%)
Bucket 2 — C(8,2)28 of 256 paths (10.94%)
Bucket 3 — C(8,3)56 of 256 paths (21.88%)
Bucket 4 — C(8,4)70 of 256 paths (27.34%)
Bucket 5 — C(8,5)56 of 256 paths (21.88%)
Bucket 6 — C(8,6)28 of 256 paths (10.94%)
Bucket 7 — C(8,7)8 of 256 paths (3.13%)
Bucket 8 — C(8,8)1 of 256 paths (0.39%)

Notice the shape: it peaks in the centre (bucket 4, reachable 70 ways) and shrinks toward the edges (bucket 0 or 8, reachable only 1 way each). That shape is fixed by the coin-flip math — no studio can change it without changing the number of rows.

02 / Full derivation — 12 rows, medium risk

Every bucket's contribution, added up to one RTP.

RTP is just Σ P(k)·multiplier(k) — the probability of each bucket, times its payout, summed across every bucket. Here's that sum computed in full for the 12-row, medium-risk table.

BucketWays, C(12,k)P(k)MultiplierContribution
010.024%33×0.806%
1120.293%11×3.223%
2661.611%6.445%
32205.371%10.742%
449512.085%1.1×13.293%
579219.336%0.6×11.602%
692422.559%0.3×6.768%
779219.336%0.6×11.602%
849512.085%1.1×13.293%
92205.371%10.742%
10661.611%6.445%
11120.293%11×3.223%
1210.024%33×0.806%
Sum of the contribution column98.99% RTP
03 / Why it always lands near 99%

It's not a coincidence — it's the design goal.

The path probabilities (P(k)) are fixed by the coin-flip math and can't be changed. What a studio does control is the multiplier attached to each bucket — and they pick those numbers specifically so the weighted sum lands near a target RTP, almost always ~99% for Plinko. That's why every row/risk combination on this site clusters so tightly around the same figure: it's engineered to, not a lucky accident of the math.

01

Probabilities are fixed

C(n,k) ÷ 2ⁿ never changes for a given row count — it's pure combinatorics, the same for every casino.

02

Multipliers are chosen

A studio solves backward from a target RTP to find multiplier values that make Σ P(k)·multiplier(k) hit that target.

03

Different studios, different numbers

Stake, BC.Game and BGaming each solve that equation independently — same target, different specific multiplier tables.

04 / Full breakdown — 16 rows, high risk

The widest spread on this site, bucket by bucket.

BucketP(k)Multiplier
00.0015%1,000×
10.02%130×
20.18%26×
30.85%
42.78%
56.67%
612.22%0.2×
717.46%0.2×
819.64%0.2×
917.46%0.2×
1012.22%0.2×
116.67%
122.78%
130.85%
140.18%26×
150.02%130×
160.0015%1,000×
The 1000× bucket lands only 0.0015% of the time — roughly 1 in 65,536 drops. What that drought actually feels like in a session is covered in the variance walkthrough.98.98% RTP
05 / Platform guides

Same math, platform by platform.

See it live,
not just on paper.

Drop real balls, watch the distribution table fill in live, and compare it against the theoretical probabilities above.