1.3.10 · D5Probability & Statistics

Question bank — Common distributions (Bernoulli, Binomial, Poisson)

2,235 words10 min readBack to topic

This page is a concept gym for Common distributions (Bernoulli, Binomial, Poisson). Every item below is a question ::: answer reveal — read the left side, think, then check. None of these need a calculator; they attack the ideas, the assumptions, and the boundary cases where beginners slip.

Before we start, let's earn every symbol these questions will use. Nothing below appears in a question until it has a plain-word meaning and a legal set of values.

Now all three PMFs (probability mass functions), stated with their domains and the one-line reason each factor exists — so the intuition sits right next to the symbol:

The figure below draws all three shapes on one axis so you can see the domains: Bernoulli lives only on (two open squares), Binomial fills and then stops hard at , while Poisson (red) marches off to the right with no cap. Keep this picture in mind — several questions below hinge directly on it.

Figure — Common distributions (Bernoulli, Binomial, Poisson)

True or false — justify

A Binomial random variable can never be larger than
True. You count successes among exactly trials, so the count lives in — it is capped at . In the figure, the black Binomial stems end abruptly at .
A Poisson random variable has a largest possible value
False. Poisson allows with no upper limit; every count has some (shrinking) positive probability. The red stems in the figure keep going rightward — there is no "maximum number of errors."
A Bernoulli variable is just a Binomial with
True. One trial, count of successes = 0 or 1. Plugging into and recovers the Bernoulli mean and variance .
For a fair coin, the variance of a single flip is
True. gives , the maximum possible Bernoulli variance — maximum uncertainty at 50/50.
If mean equals variance, the data must be Poisson
False. Poisson forces , but the reverse isn't guaranteed — other distributions can accidentally match. It's a necessary clue, not a proof.
Increasing in a Binomial always increases the variance
False as stated — it needs the qualifier . For those , variance does grow linearly with . But at the boundaries or the factor , so for every — the count is fixed and never wobbles.
The Poisson PMF sums to 1 over all
True. , using the Taylor series for .
A Binomial with is a valid distribution
True but degenerate. Every trial fails, so and is always . Mean , variance : no randomness left.
Doubling doubles both the mean and the variance of a Poisson
True. Both equal , so scaling scales both identically. This is exactly the "mean variance" fingerprint at work.

Spot the error

", so is fine." — what's wrong?
is a count of successes, so must be a whole number in . There is no "1.5 successes"; the PMF is only defined on integers.
"For rare disease modelling I'll use Binomial with ." — what's the issue?
Not wrong, but the huge with tiny makes the binomial coefficient computationally brutal. Since is finite and is tiny, Poisson gives essentially the same answer far more cheaply.
"I flip a coin 10 times but chase losses (gambler's fallacy), still Binomial." — flaw?
Binomial requires independence. If your belief about trial depends on earlier results, the independence assumption is violated and the count is no longer Binomial.
"Poisson mean is , so variance must be ." — where's the slip?
For Poisson the variance is , not . Mean and variance are equal, which is the distribution's signature — don't confuse it with squaring the mean.
" works for any ." — the catch?
This Bernoulli PMF is only meaningful for ; the exponents are a trick to select or . Plug in and you get a meaningless number, not a probability.
"Binomial standard deviation is ." — mistake?
That's the variance. The standard deviation is its square root, — deviations are measured in the same units as the count, not squared units.
"For , because zero errors is impossible." — error?
, which is small but positive. A perfectly clean hour is unlikely, not impossible.

Why questions

Why does Bernoulli variance peak at ?
That's the point of maximum uncertainty — both outcomes equally likely, so you can least predict the result. Near or the outcome is nearly certain, so there's little to be surprised by.
Why is Binomial the sum of Bernoullis?
Counting successes over trials is literally adding up individual 0/1 indicators . This is why linearity of expectation gives mean instantly.
Why does the factor become in the Poisson limit?
It matches the classic limit with . This is the very definition of , and it's why the exponential appears in Poisson at all.
Why can't we add variances of trials unless they're independent?
The rule only holds when trials share no correlation. If they influence each other, cross-covariance terms appear and the neat breaks.
Why does Poisson need "events happen at a constant rate"?
The single parameter encodes one fixed average per interval. If the rate surges (e.g. traffic spikes at noon), one can't describe both quiet and busy periods, and the model misfits.
Why is needed at all in the Binomial PMF?
is the probability of one specific sequence of successes. There are many orderings that give successes, and counts them so we add up every arrangement.
Why does Poisson replace and with a single ?
In the rare-event limit only the product (expected count) survives — the individual values of and stop mattering. So we describe everything with one number.

Edge cases

What is and why?
It equals — there is exactly one way to choose zero successes (choose nothing). Using makes come out correctly for the Binomial.
What does equal, and where does it bite?
by convention (the empty product), which keeps well-defined for Poisson. Treating it as would wrongly blow the probability up.
What happens to a Binomial when ?
Every trial succeeds, so with probability 1. Mean , variance : fully certain, zero spread.
Is a Poisson with meaningful?
It degenerates: and all other counts have probability 0. A rate of zero means the event never occurs — consistent with allowing the boundary value.
Can be exactly and still give a skewed Binomial?
No. At the Binomial is perfectly symmetric about . Skew appears only when , leaning toward the more likely outcome.
What is the smallest possible value a Poisson variable can take, and can it be negative?
The smallest value is ; it can never be negative because you cannot count a negative number of events. Counts start at zero and go up.
If you flip one coin, why is Binomial variance formula still consistent?
With , , which is exactly the Bernoulli variance. The formulas dovetail because a single flip is the base case.

Recall Rapid self-check

Poisson has an upper bound on its count. ::: False — counts run to infinity. Binomial variance is . ::: False — that's the standard deviation; variance is . for Poisson equals . ::: True. Mean equals variance proves data is Poisson. ::: False — necessary clue, not proof. Increasing always raises Binomial variance. ::: False — only for ; at or variance stays .