You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers the binomial distribution as required by the Edexcel A-Level Mathematics specification (9MA0), Paper 3 Section A -- Statistics. You need to understand the conditions for a binomial model, calculate probabilities using the formula, use cumulative probabilities, and know the mean and variance.
A random variable X follows a binomial distribution B(n, p) if all four of the following conditions are met:
X ~ B(n, p) where n = number of trials and p = probability of success on each trial.
A fair coin is flipped 10 times. Let X = number of heads.
So X ~ B(10, 0.5).
Drawing 4 balls without replacement from a bag of 5 red and 3 blue -- the probability changes with each draw, so it is not binomial.
Exam Tip: Always check all four conditions and state clearly which are or are not satisfied.
P(X = r) = C(n, r) x p^r x (1 - p)^(n - r)
where C(n, r) = n! / (r!(n - r)!) is the binomial coefficient ("n choose r").
X ~ B(6, 0.3). Find P(X = 2).
C(6, 2) = 6! / (2! x 4!) = 15
P(X = 2) = 15 x 0.09 x 0.2401 = 0.3241 (to 4 d.p.)
P(X ≤ r) = P(X = 0) + P(X = 1) + ... + P(X = r)
X ~ B(8, 0.4). Given P(X ≤ 3) = 0.5941 and P(X ≤ 4) = 0.8263:
For X ~ B(n, p):
X ~ B(20, 0.35): E(X) = 7, Var(X) = 4.55, SD(X) = 2.133
A common question gives a condition like P(X ≥ 1) ≥ 0.9 and asks for the minimum n.
P(X ≥ 1) = 1 - (1 - p)^n ≥ 0.9
(1 - p)^n ≤ 0.1
n ≥ log(0.1) / log(1 - p)
X ~ B(n, 0.15). Find smallest n such that P(X ≥ 1) ≥ 0.95.
(0.85)^n ≤ 0.05 --> n ≥ log(0.05)/log(0.85) = 18.43 --> n = 19.
Exam Tip: Always round up when finding the minimum number of trials.
Edexcel 9MA0-03 specification, Paper 3 — Statistics and Mechanics, Section 6: The binomial distribution. The specification requires students to "understand and use the binomial distribution as a model; calculate probabilities using the binomial distribution"; recognise the conditions under which a binomial model is appropriate; use X∼B(n,p) notation; compute P(X=r), P(X≤r) and P(X≥r) using a calculator's statistical functions; and quote the mean E(X)=np and variance Var(X)=np(1−p) as standard results. The binomial distribution is examined in 9MA0-03 Section A (Statistics) and is the gateway to Section 7 — Hypothesis testing for a binomial proportion. The Edexcel formula booklet lists P(X=r)=(rn)pr(1−p)n−r but does not list E(X) or Var(X) — these must be memorised.
Question (8 marks):
A factory machine produces components. Past data suggests that 15% of components are defective. A quality inspector takes a random sample of 20 components from a single production batch. Let X denote the number of defective components in the sample.
(a) State two conditions, beyond those given, required for X to be modelled by a binomial distribution. (2)
(b) Assuming X∼B(20,0.15), find P(X≤3). (2)
(c) Find P(X≥5). (2)
(d) State the mean and variance of X. (2)
Solution with mark scheme:
(a) B1 — each defect is independent of the others (whether one component is defective does not affect another).
B1 — the probability of a defect is constant at p=0.15 for every component in the sample (e.g. the production process does not drift mid-batch).
Common error: stating "there are two outcomes" or "fixed n" — these are given in the question stem ("defective or not", "sample of 20") and earn nothing. The mark is for the conditions the candidate must add: independence and constancy of p.
(b) Using a calculator's binomial cumulative function with n=20, p=0.15:
P(X≤3)=∑r=03(r20)(0.15)r(0.85)20−r
M1 — correct cumulative set-up (sum from r=0 to r=3, or calculator notation B.cd(20,0.15,3)).
A1 — P(X≤3)=0.6477 (to 4 d.p.).
(c) P(X≥5)=1−P(X≤4).
M1 — using the complement 1−P(X≤4) (a single subtraction; not 1−P(X≤5), which is the most common slip and earns zero).
P(X≤4)=0.8298, so P(X≥5)=1−0.8298=0.1702.
A1 — P(X≥5)=0.1702 (to 4 d.p.).
(d) E(X)=np=20×0.15=3. B1
Var(X)=np(1−p)=20×0.15×0.85=2.55. B1
Total: 8 marks (B2 + M1 A1 + M1 A1 + B2).
The recurring error worth flagging is the boundary handling in (c). For a discrete distribution, P(X≥5)=1−P(X≤4) — the inequality flips and the boundary moves down by one. Candidates who write P(X≥5)=1−P(X≤5) are computing P(X≥6) and lose both marks.
Question (6 marks): A telesales operator estimates that 30% of cold calls result in a successful sale. On a particular morning the operator makes 12 calls. Let Y be the number of successful sales.
(a) State an assumption required to model Y∼B(12,0.3). (1)
(b) Find P(Y=4). (2)
(c) Find the probability that the operator makes at least 3 sales but fewer than 7. (3)
Mark scheme decomposition by AO:
(a)
(b)
(c)
Total: 6 marks split AO1 = 4, AO2 = 1, AO3 = 1. Edexcel uses Paper 3 binomial questions to test (i) procedural fluency with the cumulative tables / calculator, and (ii) careful translation of English phrasing into discrete inequalities — that translation is where AO2 marks live.
Connects to:
Section 5 — Probability: the binomial sits on top of independent-trials probability. P(X=r) counts the (rn) orderings of r successes among n trials, each ordering having probability pr(1−p)n−r. Without confidence in independent compound probability, the multiplication of pr(1−p)n−r has no justification.
Section 4 (Pure) — Binomial expansion: the binomial coefficient (rn) is the same object that appears in (a+b)n=∑r=0n(rn)an−rbr. Substituting a=(1−p), b=p gives ∑r=0nP(X=r)=((1−p)+p)n=1n=1 — a one-line proof that the binomial probabilities sum to one. This is a beautiful synoptic identity Edexcel rewards if cited.
Section 7 — Statistical hypothesis testing: the binomial is the underlying distribution for tests of a population proportion p. A test of H0:p=p0 versus H1:p=p0 uses the binomial sampling distribution under H0 to compute the p-value. Without binomial fluency the hypothesis-testing topic collapses.
Year 2 Section 4 — Normal approximation: when n is large and p is not too close to 0 or 1, X∼B(n,p) is approximately N(np,np(1−p)). The continuity correction P(X≤k)≈P(Y≤k+0.5) is the bridge between discrete and continuous, and it is exactly the link Edexcel exploits in Year 2 Statistics.
Modelling and contextual judgement (AO3): real situations rarely meet binomial conditions exactly — sampling without replacement violates independence, drift in a production process violates constant p. Recognising when the binomial model breaks is an AO3 skill that distinguishes A* from A.
Binomial questions on 9MA0-03 split AO marks roughly as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 55–65% | Stating X∼B(n,p), computing P(X=r), P(X≤r) and P(X≥r), quoting E(X)=np and Var(X)=np(1−p) |
| AO2 (reasoning / interpretation) | 20–30% | Translating "at least", "at most", "more than", "fewer than" into discrete inequalities; using complements correctly; combining P(a≤X≤b) as P(X≤b)−P(X≤a−1) |
| AO3 (modelling) | 10–20% | Stating context-appropriate independence and constancy assumptions; identifying when binomial conditions fail; commenting on suitability of the model |
Examiner-rewarded phrasing: "let X be the number of [successes] in n trials, so X∼B(n,p)"; "since the trials are independent and p is constant, the binomial model is appropriate"; "the probability of a success is constant in this context because …". Phrases that lose marks: "binomial because two outcomes" (insufficient — independence and constancy missing); answers given to 1 d.p. when 4 d.p. is conventional for binomial probabilities; using P(X≤r) when P(X<r)=P(X≤r−1) is required.
A specific Edexcel pattern to watch: questions that say "find the probability that more than 5 succeed" mean P(X>5)=P(X≥6)=1−P(X≤5). Questions that say "at least 5 succeed" mean P(X≥5)=1−P(X≤4). The boundary shifts by one — read the wording precisely.
Question: X∼B(15,0.4). Find P(X=6).
Grade C response (~180 words):
Using the binomial formula with n=15, p=0.4, r=6:
P(X=6)=(615)(0.4)6(0.6)9.
(615)=5005. (0.4)6=0.004096. (0.6)9=0.010077696.
So P(X=6)=5005×0.004096×0.010077696=0.2066 (to 4 d.p.).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.