Class 12 Statistics Notes · GSEB
Binomial Distribution
Binomial Distribution — apply the formula P(X = x) = nCx · p^x · q^(n−x) to compute probabilities in repeated Bernoulli trials. GSEB Class 12 Commerce Statistics notes with interactive calculator.
Last updated: 22 Sep 2026
Notes
The Binomial Distribution
Understanding the Formula
{n}C{x}
Number of ways to choose which x trials are successes out of n total trials.
C = n! / (x! × (n−x)!)
p^x
Probability of x successes. Each success contributes a factor of p.
q^{n-x}
Probability of (n − x) failures. Each failure contributes a factor of q = 1 − p.
Try It: Interactive Calculator
Adjust n and p with the sliders. Click any probability bar to see the full calculation.
| x | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| P(X = x) | 0.1250 | 0.3750 | 0.3750 | 0.1250 |
nCx(0)
1
ΣP(x)
1.0000
Mean μ
1.50
Variance σ²
0.75
Solved Examples
Solved Example
Problem
Solution
P(X = 2) = 0.375
Solved Example
Problem
Solution
P(X = 2) = 150/1296 ≈ 0.1157
Solved Example
Problem
Solution
P(X = 4) = 0.4096
Conditions for Binomial Distribution
All four conditions must hold
- Fixed number of trials (n is known in advance)
- Two outcomes only — success or failure
- Independent trials — one result doesn't affect another
- Constant probability — p stays the same for every trial
If any condition fails, the binomial distribution does NOT apply.
Key Takeaways
Key Takeaways
- P(X = x) = ⁿCₓ · pˣ · qⁿ⁻ˣ — the binomial probability formula.
- X ~ B(n, p) means X follows a binomial distribution with n trials and success probability p.
- nCx counts the number of ways to arrange x successes in n trials.
- X can take values 0, 1, 2, ..., n. ΣP(X = x) for x = 0 to n always equals 1.
- Four conditions: fixed n, two outcomes, independent trials, constant p.
Practice
- Five coins are tossed. Find P(X = 3) where X = number of heads.
- A bag has 60% red balls. 3 balls are drawn with replacement. Find P(all 3 are red).
- Why does the binomial distribution require replacement (or a very large population)?