Visual walkthrough — Common discrete distributions — Bernoulli, Binomial, Poisson, Geometric, Negative Binomial
Before Step 1, let us agree on the four characters in this story. If any feels unfamiliar, that is fine — each gets a picture.
Step 1 — Chop the minute into tiny slots
WHAT. We take one continuous minute (a call could arrive at any instant) and pretend it is really separate, equal little time-slots. In each slot, at most one call happens: either a call (success, chance ) or silence (failure, chance ). That is exactly a Bernoulli trial per slot.
WHY. A Bernoulli flip is the only atom we know how to compute with. Time is continuous and scary; a row of independent flips is friendly. So we approximate the minute by flips and promise to fix the error later by taking .
PICTURE. The red band is our single minute. Below it, the same minute cut into slots — each is one coin flip.

If exactly of these slots hold a call, we have successes among flips — that is the Binomial from the parent note.
Step 2 — Write down the Binomial probability
WHAT. The chance of exactly successes in independent flips is the Binomial formula:
Term by term, right where it sits:
- — counts which of the slots hold the calls (order does not matter, so we "choose").
- — each of the successful slots costs a factor ; multiplied because slots are independent.
- — each of the remaining silent slots costs a factor .
WHY. This is the exact answer for finite . Our job for the rest of the page is to see what it converges to.
PICTURE. One specific arrangement: 3 red (call) slots, 9 black (silent) slots. There are such arrangements.

Step 3 — Force the average to stay fixed: substitute
WHAT. We now impose the one rule that makes the limit meaningful: the average number of calls per minute, , must equal a fixed number . Solving gives . Substitute it:
WHY. If we just let without pinning , all calls vanish and the answer is boringly . If we let stay fixed while , calls explode to infinity. Holding is the Goldilocks path: many slots, each with a tiny call-chance, but a steady average.
PICTURE. As we double (finer slots), each red slot gets shorter (smaller ), but the total red length — the expected number of calls — stays exactly the same .

Step 4 — Split the "choose" term open
WHAT. Expand and pull the apart. Regroup into three tidy chunks:
Where each piece came from:
- — the is from ; the is the leftover of after we peel off the -parts. This chunk has no in it — it survives the limit untouched.
- Chunk — the "-flavoured" leftover of the binomial coefficient.
- Chunk — the bulk of the silence term.
- Chunk — the small correction because the exponent was , not .
WHY. We separate the algebra so that each chunk has a clean, known limit. Divide and conquer: solve each chunk in its own step.
PICTURE. The three chunks as three dials, each about to be turned as . Only the red dial () moves to a non-trivial place.

Step 5 — Chunk : the falling factorial
WHAT. Look closely at chunk : There are exactly fractions, and as each one (the become negligible against a huge ). A product of ones is :
Term by term:
- — this is the product of the top integers (all the others cancel).
- — one factor of for each of those terms, sitting underneath.
- Each ratio because for fixed .
WHY. is a fixed small number (like 5), while races to infinity. Subtracting a fixed amount from an enormous number changes nothing proportionally.
PICTURE. The ratios plotted as grows — all of them climb toward the red horizontal line at height .

Step 6 — Chunk : the exponential appears
WHAT. Chunk is the star of the show. Its limit is the definition of the exponential: This is the standard limit $\left(1+\frac{x}{n}\right)^n \to e^{x}$ with .
WHY this tool and not another? We are multiplying a number slightly less than 1 by itself times, while . Two runaway effects fight: the base (which would give ) and the exponent (which would give ). Neither wins outright — the tension between them lands on a precise finite number, and that number is defined to be . No other elementary function captures "shrinking base to the power of exploding exponent"; the exponential exists precisely to answer this question.
PICTURE. The value of (red curve) plotted against for , flattening onto the dashed line .

Step 7 — Chunk , and assemble the answer
WHAT. Chunk . Inside, , so the base ; raised to a fixed power , it stays . Now multiply the surviving pieces from Steps 4–6:
Reading the final formula term by term:
- — expected count raised to the number we asked about; more calls asked higher power.
- — the "nothing happened in the empty slots" factor, the fingerprint of the limit.
- — divides out the fact that the calls are indistinguishable in time (the survivor of ).
WHY it's legitimate. A finite product of limits equals the limit of the product (each chunk converges), so we may take limits chunk-by-chunk and multiply.
PICTURE. The finished Poisson bars for : the whole probability mass, one red bar per value of .

Step 8 — Edge and degenerate cases (never leave a gap)
WHAT & WHY & PICTURE, three cases:

The one-picture summary
The whole derivation in a single flow: chop time → Binomial → pin → three chunks → → Poisson. The one non-trivial limit (red) is the exponential.

Recall Feynman retelling — the whole walkthrough in plain words
Picture one minute where a phone might ring. I cannot handle "any instant," so I chop the minute into a huge number of tiny slots and say each slot is a coin flip — ring or silence. The chance of a ring per slot is , and I insist the average number of rings, , equals a fixed (say 3). As I chop finer and finer, each slot's ring-chance shrinks, but the total expected rings never changes. The exact Binomial answer splits into three pieces. Two of them are lazy — they just drift to as the slots multiply. The third piece, "all the silent slots multiplied together," is the interesting one: a number just under multiplied by itself infinitely often, landing exactly on . Multiply the survivors — , times , times , times — and out drops . Check it at : just , the chance nothing rings. Add all up: the exponential series rebuilds , cancels, gives . Perfect. That's Poisson: infinitely many microscopic coin flips, remembered by a single number .
Recall Quick self-test
Why must we hold fixed instead of just letting ? ::: Otherwise all rings vanish and ; fixing keeps a steady average so the limit is meaningful. Which of the three chunks gives the exponential, and what is its limit? ::: Chunk . What is for a Poisson? ::: . Why can chunk be sent to 1? ::: It is a product of ratios for fixed , and is fixed.