This mini-lesson covers Topic 4 of Edexcel A-level Mathematics (9MA0): the binomial distribution B(n, p) — its conditions, probability formula, mean and variance; the normal distribution N(μ, σ²) — symmetry, points of inflection, standardising with z, and the inverse normal; the normal approximation to the binomial with a continuity correction; and how to select an appropriate model — and spot when neither fits.
N(μ, σ²) is continuous, symmetric about μ, with points of inflection at μ ± σ. Total area = 1, so P(X > μ) = 0.5.
Work through each screen, answer the questions as you go (some are wordy, some are calculations) and collect ⭐ stars. Throughout, take g = 9.8 m s−2 unless a question says otherwise. Press Start when you are ready.
Distributions · binomial
The binomial distribution B(n, p)
X ~ B(n, p) counts the number of successes in n trials. Four conditions must all hold:
A fixed number of trials, n.
Each trial has exactly two outcomes (success / failure).
The trials are independent.
The probability of success, p, is constant for every trial.
Modelling check: drawing counters without replacement is not binomial — p changes between trials. Sampling with replacement (or from a very large population) is.
Calculate
Binomial probability
1X ~ B(10, 0.3). Find P(X = 3), giving your answer to 3 decimal places.
Hint: Variance = np(1 − p) = 50 × 0.2 × 0.8. (The mean would be np = 10.)
Quick check
Binomial conditions
?Which of these is NOT a condition for X ~ B(n, p)?
Distributions · normal
The normal distribution & standardising
X ~ N(μ, σ²) is continuous and its bell curve is symmetric about the mean μ. Probability is the area under the curve, so P(X = a) = 0 and P(X < a) = P(X ≤ a).
Mean = median = mode = μ. P(X > μ) = P(X < μ) = 0.5.
The points of inflection are at x = μ ± σ.
Roughly 68% of the data lies within 1σ of the mean, 95% within 2σ and 99.7% within 3σ.
z = (x − μ) ÷ σstandardising: turns any X ~ N(μ, σ²) into Z ~ N(0, 1²)
5X ~ B(100, 0.5) is approximated by Y ~ N(50, 5²). Using a continuity correction, find the value of z needed to estimate P(X ≥ 60).
Hint: P(X ≥ 60) becomes P(Y > 59.5). Then z = (59.5 − 50) ÷ 5. (The probability itself is 0.0287.)
Quick check
When can you use it?
?When is the normal approximation to the binomial appropriate?
Match it
Expression → what it is
Tap an item on the left, then its partner on the right.
Expression
Meaning
Distributions · choosing a model
Selecting an appropriate model
Spec point 4.3: choose a distribution with reasoning, and recognise when a model is not appropriate.
Binomial — a count of successes out of a fixed n, with constant p and independent trials. (Number of faulty items in a box of 20.)
Normal — a continuous, roughly symmetric measurement clustered around a mean. (Heights, masses, times.)
Discrete uniform — every outcome equally likely. (The score on a fair die.)
Neither — strongly skewed data, or trials that are clearly not independent, or a variable that cannot be negative but has a mean close to zero (a normal model would then predict impossible negative values).
Exam phrasing: "State an assumption you have made." Answer in context — e.g. "the faults occur independently of one another" or "each component has the same probability of failing".
Quick check
Pick the model
?A quality inspector models the number of faulty bulbs in a randomly chosen box of 20 bulbs, where each bulb has a 3% chance of being faulty, independently of the others. Which model is appropriate?
Distributions · discrete uniform
The discrete uniform distribution
The spec also expects you to identify the discrete uniform distribution: a discrete random variable where every outcome is equally likely.
Example — a fair six-sided die
X = the score. P(X = x) = 1/6 for x = 1, 2, 3, 4, 5, 6.
Every value has the same probability, and they sum to 6 × (1/6) = 1 ✔
Contrast: the number of sixes in ten rolls is binomial B(10, 1/6), not uniform — 1 six is far more likely than 9. The score on one roll is uniform; a count of successes is binomial.
Calculator skill: you are expected to get individual (Bpd) and cumulative (Bcd) binomial probabilities straight from the calculator, and normal probabilities and inverse-normal values likewise. Show the distribution and the probability statement in your working so the method still earns marks.
Quick check
Spot the uniform
?Which of these is modelled by a discrete uniform distribution?
Recap
The big ideas to know
Binomial B(n, p): fixed n · two outcomes · independent · constant p