← Statistical Analysis (ME-S1)

NSWMaths Extension 1Syllabus dot point

What is the binomial distribution, and what are its mean and variance?

Define the binomial distribution B(n,p)B(n, p), state its probability mass function, and find its mean npn p and variance np(1βˆ’p)n p (1 - p)

A focused answer to the HSC Maths Extension 1 dot point on the binomial distribution. The pmf P(X=k)=(nk)pk(1βˆ’p)nβˆ’kP(X = k) = \binom{n}{k} p^k (1 - p)^{n - k}, mean npn p, variance np(1βˆ’p)n p (1 - p), and standard situations that fit the model.

Generated by Claude OpusReviewed by Better Tuition Academy7 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to recognise scenarios that fit the binomial model (fixed number of independent Bernoulli trials with the same success probability), state the probability mass function, and compute the mean, variance and standard deviation.

The answer

Definition

Let XX be the number of successes in nn independent Bernoulli trials, each with success probability pp. Then XX has the binomial distribution B(n,p)B(n, p) (or Bin(n,p)\text{Bin}(n, p)).

The parameters are:

  • IMATH_10 : the number of trials (a positive integer).
  • IMATH_11 : the success probability on each trial (0≀p≀10 \le p \le 1).
  • IMATH_13 : the failure probability.

The probability mass function

For k=0,1,2,…,nk = 0, 1, 2, \dots, n,

P(X=k)=(nk)pk(1βˆ’p)nβˆ’k.P(X = k) = \binom{n}{k} p^k (1 - p)^{n - k}.

The binomial coefficient (nk)\binom{n}{k} counts the number of ways to arrange kk successes among nn trials.

Mean and variance

By summing nn independent Bernoulli trials (each with mean pp and variance p(1βˆ’p)p(1 - p)):

E(X)=np,Var(X)=np(1βˆ’p),Οƒ=np(1βˆ’p).E(X) = n p, \qquad \text{Var}(X) = n p (1 - p), \qquad \sigma = \sqrt{n p (1 - p)}.

Conditions for the binomial model

Four conditions must hold:

  1. A fixed number of trials, nn.
  2. Each trial has exactly two outcomes (success or failure).
  3. The trials are independent.
  4. The probability of success is the same for every trial.

If any of these fails, the distribution is not binomial.

Common scenarios

  • Number of heads in nn coin flips: X∼B(n,p)X \sim B(n, p) with pp the heads probability.
  • Number of items defective in a batch of nn (with replacement, or with a large enough population to treat as approximately independent).
  • Number of correct answers on a multiple-choice test if every question is guessed.
  • Number of successful free throws in a fixed number of attempts (independence is a simplifying assumption).

Symmetric and skewed cases

  • If p=12p = \tfrac{1}{2}, the distribution is symmetric around n2\frac{n}{2}.
  • If p<12p < \tfrac{1}{2}, the distribution is right-skewed (long tail to the right).
  • If p>12p > \tfrac{1}{2}, it is left-skewed.

The skew decreases as nn grows; for large nn, the binomial approaches the normal (see the normal approximation dot point).

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2023 HSC Q213 marksA biased coin lands heads with probability 0.40.4. It is flipped 1010 times. Let XX be the number of heads. Find E(X)E(X), Var(X)\text{Var}(X) and the standard deviation.
Show worked answer β†’

X∼B(10,0.4)X \sim B(10, 0.4).

E(X)=np=10β‹…0.4=4E(X) = n p = 10 \cdot 0.4 = 4.

Var(X)=np(1βˆ’p)=10β‹…0.4β‹…0.6=2.4\text{Var}(X) = n p (1 - p) = 10 \cdot 0.4 \cdot 0.6 = 2.4.

Standard deviation: Οƒ=2.4β‰ˆ1.549\sigma = \sqrt{2.4} \approx 1.549.

Markers reward identifying the binomial model with n=10n = 10, p=0.4p = 0.4, applying the formulas, and the square root for Οƒ\sigma.

Related dot points