Binomial Distribution
Also known as: Bernoulli trials distribution
Flip a biased coin n times; the binomial distribution gives the probability of exactly k heads. Each specific sequence with k heads has probability p^k(1−p)^{n−k}, and there are C(n,k) such sequences. The distribution peaks near np, its mean, and spreads as √(np(1−p)). It's the discrete ancestor of the bell curve: for large n it becomes Gaussian (de Moivre–Laplace), and for rare events (small p, large n) it becomes Poisson.
The binomial probability bars shift and spread as you change the trial count and success probability.
Equivalent forms
The bridge distribution: counting problems in, and both the Gaussian and Poisson laws emerge in its limits.
Where it holds
Dimensional analysis
Jacob Bernoulli's posthumous 'Ars Conjectandi' (1713) systematized the distribution of successes in repeated trials and proved the law of large numbers for it. It was the first rigorous treatment of what we now call Bernoulli trials, foundational to all of probability.
- Quality control and defect-rate estimation
- Modeling detector counts and radioactive decay counts
- Polling and survey statistics
- The most probable k is ⌊(n+1)p⌋, not always exactly np
- Trials must be independent with fixed p — sampling without replacement gives the hypergeometric instead
- It is discrete; the Gaussian is only its large-n approximation
What if…
The binomial converges to the Poisson distribution with mean — the law of rare events.
It approaches a Gaussian with mean np and variance — the de Moivre–Laplace theorem.
Exactly 3 heads in 5 flips
- n:
- 5
- p:
- 0.5
- k:
- 3
- C(5,