Visual walkthrough — Common distributions (Bernoulli, Binomial, Poisson)
This page rebuilds the whole family — the parent note's central result — starting from a single coin flip, entirely in pictures. By the end you will see why
is nothing but a very large pile of coin flips squinted at from far away. We build every symbol before we use it.
Step 1 — A single flip is just two bars
WHAT. Imagine an experiment with only two endings. Call the good ending success and write it as the number ; call the other ending failure and write it as . A quantity that lands on or depending on chance is called a random variable, and we name it .
We give success a chance we call — a number between and . ( means it never succeeds, means it always succeeds.) Since the two chances must fill up the whole "", failure gets whatever is left: .
WHY these two bars and nothing else. A picture of a probability is a bar whose height is the chance. Two outcomes → two bars. There is no third bar because there is no third ending. The two heights have to add to , or we would be claiming probability leaks out somewhere.
PICTURE. The left bar (height ) is failure at ; the right bar (height ) is success at .

Step 2 — Line up flips: a path of successes and failures
WHAT. Now flip the same coin times, one after another, and demand the flips are independent — earlier flips tell you nothing about later ones. We are no longer asking "did it succeed?" but "how many of the flips succeeded?" Call that count ; it can be .
WHY count, not list. A specific story — say S, F, S, S, F — is one path through the flips. If flips are independent, the chance of a story is the product of its flip-chances. A story with successes and failures always multiplies to the same number:
PICTURE. Each row below is one possible story of length . The green cells are successes, coral cells failures. Notice several different-looking rows share the same success count.

Step 3 — Count the stories: where comes from
WHAT. Since every -success story has the same probability, the total chance of "exactly successes" is that single-story probability multiplied by how many such stories exist. That count has a name: , read " choose " — the number of ways to pick which of the positions are the green ones.
WHY a factorial. To fill green slots you have choices for the first, for the second, ... — that's the top shrinking. But the greens are interchangeable, so we divide out the orderings among the greens and the orderings among the coral. What's left is the number of genuinely different pictures.
PICTURE. Pascal-style: the tree of choices collapses because reshuffling identical colours gives the same row.

Every outcome is covered, nothing leaks — exactly the guarantee we insisted on in Step 1.
Step 4 — Mean and spread without any calculus
WHAT. The count is literally the sum of single flips: , where each is a Bernoulli . We want the average count (the mean, written ) and how tightly counts cluster around it (the variance, ).
WHY summing helps. Averages add up no matter what — even for dependent things — so the mean of a sum is the sum of the means. Each flip averages , and there are of them:
Spread is fussier: variances add only because we demanded independence in Step 2. Each flip has variance (biggest at , when the coin is most undecided), so
PICTURE. The bar chart of a Binomial: a hump centred at , its width set by .

Step 5 — Squint: keep the average, shrink the chance
WHAT. Now the big move. We want to model rare events — server errors, disease cases — where there is no natural "". So we let grow huge while shrinks tiny, tied together so that the average number of successes stays a fixed value we call (lambda):
WHY this trade. A rare event = "many, many chances, each almost never happening, but a sensible average count." That is exactly " big, small, fixed." inherits the meaning of : the expected number of events.
PICTURE. Same expected hump position, but the fine structure of individual flips melts into a smooth rare-event profile as climbs.

Step 6 — The limit: three pieces, three destinations
WHAT. Substitute into the Binomial and regroup into three chunks:
WHY each piece goes where it goes as (with fixed and small):
- (A) : a ratio of factors, each just below (like ). Each , so the product .
- (B) : no in it — it just watches.
- (C) . This is the definition of : the number is what approaches, here with . Why exponential enters at all: it is the unique thing a "constant tiny nibble taken times" converges to — compound-interest of vanishing failures.
- (D) : base , fixed power , so .
PICTURE. Watch each of the four factors on its own axis as marches to the right.

Step 7 — Edge and degenerate cases (never leave a gap)
WHAT. We check the corners so the reader never meets a scenario we skipped.
(nothing happens). , since and . As (events truly never occur) this : a clean interval is certain. As grows, a quiet interval becomes very unlikely.
. All probability piles onto — the distribution collapses to "always zero," the degenerate rare-event limit.
Large . The hump drifts right to sit at and spreads with width (recall ), starting to look like a smooth bell.
Mean = Variance. For Poisson both equal — inherited by squinting at Step 4: and because . This equality is a diagnostic: if real data has variance far above its mean, Poisson is the wrong model.
PICTURE. Three Poisson bar charts for , showing the collapse, the classic hump, and the near-bell.

The one-picture summary

One flip becomes a stack of flips becomes a smooth rare-event curve — the same probability mass, re-viewed at three zoom levels. Bernoulli's two bars, Binomial's hump at , Poisson's hump at , all one continuous idea.
Recall Feynman retelling — say it like a story
A coin has two endings: it lands on with chance , on with chance . Those are two bars that must add to a whole. Flip it times and don't care about order, only how many heads. Any exact story with heads costs , and there are such stories, so multiply: that's the Binomial. Its average is and its wobble is — averages always add, wobbles add only because the flips ignore each other. Now imagine the coin flipped a zillion times with each head almost impossible, but the average number of heads pinned at . Substitute and the formula splits into four factors: two of them politely fade to , one is that just sits there, and the last, , curls up into — that's the very definition of at work. What's left is : the Poisson law for rare events, where the mean and the variance are the same number , and a quiet interval has probability .
Recall
What ties and together in the Poisson limit? ::: We hold fixed while , . Which factor becomes and why? ::: , because that is the defining limit of the exponential. Why do we divide the Binomial by (and Poisson too)? ::: To undo the interchangeable orderings of the successes so we count each distinct outcome once. Poisson's signature check? ::: Mean equals variance, both .