What are the mean and variance of a binomial distribution, and how do the parameters n and p shape it?
Find and apply the mean np and variance np(1-p) of a binomial distribution and describe the effect of n and p on its shape
WACE Year 12 Mathematics Methods Unit 3 mean and variance of the binomial distribution: the formulas np and np(1-p), the standard deviation, the effect of n and p on shape and skew, with worked SCSA-style examples.
✦ Generated by Claude Opus 4.8·8 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
SCSA Unit 3 asks you to find the summary measures of the binomial distribution and to describe how its two parameters shape it. This dot point is examined in both sections of the WACE written examination, including questions that solve for n or p from a given mean or variance.
Mean and variance formulas
A binomial variable is the sum of n independent Bernoulli trials, each with mean p and variance p(1−p). Summing n of them multiplies both by n.
Solving for a parameter
Because the mean and variance depend on n and p, you can recover a parameter from a given summary measure. If the mean is known you can find p from np, or combine the mean and variance: dividing E(X)Var(X)=npnp(1−p)=1−p isolates p directly.
Where the variance is largest
Because Var(X)=np(1−p), for a fixed n the spread is greatest when p(1−p) is greatest, which happens at p=0.5. A fair process therefore carries the most uncertainty, while a process with p near 0 or 1 is nearly certain and has small variance. This explains why political polls (with proportions near 0.5) need larger samples to achieve a given precision than surveys about rare events.
Effect of n and p on shape
The parameter p controls symmetry: at p=0.5 the distribution is symmetric; for p<0.5 it is skewed right, and for p>0.5 it is skewed left. Increasing n raises the mean np and the spread, and the distribution becomes more bell-shaped, which is why a binomial with large n is well approximated by a normal distribution. A common rule of thumb is that the normal approximation is reasonable when both np and n(1−p) exceed about 5, because then the distribution is far enough from either boundary at 0 or n to be roughly symmetric. This connection prepares the way for the sample-proportion work in Unit 4, where a binomial count is rescaled and treated as approximately normal.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20225 marksCalculator-assumed. A binomial random variable X has mean 9 and variance 6.3. (a) Find the values of n and p. (b) Hence find P(X=9).
Show worked answer →
A solve-for-parameters question.
(a) Use the ratio E(X)Var(X)=1−p=96.3=0.7, so p=0.3. Then np=9 gives n=0.39=30. So X∼B(30,0.3).
(b) P(X=9)=(930)(0.3)9(0.7)21≈0.158.
Markers reward the variance-to-mean ratio to isolate p, solving for n, and the correct binomial probability at k=9.
WACE 20244 marksCalculator-free. For X∼B(n,p) with n=40 and p=0.25, find (a) the mean, (b) the variance and (c) the standard deviation.
Show worked answer →
Direct application of the binomial summary formulas.
(a) E(X)=np=40×0.25=10.
(b) Var(X)=np(1−p)=40×0.25×0.75=7.5.
(c) SD(X)=7.5≈2.74.
Markers reward np, np(1−p), and taking the square root for the standard deviation.