Question bank — Binomial distribution — PMF, mean, variance
This page is a child of Binomial distribution — PMF, mean, variance. It leans on Bernoulli distribution, Linearity of expectation, Variance and covariance, the Binomial Theorem, and the boundary neighbours Poisson distribution, Normal approximation to binomial, and Hypergeometric distribution.
True or false — justify
Recall The mean of a binomial is always an integer because it counts successes.
False. The count is always an integer, but its average need not be. Example: gives mean — an average nobody ever actually observes. ::: False — is an average, so values like are fine even though each individual outcome is a whole number of successes.
Recall If
then . ::: True — "number of successes" and "number of failures" swap roles; failures happen with probability on the same independent trials, so is binomial with success prob .
Recall Doubling
doubles both the mean and the standard deviation. ::: False — the mean doubles, but SD is , so doubling multiplies SD by only . Spread grows slower than the mean, which is why large samples get proportionally "tighter."
Recall For fixed
, variance is largest exactly when the mean is largest. ::: False — the mean grows all the way to as , but variance peaks at and collapses to at . Maximum spread and maximum mean live at different .
Recall A binomial random variable can take negative values if
is small. ::: False — counts successes, so it lives on regardless of . A small just piles probability near , never below it.
Recall Adding two independent binomials
gives . ::: True — but only because they share the same . Then it's just one big pool of independent trials with common success prob . With different 's the sum is not binomial at all.
Recall
and are always equal for a binomial. ::: False in general — they are equal only when , where the distribution is symmetric. For the factor is unbalanced, so the two probabilities differ.
Recall The most likely single value of
is always the one nearest . ::: True (with a caveat) — the mode is , which sits at or right next to . When is a whole number there are two adjacent equally-likely modes.
Spot the error
Recall "Since each of 4 quizzes is passed with
, the chance of passing all four is ." ::: Probabilities never exceed , so is nonsense. You multiply independent probabilities, not add: . Adding is the error of confusing "all of" (AND → product) with expected count.
Recall "
because that's the probability of three successes then failures." ::: That's the probability of one specific ordering. Many orderings give exactly 3 successes, so you must multiply by to count them all. Dropping is the single most common PMF mistake.
Recall "Var
, so the standard deviation is too." ::: SD is the square root of variance: . Reporting the variance itself as SD confuses the two — and gives the wrong units of spread.
Recall "I'll use
for the number of aces in a 5-card poker hand." ::: Drawing without replacement means changes after each card, so trials are dependent — this is hypergeometric, not binomial. Also the number of trials is draws, not .
Recall "The mean is
because both mean and variance are built from ." ::: The mean is with no factor — it comes from linearity of expectation, where each trial adds on average. Only the variance carries the extra .
Recall "For 'at least one success' I sum
; there's no shortcut." ::: There is: . The complement replaces a long sum with one subtraction. Missing this is a work-efficiency trap, not a correctness one.
Recall "Since expectation needs independence,
only holds when trials are independent." ::: Linearity of expectation holds even for dependent variables, so needs no independence. It's the variance formula that requires independence (so covariances vanish).
Why questions
Recall Why does the variance need independence but the mean does not?
::: always (linearity). But ; only independence forces every covariance to so the variances simply add.
Recall Why is variance maximised at
? ::: is a downward parabola in , peaking at . Intuitively, is maximal uncertainty — you truly cannot predict a single trial — while or are certain, so their spread is zero.
Recall Why does the
appear, and why exactly that formula? ::: It counts how many arrangements of successes among ordered trials exist; each arrangement has the identical probability , so we multiply by the count. is the number of ways to choose which slots succeed.
Recall Why does the PMF sum to exactly
? ::: Summing over all is the Binomial Theorem expansion of . The algebra of the binomial expansion is literally the same bookkeeping as the probabilities.
Recall Why is a single Bernoulli trial's variance
and not something with a square root? ::: For an indicator , , so and . The shortcut is what makes it so clean.
Recall Why can the binomial be approximated by a Normal for large
? ::: is a sum of many independent identical Bernoullis, so the Central Limit Theorem pulls its shape toward a bell curve — the Normal approximation to binomial with matching mean and variance .
Recall Why does the binomial become Poisson in the "rare event, many trials" regime?
::: When and with held fixed, the formula limits to — the Poisson distribution. It describes counts of rare successes over many chances.
Edge cases
Recall What does
reduce to? ::: A single Bernoulli trial: is with prob and with prob . Mean , variance — the atomic building block of every binomial.
Recall What is the distribution when
? ::: is with certainty — no trial can succeed. Mean and variance ; the "randomness" has vanished entirely.
Recall What is the distribution when
? ::: with certainty — every trial succeeds. Mean , variance . Again a degenerate, spike distribution with no spread.
Recall What is
and in general? ::: (all failures) and (all successes), since leaves a single ordering each.
Recall What happens to
— zero trials? ::: The only possible value is , with probability . Mean and variance are both ; there is nothing to count. A valid but trivial degenerate case.
Recall Can two different
pairs give the same mean but wildly different spread? ::: Yes — and both have mean , but the first has variance while the second has variance . Equal means say nothing about shape.
Connections
- Bernoulli distribution — the edge case every trap above reduces to.
- Linearity of expectation — the reason the mean ignores independence.
- Variance and covariance — the reason variance does not.
- Binomial Theorem — why the probabilities sum to one.
- Poisson distribution — the rare-event limiting edge case.
- Normal approximation to binomial — the large- limiting shape.
- Hypergeometric distribution — the "without replacement" trap.