MathematicsStatisticsMedium

Binomial Distribution

Also known as:Bernoulli distribution (n=1 case)binomial probability

The binomial distribution models the number of successes in a fixed number of independent Bernoulli trials, each with the same probability of success. It is a discrete probability distribution characterised by two parameters: n (number of trials) and p (probability of success on each trial). It is widely used in quality control, clinical trials, and survey analysis.

Key Formula

P(X = k) = C(n,k) × p^k × (1-p)^(n-k)

LaTeX: P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}

SymbolMeaningUnit
nnumber of independent trialsunitless
knumber of successesunitless
pprobability of success on a single trialunitless
\binom{n}{k}binomial coefficient (n choose k)unitless

Worked Example

Problem

A quality inspector checks 5 items from a batch where each item has a 20% defect rate. What is the probability that exactly 2 items are defective?

Solution

Step 1: Identify parameters: n = 5, k = 2, p = 0.20. Step 2: Calculate the binomial coefficient: C(5,2) = 5! / (2! × 3!) = 10. Step 3: Calculate p^k: (0.20)^2 = 0.04. Step 4: Calculate (1-p)^(n-k): (0.80)^3 = 0.512. Step 5: Multiply: P(X = 2) = 10 × 0.04 × 0.512 = 0.2048.

Answer

P(X = 2) = 0.2048, or about 20.5%

Properties of the Binomial Distribution (n = 10, p = 0.3)

PropertyFormulaValue (n=10, p=0.3)Interpretation
Meanμ = np3Expected number of successes
Varianceσ² = np(1−p)2.1Spread of outcomes
Std Deviationσ = √(np(1−p))≈ 1.449Typical deviation from mean
Modefloor((n+1)p)3Most likely outcome
Skewness(1−2p)/√(np(1−p))≈ +0.276Slight right skew when p < 0.5

Interactive Tools

Desmos — Binomial Distribution

Open Tool

Wolfram Alpha — Binomial Distribution

Open Tool

Khan Academy — Binomial Distribution

Open Tool
Probability mass function of the binomial distribution for various n and p

Wikimedia Commons, CC BY-SA

Related Terms

From Latin bi- (two) and nomen (name), referring to the two-term expansion (success/failure). The distribution was studied by Jacob Bernoulli in Ars Conjectandi (1713) and named by Abraham de Moivre.

binomialdiscrete distributionprobabilitystatisticscombinatorics