TL;DR
The distribution of the number of successes in n independent Bernoulli trials: \( P(X=k) = \binom{n}{k} p^k (1-p)^{n-k} \). Mean is np, variance is np(1-p).
Binomial Distribution
The distribution of the number of successes in n independent Bernoulli trials: \( P(X=k) = \binom{n}{k} p^k (1-p)^{n-k} \). Mean is np, variance is np(1-p).
Why it matters for interviews
Foundation for discrete probability, the binomial tree pricing model, and counting problems. Interview questions frequently involve computing binomial probabilities, deriving moments, and connecting to the normal via CLT.
Definition and Mathematical Foundation
The distribution of the number of successes in n independent Bernoulli trials: \( P(X=k) = \binom{n}{k} p^k (1-p)^{n-k} \). Mean is np, variance is np(1-p).
Application in Quantitative Finance
Foundation for discrete probability, the binomial tree pricing model, and counting problems. Interview questions frequently involve computing binomial probabilities, deriving moments, and connecting to the normal via CLT.
Related Terms
Ready to practice for the Quant Trading Interview?
Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.
Start free practice →