EuraStudy
Notes/Statistics/Binomial distribution
Notes · StatisticsUK · A-Levels

Binomial distribution

This topic treats the binomial distribution B(n, p) as a model for the number of successes in a fixed number of independent trials. It covers the four modelling conditions, the calculation of exact and cumulative probabilities, the translation of worded phrases into inequalities, the mean np and variance np(1 - p), and the judgement of whether the model is appropriate.

5 sections·~12 min reading time·3 competencies·Level Foundation 1 · Standard 3 · Advanced 1

T·0666 / 18
Exam profile
AO1 · Calculate binomial probabilities, mean and varianceAO2 · Interpret and justify the binomial modelling conditionsAO3 · Select the binomial where appropriate and solve problems in context
Operators:calculatefinddeterminemodelshow thatassess

basic level

The AS foundation expects the binomial model, its conditions, and probabilities via the formula and cumulative tables.

higher level

The full A-Level expects fluent cumulative work, the mean and variance, and a reasoned judgement of the model in context.

Depth

Reading depth: In depth

Text

Text size: Standard

Contents · 5 sections▾
  1. Binomial distribution
    • 01The binomial model and its conditions○
    • 02Calculating binomial probabilities◐
    • 03Cumulative probabilities and worded phrases◐
    • 04Mean and variance of the binomial◐
    • 05Checking the model and problem solving●
§ 01

The binomial model and its conditions#

●○○FoundationLPPearson Edexcel 9ST0, Topic 5 (Paper 1)

Key points

The binomial distribution models the number of successes XXX in a fixed number nnn of trials. Four conditions must hold, and they are examined explicitly: there is a fixed number of trials nnn; each trial has only two outcomes, success or failure; the probability of success ppp is constant from trial to trial; and the trials are independent. When these hold we write X∼B(n,p)X \sim B(n, p)X∼B(n,p), read as 'XXX is binomially distributed with parameters nnn and ppp'.
The two outcomes need only be a success/failure dichotomy imposed on the situation: a die roll becomes binomial if 'success' is defined as rolling a six, with p=16p = \tfrac{1}{6}p=61​. The parameter nnn is the number of trials and ppp the probability of success on a single trial; identifying these correctly from the wording is the essential first step.
The independence and constant-probability conditions are the ones most often violated. Sampling without replacement from a small population changes ppp between draws and destroys independence, so the binomial is then only approximate; sampling with replacement, or from a very large population, preserves them. Being able to say why the conditions do or do not hold in a given context is an AO2/AO3 skill worth as much as the arithmetic.
Because each trial is a Bernoulli trial with the same ppp, the binomial is the distribution of the sum of nnn independent Bernoulli variables. This structural fact explains its mean and variance later and its symmetry when p=0.5p = 0.5p=0.5: the number of successes and the number of failures then have the same distribution.
X∼B(n,p)with fixed n,  constant p,  independent two-outcome trialsX \sim B(n, p) \quad\text{with fixed } n,\; \text{constant } p,\; \text{independent two-outcome trials}X∼B(n,p)with fixed n,constant p,independent two-outcome trials

The binomial model

The four conditions that must be checked before the model is used.

Worked example

Is the binomial model appropriate?

Twenty cards are drawn one at a time without replacement from a standard pack, and XXX is the number of hearts drawn. Explain whether XXX is binomial.

  1. 01Fixed trials and two outcomes

    There are n=20n = 20n=20 draws, each a heart (success) or not (failure), so those two conditions hold.

  2. 02Constant probability

    Without replacement, P(heart)P(\text{heart})P(heart) changes after each draw (it starts at 1352\tfrac{13}{52}5213​ and shifts), so ppp is not constant.

  3. 03Independence

    The draws are dependent for the same reason.

  4. 04Conclude

    XXX is NOT exactly binomial; a binomial would be appropriate only if the cards were replaced (or the pack were very large).

Result: The model fails the constant-probability and independence conditions, so XXX is not binomial under sampling without replacement.

Exam focus

  • State the four binomial conditions and check them against a described situation.
  • Identify nnn and ppp correctly, including defining what counts as a success.

Typical mistakes

  • Applying the binomial when trials are not independent (sampling without replacement from a small population).
  • Confusing nnn (number of trials) with the number of successes, or mislabelling ppp.

Active revision

A biased coin has P(head)=0.3P(\text{head}) = 0.3P(head)=0.3 and is tossed 12 times. State the distribution of the number of heads and check the binomial conditions.

Active recall

Recall the key points — then reveal.

Sources: Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification (Pearson Edexcel)

§ 02

Calculating binomial probabilities#

●●○StandardLPPearson Edexcel 9ST0, Topic 5 (Paper 1)

A symmetric binomial distribution

B(6, 0.5)Column chart: probability by r, Data: P(X = r) · 0: 0.016; P(X = r) · 1: 0.094; P(X = r) · 2: 0.234; P(X = r) · 3: 0.313; P(X = r) · 4: 0.234; P(X = r) · 5: 0.094; P(X = r) · 6: 0.01600.050.10.150.20.250.301234560.0160.0940.2340.3130.2340.0940.016probabilityr
Fig. 1B(6, 0.5) is symmetric about its mean np = 3; the bars give P(X = r).

Key points

The probability of exactly rrr successes is P(X=r)=(nr)pr(1−p)n−rP(X = r) = \binom{n}{r} p^{r}(1 - p)^{n - r}P(X=r)=(rn​)pr(1−p)n−r. The binomial coefficient (nr)\binom{n}{r}(rn​) counts the number of ways of choosing which rrr of the nnn trials succeed; prp^{r}pr is the probability that those succeed and (1−p)n−r(1 - p)^{n - r}(1−p)n−r that the remaining trials fail. Summed over all rrr from 0 to nnn, these probabilities total 1, since they are the terms of the binomial expansion of (p+(1−p))n(p + (1-p))^n(p+(1−p))n.
The shape of the distribution depends on ppp. When p=0.5p = 0.5p=0.5 the distribution is symmetric about its mean, as the bars of B(6,0.5)B(6, 0.5)B(6,0.5) below show, peaking at r=3r = 3r=3. When p≠0.5p \neq 0.5p=0.5 the distribution is skewed — towards the right for small ppp and towards the left for large ppp — a point revisited when the mean is introduced.
For a single exact probability the formula is used directly. For example, with X∼B(20,0.3)X \sim B(20, 0.3)X∼B(20,0.3), P(X=6)=(206)(0.3)6(0.7)14=0.192P(X = 6) = \binom{20}{6}(0.3)^6(0.7)^{14} = 0.192P(X=6)=(620​)(0.3)6(0.7)14=0.192 (3 s.f.), using (206)=38760\binom{20}{6} = 38760(620​)=38760. Keeping full accuracy through the powers before rounding at the end avoids accumulated error.
In examinations most binomial probabilities are found with a calculator's binomial functions rather than by the formula, but the formula must be understood, because it explains where cumulative tables come from and is required whenever the calculator's built-in functions do not directly give the quantity asked for.
P(X=r)=(nr)pr(1−p)n−r,r=0,1,…,nP(X = r) = \binom{n}{r} p^{r}(1 - p)^{n - r}, \quad r = 0, 1, \ldots, nP(X=r)=(rn​)pr(1−p)n−r,r=0,1,…,n

The binomial probability

Choose which rrr of nnn trials succeed, then multiply the success and failure probabilities.

Worked example

An exact binomial probability

A component has probability 0.3 of failing a stress test, independently. Twenty components are tested. Find the probability that exactly 6 fail.

  1. 01State the distribution

    Let XXX be the number that fail, so X∼B(20,0.3)X \sim B(20, 0.3)X∼B(20,0.3).

  2. 02Apply the formula

    P(X=6)=(206)(0.3)6(0.7)14P(X = 6) = \binom{20}{6}(0.3)^6(0.7)^{14}P(X=6)=(620​)(0.3)6(0.7)14 with (206)=38760\binom{20}{6} = 38760(620​)=38760.

  3. 03Evaluate

    38760×(0.3)6×(0.7)14=0.19238760 \times (0.3)^6 \times (0.7)^{14} = 0.19238760×(0.3)6×(0.7)14=0.192 (3 s.f.).

    P(X=6)=38760 (0.3)6(0.7)14=0.192P(X = 6) = 38760\,(0.3)^6(0.7)^{14} = 0.192P(X=6)=38760(0.3)6(0.7)14=0.192

Result: P(X=6)=0.192P(X = 6) = 0.192P(X=6)=0.192 (3 s.f.).

Exam focus

  • Use P(X=r)=(nr)pr(1−p)n−rP(X = r) = \binom{n}{r}p^{r}(1 - p)^{n - r}P(X=r)=(rn​)pr(1−p)n−r for an exact probability, keeping full accuracy.
  • Recognise the symmetry of the distribution when p=0.5p = 0.5p=0.5.

Typical mistakes

  • Swapping the exponents of ppp and (1−p)(1 - p)(1−p).
  • Rounding the powers early, so the final probability is inaccurate.

Active revision

For X∼B(20,0.3)X \sim B(20, 0.3)X∼B(20,0.3), find P(X=6)P(X = 6)P(X=6) using the binomial formula.

Active recall

Recall the key points — then reveal.

Sources: Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification (Pearson Edexcel)

§ 03

Cumulative probabilities and worded phrases#

●●○StandardLPPearson Edexcel 9ST0, Topic 5 (Paper 1)

Key points

The cumulative function gives P(X≤r)P(X \leq r)P(X≤r), and tables and calculators return it directly. Every other probability is obtained from it by subtraction: P(X=r)=P(X≤r)−P(X≤r−1)P(X = r) = P(X \leq r) - P(X \leq r - 1)P(X=r)=P(X≤r)−P(X≤r−1), P(X≥r)=1−P(X≤r−1)P(X \geq r) = 1 - P(X \leq r - 1)P(X≥r)=1−P(X≤r−1), and P(a≤X≤b)=P(X≤b)−P(X≤a−1)P(a \leq X \leq b) = P(X \leq b) - P(X \leq a - 1)P(a≤X≤b)=P(X≤b)−P(X≤a−1). The whole difficulty lies in choosing the right cumulative value.
Translating the wording into the correct inequality is where marks are won and lost. 'At least rrr' means X≥rX \geq rX≥r; 'more than rrr' means X≥r+1X \geq r + 1X≥r+1; 'fewer than rrr' means X≤r−1X \leq r - 1X≤r−1; 'at most rrr' means X≤rX \leq rX≤r. A single shift of one in the index converts a wrong answer into a right one, so it is worth writing the inequality out explicitly before touching the calculator.
For X∼B(20,0.3)X \sim B(20, 0.3)X∼B(20,0.3), 'at least 8 fail' means P(X≥8)=1−P(X≤7)P(X \geq 8) = 1 - P(X \leq 7)P(X≥8)=1−P(X≤7). With P(X≤7)=0.772P(X \leq 7) = 0.772P(X≤7)=0.772 from the cumulative distribution, P(X≥8)=1−0.772=0.228P(X \geq 8) = 1 - 0.772 = 0.228P(X≥8)=1−0.772=0.228 (3 s.f.). Note how the complement turns an awkward upper-tail sum into a single table look-up.
The same technique answers questions about the smallest sample size or the critical number needed to achieve a stated probability, which are the seeds of hypothesis testing. There, the critical region is precisely the set of values of XXX whose cumulative probability falls below the significance level, so this cumulative fluency transfers directly.
P(X≥r)=1−P(X≤r−1),P(a≤X≤b)=P(X≤b)−P(X≤a−1)P(X \geq r) = 1 - P(X \leq r - 1), \qquad P(a \leq X \leq b) = P(X \leq b) - P(X \leq a - 1)P(X≥r)=1−P(X≤r−1),P(a≤X≤b)=P(X≤b)−P(X≤a−1)

Cumulative binomial identities

Every probability is built from P(X≤r)P(X \leq r)P(X≤r); mind the shift of one at each endpoint.

Worked example

An upper-tail cumulative probability

For X∼B(20,0.3)X \sim B(20, 0.3)X∼B(20,0.3), find the probability that at least 8 components fail, given P(X≤7)=0.772P(X \leq 7) = 0.772P(X≤7)=0.772.

  1. 01Translate the phrase

    'At least 8' means X≥8X \geq 8X≥8.

  2. 02Use the complement

    P(X≥8)=1−P(X≤7)P(X \geq 8) = 1 - P(X \leq 7)P(X≥8)=1−P(X≤7).

  3. 03Substitute

    1−0.772=0.2281 - 0.772 = 0.2281−0.772=0.228 (3 s.f.).

    P(X≥8)=1−0.772=0.228P(X \geq 8) = 1 - 0.772 = 0.228P(X≥8)=1−0.772=0.228
  4. 04Interpret

    There is about a 22.8% chance that 8 or more of the 20 components fail.

Result: P(X≥8)=0.228P(X \geq 8) = 0.228P(X≥8)=0.228 (3 s.f.).

Exam focus

  • Translate 'at least', 'more than', 'fewer than' and 'at most' into the correct inequality.
  • Use the complement to turn an upper-tail probability into a single cumulative look-up.

Typical mistakes

  • Using P(X≤r)P(X \leq r)P(X≤r) where P(X≤r−1)P(X \leq r - 1)P(X≤r−1) is required for P(X≥r)P(X \geq r)P(X≥r) (an off-by-one error).
  • Reading 'more than rrr' as X≥rX \geq rX≥r instead of X≥r+1X \geq r + 1X≥r+1.

Active revision

For X∼B(20,0.3)X \sim B(20, 0.3)X∼B(20,0.3) with P(X≤7)=0.772P(X \leq 7) = 0.772P(X≤7)=0.772, find P(X≥8)P(X \geq 8)P(X≥8) and P(X>5)P(X > 5)P(X>5) given P(X≤5)=0.416P(X \leq 5) = 0.416P(X≤5)=0.416.

Active recall

Recall the key points — then reveal.

Sources: Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification (Pearson Edexcel)

§ 04

Mean and variance of the binomial#

●●○StandardLPPearson Edexcel 9ST0, Topic 5 (Paper 1)

A right-skewed binomial distribution

B(10, 0.2)Column chart: probability by r, Data: P(X = r) · 0: 0.107; P(X = r) · 1: 0.268; P(X = r) · 2: 0.302; P(X = r) · 3: 0.201; P(X = r) · 4: 0.088; P(X = r) · 5: 0.026; P(X = r) · 6: 0.005; P(X = r) · 7: 0.001; P(X = r) · 8: 000.050.10.150.20.250.30123456780.1070.2680.3020.2010.0880.0260.0050.0010probabilityr
Fig. 2B(10, 0.2) has mean np = 2 and is right-skewed; probabilities for r = 0 to 8.

Key points

The binomial has mean E(X)=npE(X) = npE(X)=np and variance Var(X)=np(1−p)\text{Var}(X) = np(1 - p)Var(X)=np(1−p). The mean follows from the structure of the distribution as a sum of nnn independent Bernoulli trials each with mean ppp; by the additivity of expectation the means add to npnpnp. Likewise the variance of each Bernoulli trial is p(1−p)p(1 - p)p(1−p), and independence lets the variances add to np(1−p)np(1 - p)np(1−p).
The variance is largest when p=0.5p = 0.5p=0.5, where p(1−p)=0.25p(1 - p) = 0.25p(1−p)=0.25 is maximised, and shrinks as ppp moves towards 0 or 1. This matches intuition: a very reliable or very unreliable process is more predictable than a fifty-fifty one. The standard deviation is np(1−p)\sqrt{np(1 - p)}np(1−p)​, in the units of a count of successes.
The distribution B(10,0.2)B(10, 0.2)B(10,0.2) below has mean np=2np = 2np=2 and is right-skewed, with its peak at r=2r = 2r=2 and a tail stretching to the right. Comparing it with the symmetric B(6,0.5)B(6, 0.5)B(6,0.5) makes concrete how ppp controls both the location (through npnpnp) and the asymmetry of the distribution.
These formulae are used both forwards, to summarise a known binomial, and backwards, to recover nnn or ppp from a stated mean and variance. Since Var(X)E(X)=1−p\frac{\text{Var}(X)}{E(X)} = 1 - pE(X)Var(X)​=1−p, the mean and variance together determine ppp and then nnn, a manipulation that appears regularly in problem-solving questions.
E(X)=np,Var(X)=np(1−p)E(X) = np, \qquad \text{Var}(X) = np(1 - p)E(X)=np,Var(X)=np(1−p)

Mean and variance of B(n, p)

The variance is maximised at p=0.5p = 0.5p=0.5; the standard deviation is np(1−p)\sqrt{np(1 - p)}np(1−p)​.

Worked example

Recovering n and p

A binomial random variable has mean 6 and variance 4.2. Find ppp and nnn.

  1. 01Use the ratio

    Var(X)E(X)=np(1−p)np=1−p=4.26=0.7\frac{\text{Var}(X)}{E(X)} = \frac{np(1 - p)}{np} = 1 - p = \frac{4.2}{6} = 0.7E(X)Var(X)​=npnp(1−p)​=1−p=64.2​=0.7.

  2. 02Find p

    1−p=0.71 - p = 0.71−p=0.7, so p=0.3p = 0.3p=0.3.

  3. 03Find n

    np=6np = 6np=6 gives n=60.3=20n = \frac{6}{0.3} = 20n=0.36​=20.

    n=E(X)p=60.3=20n = \frac{E(X)}{p} = \frac{6}{0.3} = 20n=pE(X)​=0.36​=20
  4. 04Check

    np(1−p)=20×0.3×0.7=4.2np(1 - p) = 20 \times 0.3 \times 0.7 = 4.2np(1−p)=20×0.3×0.7=4.2, as given.

Result: The distribution is B(20,0.3)B(20, 0.3)B(20,0.3), so n=20n = 20n=20 and p=0.3p = 0.3p=0.3.

Exam focus

  • Compute the mean and variance of a binomial and the standard deviation.
  • Recover nnn and ppp from a stated mean and variance using Varmean=1−p\frac{\text{Var}}{\text{mean}} = 1 - pmeanVar​=1−p.

Typical mistakes

  • Using npnpnp for the variance instead of np(1−p)np(1 - p)np(1−p).
  • Forgetting the square root when the standard deviation is required.

Active revision

A binomial variable has mean 6 and variance 4.2. Find nnn and ppp.

Active recall

Recall the key points — then reveal.

Sources: Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification (Pearson Edexcel)

§ 05

Checking the model and problem solving#

●●●AdvancedLPPearson Edexcel 9ST0, Topic 5 (Paper 1)

Key points

Deciding whether the binomial is appropriate is a modelling judgement that recurs throughout the paper. The checklist is the four conditions: a fixed number of trials, two outcomes, constant ppp and independence. Real contexts often satisfy them only approximately, and a good answer states which condition is in doubt and why, rather than asserting the model without comment.
A useful diagnostic is that a genuine binomial has variance np(1−p)np(1 - p)np(1−p), which is always less than the mean npnpnp (since 1−p<11 - p < 11−p<1). Count data whose variance markedly exceeds their mean (overdispersion) are a warning that the binomial, or later the Poisson, is a poor fit, perhaps because the trials are not independent or ppp varies between them.
Problem-solving questions typically combine the model with the earlier probability laws. A common type asks for the probability of an event over several independent groups, or conditions on a binomial outcome; here the binomial supplies one stage of a tree or a compound calculation. Setting the distribution up carefully, and defining the success clearly, prevents most errors.
Finally, conclusions must be returned to the context. A computed probability of 0.228 is only an answer once it is stated as 'there is about a 23% chance that at least 8 components fail', with any modelling caveats attached. The examination consistently rewards this honest, contextual interpretation over a bare numerical result.
Var(X)=np(1−p)<np=E(X)\text{Var}(X) = np(1 - p) < np = E(X)Var(X)=np(1−p)<np=E(X)

Binomial variance is below the mean

A count whose variance exceeds its mean is a sign the binomial model may be inappropriate.

Worked example

A binomial in context with a modelling comment

In a large population, 15% of people carry a certain gene. A random sample of 12 is taken and XXX is the number of carriers. Find P(X≥1)P(X \geq 1)P(X≥1) and comment on the model.

  1. 01State the model

    The population is large so sampling barely changes ppp; take X∼B(12,0.15)X \sim B(12, 0.15)X∼B(12,0.15).

  2. 02Use the complement

    P(X≥1)=1−P(X=0)=1−(0.85)12P(X \geq 1) = 1 - P(X = 0) = 1 - (0.85)^{12}P(X≥1)=1−P(X=0)=1−(0.85)12.

  3. 03Evaluate

    (0.85)12=0.142(0.85)^{12} = 0.142(0.85)12=0.142, so P(X≥1)=1−0.142=0.858P(X \geq 1) = 1 - 0.142 = 0.858P(X≥1)=1−0.142=0.858 (3 s.f.).

    P(X≥1)=1−(0.85)12=0.858P(X \geq 1) = 1 - (0.85)^{12} = 0.858P(X≥1)=1−(0.85)12=0.858
  4. 04Comment

    The binomial is reasonable because the population is large, keeping ppp approximately constant and the selections approximately independent.

Result: P(X≥1)=0.858P(X \geq 1) = 0.858P(X≥1)=0.858 (3 s.f.); the binomial is appropriate because the large population keeps ppp essentially constant.

Exam focus

  • Justify or criticise the binomial model against the four conditions in an unfamiliar context.
  • Combine the binomial with the probability laws in a multi-stage problem and conclude in context.

Typical mistakes

  • Asserting the binomial model without checking or naming the doubtful condition.
  • Leaving the answer as a number without a contextual interpretation.

Active revision

A quality inspector models the number of faulty items in a box of 24 as B(24,0.05)B(24, 0.05)B(24,0.05). Discuss one reason this model might fail and find the probability that a box contains no faulty items.

Active recall

Recall the key points — then reveal.

Sources: GCE AS and A level subject content (Statistics) (Department for Education / Ofqual)

Contents

Section -- / 05

    • 01The binomial model and its conditions○
    • 02Calculating binomial probabilities◐
    • 03Cumulative probabilities and worded phrases◐
    • 04Mean and variance of the binomial◐
    • 05Checking the model and problem solving●

0/5 Read

From notes into training

Binomial distribution

Reinforce this topic with matching tasks from the question bank.

~12
min
3
Competencies
Practise

References & sources

Sources

Pearson Edexcel

  • Pearson Edexcel Level 3 Advanced GCE in Statistics (9ST0) Specification

Department for Education / Ofqual

  • GCE AS and A level subject content (Statistics)

Previous topic

Introduction to probability distributions

Next topic

Exponential and Poisson distributions

EuraStudy·Notes T·06·MMXXVI

Carry on to the next topic — your learning path is kept.