Intuition The big picture (WHY these five exist)
Almost every "count" question in probability is one of five flavours of the same single trial : a coin flip with success probability p p p .
Bernoulli — flip the coin once . (the atom)
Binomial — flip n n n fixed times, count successes.
Geometric — flip until the first success, count trials.
Negative Binomial — flip until the r r r -th success, count trials/failures.
Poisson — what Binomial becomes when n → ∞ n\to\infty n → ∞ , p → 0 p\to0 p → 0 but the average n p = λ np=\lambda n p = λ stays fixed (rare events over a continuum).
Learn the Bernoulli atom + the counting argument and the other four fall out for free. That is the 80/20 of this whole topic.
( p ) (p) ( p )
A random variable X ∈ { 0 , 1 } X\in\{0,1\} X ∈ { 0 , 1 } with
P ( X = 1 ) = p , P ( X = 0 ) = 1 − p = q . P(X=1)=p,\qquad P(X=0)=1-p=q. P ( X = 1 ) = p , P ( X = 0 ) = 1 − p = q .
It models a single trial with two outcomes: "success" (1) and "failure" (0).
If I do n n n independent Bernoulli trials, any specific sequence with k k k successes has probability p k q n − k p^k q^{n-k} p k q n − k (multiply independent probabilities). But there are many sequences with k k k successes — exactly ( n k ) \binom{n}{k} ( k n ) ways to choose which trials succeeded. Add them up.
( n , p ) (n,p) ( n , p )
X = X= X = number of successes in n n n independent Bernoulli( p ) (p) ( p ) trials.
P ( X = k ) = ( n k ) p k q n − k , k = 0 , 1 , … , n . P(X=k)=\binom{n}{k}p^k q^{\,n-k},\qquad k=0,1,\dots,n. P ( X = k ) = ( k n ) p k q n − k , k = 0 , 1 , … , n .
Worked example Faulty bulbs
10 bulbs, each defective with p = 0.1 p=0.1 p = 0.1 . P(exactly 2 defective)?
P ( X = 2 ) = ( 10 2 ) ( 0.1 ) 2 ( 0.9 ) 8 . P(X=2)=\binom{10}{2}(0.1)^2(0.9)^8. P ( X = 2 ) = ( 2 10 ) ( 0.1 ) 2 ( 0.9 ) 8 .
Why this step? ( 10 2 ) = 45 \binom{10}{2}=45 ( 2 10 ) = 45 chooses which 2 bulbs are defective; ( 0.1 ) 2 (0.1)^2 ( 0.1 ) 2 for those two, ( 0.9 ) 8 (0.9)^8 ( 0.9 ) 8 for the other eight.
= 45 ⋅ 0.01 ⋅ 0.4305 ≈ 0.194. =45\cdot0.01\cdot0.4305\approx 0.194. = 45 ⋅ 0.01 ⋅ 0.4305 ≈ 0.194.
q k − 1 p q^{k-1}p q k − 1 p
To get the first success on trial k k k , the first k − 1 k-1 k − 1 trials must all fail (q k − 1 q^{k-1} q k − 1 ) and trial k k k must succeed (p p p ). No "choose" — the position of the success is fixed (it's the last one).
( p ) (p) ( p ) (trials-counting convention)
X = X= X = trial number of the first success.
P ( X = k ) = q k − 1 p , k = 1 , 2 , 3 , … P(X=k)=q^{\,k-1}p,\qquad k=1,2,3,\dots P ( X = k ) = q k − 1 p , k = 1 , 2 , 3 , …
Intuition Memorylessness — the unique fingerprint
Geometric is the only discrete distribution with P ( X > m + n ∣ X > m ) = P ( X > n ) P(X>m+n\mid X>m)=P(X>n) P ( X > m + n ∣ X > m ) = P ( X > n ) : past failures don't change your future. The coin has no memory.
Definition Negative Binomial
( r , p ) (r,p) ( r , p )
X = X= X = number of trials to obtain the r r r -th success.
P ( X = k ) = ( k − 1 r − 1 ) p r q k − r , k = r , r + 1 , … P(X=k)=\binom{k-1}{r-1}p^r q^{\,k-r},\qquad k=r,r+1,\dots P ( X = k ) = ( r − 1 k − 1 ) p r q k − r , k = r , r + 1 , …
( k − 1 r − 1 ) \binom{k-1}{r-1} ( r − 1 k − 1 ) and not ( k r ) \binom{k}{r} ( r k )
The k k k -th trial must be a success (it's the r r r -th one — that's the stopping event). So we only freely arrange the remaining r − 1 r-1 r − 1 successes among the first k − 1 k-1 k − 1 trials: ( k − 1 r − 1 ) \binom{k-1}{r-1} ( r − 1 k − 1 ) . Then p r p^r p r for all r r r successes, q k − r q^{k-r} q k − r for the failures.
Note: Geometric is exactly Negative Binomial with r = 1 r=1 r = 1 .
Intuition WHERE it comes from
Take Binomial( n , p ) (n,p) ( n , p ) , let n → ∞ n\to\infty n → ∞ and p → 0 p\to0 p → 0 but hold the expected count n p = λ np=\lambda n p = λ fixed. Many opportunities, each tiny chance — calls to a call-centre per minute, typos per page, decays per second.
Worked example Call centre
Average λ = 3 \lambda=3 λ = 3 calls/min. P(exactly 5 calls in a minute)?
P ( X = 5 ) = 3 5 e − 3 5 ! = 243 e − 3 120 ≈ 0.101. P(X=5)=\frac{3^5 e^{-3}}{5!}=\frac{243\,e^{-3}}{120}\approx 0.101. P ( X = 5 ) = 5 ! 3 5 e − 3 = 120 243 e − 3 ≈ 0.101.
Why λ = 3 \lambda=3 λ = 3 directly? The minute is the unit over which the rate is given, so λ \lambda λ is just the average for that window.
Dist.
P ( X = k ) P(X=k) P ( X = k )
Mean
Variance
Counts
Bernoulli( p ) (p) ( p )
p k q 1 − k p^k q^{1-k} p k q 1 − k , k ∈ { 0 , 1 } k\in\{0,1\} k ∈ { 0 , 1 }
p p p
p q pq pq
1 trial
Binomial( n , p ) (n,p) ( n , p )
( n k ) p k q n − k \binom{n}{k}p^kq^{n-k} ( k n ) p k q n − k
n p np n p
n p q npq n pq
successes in n n n
Geometric( p ) (p) ( p )
q k − 1 p q^{k-1}p q k − 1 p
1 / p 1/p 1/ p
q / p 2 q/p^2 q / p 2
trials to 1st success
Neg.Bin.( r , p ) (r,p) ( r , p )
( k − 1 r − 1 ) p r q k − r \binom{k-1}{r-1}p^rq^{k-r} ( r − 1 k − 1 ) p r q k − r
r / p r/p r / p
r q / p 2 rq/p^2 r q / p 2
trials to r r r -th success
Poisson( λ ) (\lambda) ( λ )
λ k e − λ / k ! \lambda^k e^{-\lambda}/k! λ k e − λ / k !
λ \lambda λ
λ \lambda λ
rare events / unit
Common mistake Steel-manned common errors
(a) Using ( k r ) \binom{k}{r} ( r k ) for Negative Binomial. Why it feels right: "I'm choosing r r r successes out of k k k trials." The fix: the last trial is forced to be the stopping success, so only r − 1 r-1 r − 1 successes are free among k − 1 k-1 k − 1 trials → ( k − 1 r − 1 ) \binom{k-1}{r-1} ( r − 1 k − 1 ) .
(b) Adding variances without independence. Why it feels right: means add freely, so variances "should" too. Fix: Var ( X + Y ) = Var X + Var Y + 2 Cov ( X , Y ) \operatorname{Var}(X+Y)=\operatorname{Var}X+\operatorname{Var}Y+2\operatorname{Cov}(X,Y) Var ( X + Y ) = Var X + Var Y + 2 Cov ( X , Y ) ; the cross term vanishes only when independent.
(c) Poisson with a mismatched window. Why it feels right: you grab the rate number blindly. Fix: scale λ \lambda λ to the interval. Rate 3/min over 2 min ⇒ use λ = 6 \lambda=6 λ = 6 , not 3.
(d) Off-by-one in Geometric. Two conventions exist: "number of trials" (k ≥ 1 k\ge1 k ≥ 1 , mean 1 / p 1/p 1/ p ) vs "number of failures before success" (k ≥ 0 k\ge0 k ≥ 0 , mean q / p q/p q / p ). State which one you use!
Recall Feynman: explain to a 12-year-old
Imagine flipping a slightly-bent coin that lands heads (=win) sometimes.
Bernoulli: one flip — did you win? Yes/no.
Binomial: flip exactly 10 times — how many wins?
Geometric: keep flipping until your first win — how long did it take?
Negative Binomial: keep flipping until your 5th win.
Poisson: instead of flips, count how many shooting stars you see in an hour when each second the chance is tiny but the night is long.
Same coin, different questions . That's all five distributions.
Mnemonic BIG-PN ordering by "when do I stop?"
B ernoulli (1 flip) → B inomial (stop at fixed n n n ) → G eometric (stop at 1st success) → N egBin (stop at r r r -th success) → P oisson (never stop counting — continuous time, rare hits).
Memory line: "Be In Good Numbers, Please" — Bernoulli, Binomial, Geometric, NegBin, Poisson.
Bernoulli mean and variance E [ X ] = p E[X]=p E [ X ] = p ,
Var = p q \operatorname{Var}=pq Var = pq (using
X 2 = X X^2=X X 2 = X ).
Why does the Binomial PMF have a ( n k ) \binom{n}{k} ( k n ) ? Each specific sequence of
k k k successes has prob
p k q n − k p^kq^{n-k} p k q n − k ; there are
( n k ) \binom{n}{k} ( k n ) such sequences, so we sum them.
Binomial mean and variance n p np n p and
n p q npq n pq (sum of
n n n i.i.d. Bernoullis).
Geometric PMF (trials convention) P ( X = k ) = q k − 1 p P(X=k)=q^{k-1}p P ( X = k ) = q k − 1 p ,
k ≥ 1 k\ge1 k ≥ 1 .
Geometric mean 1 / p 1/p 1/ p (derived from
∑ k x k − 1 = 1 / ( 1 − x ) 2 \sum kx^{k-1}=1/(1-x)^2 ∑ k x k − 1 = 1/ ( 1 − x ) 2 ).
Which distribution is memoryless? The Geometric (discrete) — only one with
P ( X > m + n ∣ X > m ) = P ( X > n ) P(X>m+n\mid X>m)=P(X>n) P ( X > m + n ∣ X > m ) = P ( X > n ) .
Negative Binomial PMF ( k − 1 r − 1 ) p r q k − r \binom{k-1}{r-1}p^rq^{k-r} ( r − 1 k − 1 ) p r q k − r ,
k ≥ r k\ge r k ≥ r .
Why ( k − 1 r − 1 ) \binom{k-1}{r-1} ( r − 1 k − 1 ) not ( k r ) \binom{k}{r} ( r k ) for NegBin? The
k k k -th trial is forced to be the
r r r -th success (stopping event); only
r − 1 r-1 r − 1 successes arrange among first
k − 1 k-1 k − 1 trials.
NegBin mean and variance r / p r/p r / p and
r q / p 2 rq/p^2 r q / p 2 (sum of
r r r Geometrics).
Poisson PMF λ k e − λ / k ! \lambda^k e^{-\lambda}/k! λ k e − λ / k ! ,
k ≥ 0 k\ge0 k ≥ 0 .
Poisson as a limit of what? Binomial
( n , p ) (n,p) ( n , p ) with
n → ∞ n\to\infty n → ∞ ,
p → 0 p\to0 p → 0 ,
n p = λ np=\lambda n p = λ fixed.
Poisson mean and variance Key Poisson signature mean = variance.
Geometric is NegBin with which r r r ? When can you add variances? Only when the variables are independent (covariance term vanishes).
Bernoulli trial — the shared atom of all five
Expectation and Variance — every formula here is derived from these definitions
Linearity of expectation — gives Binomial/NegBin means instantly
Geometric series and its derivative — engine behind Geometric mean
Limit e^x as (1+x/n)^n — engine behind the Poisson derivation
Poisson process — continuous-time origin of the Poisson distribution
Memorylessness — links Geometric (discrete) and Exponential distribution (continuous)
Moment generating functions — alternative unified route to all these moments
Bernoulli p - single trial
Intuition Hinglish mein samjho
Dekho, in paanchon distributions ko alag-alag yaad karne ki zaroorat nahi hai — sab ek hi cheez par based hain: ek "coin flip" jiska success probability p p p hai. Isko Bernoulli kehte hain — sirf ek baar flip, win ya lose. Bas yahi atom hai, baaki sab isi se bante hain.
Ab sawaal badalta hai: agar main coin ko fixed n n n baar flip karun aur wins ginun, woh Binomial hai — isme ( n k ) \binom{n}{k} ( k n ) aata hai kyunki kaunse trials win hue woh choose karna padta hai. Agar main flip karta rahun jab tak pehla win na aaye, woh Geometric hai (average wait 1 / p 1/p 1/ p — jaise dice pe 6 aane ke liye average 6 throws). Aur agar r r r -th win tak rukun, toh woh Negative Binomial hai (Geometric ka r r r guna).
Poisson thoda alag feel hota hai par actually woh Binomial ka hi limit hai: jab n n n bahut bada ho aur p p p bahut chhota, par average n p = λ np=\lambda n p = λ fixed ho — jaise ek minute mein call-centre pe calls. Iska formula λ k e − λ / k ! \lambda^k e^{-\lambda}/k! λ k e − λ / k ! aata hai, aur iski khaas baat: mean aur variance dono λ \lambda λ ke barabar hote hain.
Why ye important hai? Real-world counting problems — defective items, calls per minute, attempts till success — sab inhi mein fit ho jaate hain. Ek galti se bacho: Poisson mein λ \lambda λ ko time-window ke hisaab se scale karo (3/min × 2 min = 6), aur Negative Binomial mein ( k − 1 r − 1 ) \binom{k-1}{r-1} ( r − 1 k − 1 ) likho, ( k r ) \binom{k}{r} ( r k ) nahi, kyunki last trial toh forced success hota hai.