Question
A binomial distribution has trials and probability of success . Find the mean and variance of the distribution.
This type appeared in JEE Main 2024 — straightforward formula application, but students consistently lose marks by confusing with .
Solution — Step by Step
From the problem: , .
Since success and failure are complementary, .
For a binomial distribution , the mean (expected value) is:
Substituting:
Variance for a binomial distribution is:
Substituting:
Standard deviation .
JEE sometimes asks for SD instead of variance — always check what the question is asking for.
Final answers: Mean , Variance
Why This Works
Each trial in a binomial experiment is independent, with two outcomes: success (probability ) or failure (probability ). After such trials, we expect successes on average — this is the mean. If and we run 10 trials, we expect roughly successes.
The variance formula captures spread. Notice that variance is maximised when (maximum uncertainty), and shrinks toward zero when is near 0 or 1 (almost certain outcome either way). This is why has both and in it — both probabilities contribute to uncertainty.
These two results are worth memorising as a pair. In board exams, even a 1-mark MCQ can test this directly. In JEE, you’ll need them inside longer problems involving moment generating functions or inequality questions.
where
Alternative Method — Using First Principles
We can derive the mean from the definition .
The term vanishes. For , use the identity :
Since , the sum collapses to 1. Same result, but now you see why the formula is — it falls directly out of the binomial theorem.
You won’t need this derivation in JEE Main, but it appears in proofs asked in board exams (CBSE Class 12 Chapter 13). If the question says “derive the mean of a binomial distribution,” this is the method to show.
Common Mistake
Writing Var(X) = np instead of npq. Students who’ve just finished Poisson distribution (where mean = variance = ) carry that instinct into binomial problems. For binomial, mean and variance are not equal unless , which is impossible. Always write — the is not optional.
Another version of this mistake: computing as instead of . Keep it simple: , nothing more.
Quick Sanity Check: Variance must always be less than or equal to the mean for a binomial distribution, because (since ). If your variance comes out larger than your mean, something went wrong.