Probability Distribution — Mean and Variance of Binomial

medium CBSE JEE-MAIN JEE Main 2024 4 min read

Question

A binomial distribution has n=10n = 10 trials and probability of success p=13p = \frac{1}{3}. 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 qq with pp.


Solution — Step by Step

From the problem: n=10n = 10, p=13p = \frac{1}{3}.

Since success and failure are complementary, q=1p=113=23q = 1 - p = 1 - \frac{1}{3} = \frac{2}{3}.

For a binomial distribution XB(n,p)X \sim B(n, p), the mean (expected value) is:

E(X)=npE(X) = np

Substituting: E(X)=10×13=103E(X) = 10 \times \frac{1}{3} = \boxed{\frac{10}{3}}

Variance for a binomial distribution is:

Var(X)=npq\text{Var}(X) = npq

Substituting: Var(X)=10×13×23=209\text{Var}(X) = 10 \times \frac{1}{3} \times \frac{2}{3} = \frac{20}{9}

Standard deviation =Var(X)=209=253= \sqrt{\text{Var}(X)} = \sqrt{\frac{20}{9}} = \frac{2\sqrt{5}}{3}.

JEE sometimes asks for SD instead of variance — always check what the question is asking for.

Final answers: Mean =103= \dfrac{10}{3}, Variance =209= \dfrac{20}{9}


Why This Works

Each trial in a binomial experiment is independent, with two outcomes: success (probability pp) or failure (probability q=1pq = 1-p). After nn such trials, we expect npnp successes on average — this is the mean. If p=13p = \frac{1}{3} and we run 10 trials, we expect roughly 3.333.33 successes.

The variance formula npqnpq captures spread. Notice that variance is maximised when p=q=12p = q = \frac{1}{2} (maximum uncertainty), and shrinks toward zero when pp is near 0 or 1 (almost certain outcome either way). This is why npqnpq has both pp and qq 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.

XB(n,p)X \sim B(n, p) E(X)=npVar(X)=npqSD=npqE(X) = np \qquad \text{Var}(X) = npq \qquad \text{SD} = \sqrt{npq}

where q=1pq = 1 - p


Alternative Method — Using First Principles

We can derive the mean from the definition E(X)=r=0nrP(X=r)E(X) = \sum_{r=0}^{n} r \cdot P(X = r).

E(X)=r=0nr(nr)prqnrE(X) = \sum_{r=0}^{n} r \cdot \binom{n}{r} p^r q^{n-r}

The r=0r = 0 term vanishes. For r1r \geq 1, use the identity r(nr)=n(n1r1)r\binom{n}{r} = n\binom{n-1}{r-1}:

E(X)=npr=1n(n1r1)pr1qnr=np(p+q)n1=npE(X) = np \sum_{r=1}^{n} \binom{n-1}{r-1} p^{r-1} q^{n-r} = np(p+q)^{n-1} = np

Since p+q=1p + q = 1, the sum collapses to 1. Same result, but now you see why the formula is npnp — 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 = λ\lambda) carry that instinct into binomial problems. For binomial, mean and variance are not equal unless q=1q = 1, which is impossible. Always write Var(X)=npq\text{Var}(X) = npq — the qq is not optional.

Another version of this mistake: computing qq as p1p\frac{p}{1-p} instead of 1p1 - p. Keep it simple: q=1pq = 1 - p, nothing more.


Quick Sanity Check: Variance must always be less than or equal to the mean for a binomial distribution, because Var(X)=npq=npqnp=E(X)\text{Var}(X) = npq = np \cdot q \leq np = E(X) (since q1q \leq 1). If your variance comes out larger than your mean, something went wrong.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next