MHT-CET Maths · Binomial Distribution
Mean, Variance and Standard Deviation of a Binomial Variable
For X ~ B(n, p) you never build the distribution table — the mean is np, the variance is npq, and the standard deviation is √(npq); these three shortcuts answer almost every MHT-CET question on the topic.
Why this matters
This subtopic is pure formula-recall turned into arithmetic: 15 PYQs sit here (8 EASY, 5 MODERATE, 2 HARD). The EASY band is direct np or npq once you read n and p off a with-replacement or coin-toss setup; the MODERATE and HARD bands reverse the process — given the mean and the variance you recover n and p, then compute a tail probability like P(X ≥ 1). The single most reliable check across every question is that the variance npq is always LESS than the mean np (because q < 1) — an answer with variance ≥ mean is wrong on sight.
Concept 1 of 4
The Mean of a Binomial Variable is np
Intuition
Definition
For a binomial variable with :
- Mean (expected value): .
- This is the number of trials times the single-trial success probability — it needs no summation, no table.
- The mean is the balance point of the distribution: for it sits at the centre .
Mean of a binomial variable
- nnumber of independent trials
- pprobability of success on a single trial
- qprobability of failure, q = 1 − p
Worked example
- This is with , .
- Mean .
- So .
Practice this concept4 quick reps
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Give the mean of .
- 2.A die is rolled 12 times; X = number of sixes. Find the mean.
- 3.For , where does the mean sit?
- 4.State the mean of a binomial variable in words.
The mean is np, never p or p^n
'With replacement' is what makes the trials binomial
Concept 2 of 4
Variance is npq and Standard Deviation is the Square Root of npq
Intuition
Definition
For with :
- Variance: .
- Standard deviation: .
- Key inequality: since , we always have , i.e. variance is always less than the mean for a binomial variable.
You can also get the variance the long way via , but for a genuine binomial is far faster.
Variance and standard deviation of a binomial variable
- nnumber of independent trials
- psuccess probability, q = 1 − p
- npqthe variance — always less than the mean np
Visualization · mean np at the centre, spread √(npq)
For B(10, 0.4): mean np = 4 (the dashed centre), variance npq = 2.4, so σ = √2.4 ≈ 1.55 (the shaded band). Notice σ² = 2.4 is less than the mean 4 — the variance npq is always below the mean np because q < 1, a quick sanity check on any answer.
Worked example
- A multiple of 3 on a die is , so , , .
- Variance .
- Standard deviation .
- Check: mean , and variance , as required.
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Find the variance of .
- 2.Find the SD of .
- 3.For , state the mean and variance.
- 4.Can a binomial variable have mean 3 and variance 4?
From the bank · past-year question
[Q150 · 16th May Shift 1 · 2023]
Variance is npq, not np or npq^2
Variance is always smaller than the mean for a binomial variable
SD is the square root of the variance, not of npq-then-forgotten
Concept 3 of 4
Recovering n and p from the Mean and Variance
Intuition
Definition
Given a binomial's mean and variance, recover the parameters:
- Divide variance by mean: , so .
- Then and .
- With and known you can compute any probability, e.g. , , or a lower tail .
Recover q, then p and n
Visualization · "at least 6 heads" is the shaded tail
Counts are C(8, k), each over a total of 2⁸ = 256. The shaded bars k = 6, 7, 8 give P(X ≥ 6) = (28 + 8 + 1)/256 = 37/256. Here the complement P(X ≤ 5) has six terms, so summing the three-bar tail directly is the shorter route.
Worked example
- Divide: .
- So .
- And .
- Then .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Mean 8, variance 4: find q.
- 2.Mean 8, variance 4: find n.
- 3.Mean 2, variance 1: find n and p.
- 4.For , evaluate .
From the bank · past-year question
[Q138 · 9th May Shift 1 · 2023]
Divide variance by mean to get q — not p
P(X = 0) is q^n, and P(X ≥ 1) = 1 − q^n
For a lower tail sum the terms up to r, then divide by 2^n only if p = 1/2
Concept 4 of 4
Solving When the Mean and Variance are Combined into One Equation
Intuition
Definition
When the data is a combination of mean and variance for a known n:
- Write **mean and variance **, with the given substituted in.
- Sum condition: ; replace and solve.
- The result is an equation in alone (frequently a quadratic). **Reject any root with or ** — a probability must lie in .
- Once is fixed, back-substitute to report whichever quantity is asked (the variance, , etc.).
Sum of mean and variance
Worked example
- Mean , variance , so sum .
- Divide by 6: , i.e. .
- Rearrange: , so (reject ).
- Variance .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.For 10 trials, mean + variance . Find q.
- 2.For 10 trials with , find the variance.
- 3.Solve for a probability.
- 4.Why reject a root p > 1 in these problems?
From the bank · past-year question
[Q146 · 10th May Shift 2 · 2024]
Substitute q = 1 − p to reduce the sum to a single-variable equation
Reject the root outside [0, 1]
Read whether p, q, or the variance is being asked
Summary — formulas & gotchas at a glance
A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.
Formulas (4)
- The Mean of a Binomial Variable is np
Mean of a binomial variable
- Variance is npq and Standard Deviation is the Square Root of npq
Variance and standard deviation of a binomial variable
- Recovering n and p from the Mean and Variance
Recover q, then p and n
- Solving When the Mean and Variance are Combined into One Equation
Sum of mean and variance
Watch out for (11)
- The mean is np, never p or p^n→ The Mean of a Binomial Variable is np
- 'With replacement' is what makes the trials binomial→ The Mean of a Binomial Variable is np
- Variance is npq, not np or npq^2→ Variance is npq and Standard Deviation is the Square Root of npq
- Variance is always smaller than the mean for a binomial variable→ Variance is npq and Standard Deviation is the Square Root of npq
- SD is the square root of the variance, not of npq-then-forgotten→ Variance is npq and Standard Deviation is the Square Root of npq
- Divide variance by mean to get q — not p→ Recovering n and p from the Mean and Variance
- P(X = 0) is q^n, and P(X ≥ 1) = 1 − q^n→ Recovering n and p from the Mean and Variance
- For a lower tail sum the terms up to r, then divide by 2^n only if p = 1/2→ Recovering n and p from the Mean and Variance
- Substitute q = 1 − p to reduce the sum to a single-variable equation→ Solving When the Mean and Variance are Combined into One Equation
- Reject the root outside [0, 1]→ Solving When the Mean and Variance are Combined into One Equation
- Read whether p, q, or the variance is being asked→ Solving When the Mean and Variance are Combined into One Equation
Mastery check — 5 interleaved questions
Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.
[Q150 · 3rd May Shift 2 · 2023]
[Q111 · 11th May Shift 2 · 2024]
[Q124 · 13th May Shift 2 · 2024]
[Q133 · 9th May Shift 1 · 2024]
[Q142 · 9th May Shift 2 · 2023]
Drill every past-year question on this subtopic
15 questions from the bank — paginated, with cart and Word-export support.