In simple terms
A friendly intro before the formal notes — no formulas yet.
Counting Successes vs. Counting Events
The binomial distribution counts how many successes you get in a fixed number of tries, like the number of heads in 10 coin flips. The Poisson distribution counts how many events land in a fixed stretch of time or space at a steady average rate, like the number of customers a shop serves in an hour.
Picture a carnival stall. If you have exactly 5 darts and each either pops a balloon or does not, counting your hits is a binomial problem — a fixed number of attempts, each a hit or a miss. Now stand back and watch the stall for 10 minutes, tallying how many balloons pop across all players. That is a Poisson problem: you are no longer counting successes out of a set number of throws, you are counting events arriving in an interval.
- 1
Decide the distribution: a fixed number of independent trials each with two outcomes (binomial), or events landing in a fixed interval at a constant rate (Poisson)?
- 2
Read off the parameters: for a binomial find the number of trials and the success probability ; for a Poisson find the mean rate for the interval in the question.
- 3
Choose the GDC function: a 'Pdf' for an exact count , a 'Cdf' for a range such as , and the complement for 'at least'.
- 4
Calculate and interpret: run it on the GDC and check your answer matches the exact wording — 'at least', 'more than', 'fewer than' each shift the range by one.
Explore the concept
Use the live diagram, PhET or GeoGebra sim, and synced steps — play it, drag controls, or tap a step.
Step 1
Decide the distribution: a fixed number of independent trials each with two outcomes (binomial), or events landing in a fixed interval at a constant rate (Poisson)?
Key formulas
Tap any symbol to reveal exactly what it means and its units.
Full topic notes
Formal explanation with the rigour you need for the exam.
The binomial distribution: counting successes
The binomial distribution models the number of 'successes' in a fixed number of repeated trials. Picture running the same simple experiment over and over — testing a bulb, rolling a die, tossing a coin — and tallying how often the outcome you care about occurs. A situation is binomial only if it meets four conditions, conveniently remembered as BINS.
If a variable meets these conditions we write , and its probability of exactly successes is given by the formula below. On Paper 2 you will almost always evaluate it on the GDC: binomPdf(n, p, x) returns the exact probability , and binomCdf(n, p, a, b) returns the cumulative probability across a range.
For : \n \n The mean (expected number of successes) is .
Binary: each trial has just two outcomes, labelled 'success' and 'failure'.
Independent: the outcome of one trial does not affect any other.
Number: the number of trials is fixed in advance, written .
Same probability: the success probability is identical on every trial.
'At least' and the complement rule
Questions rarely stop at 'exactly' and 'at most'. The phrase to watch is 'at least', and above all 'at least one'. Summing up to is slow and error-prone; the complement is instant. Since the only alternative to 'at least one' is 'none', , and for a binomial . More generally — mind the '', because 'at least ' excludes but includes .
At least one: for a binomial.
At least : — note the , a classic dropped mark.
More than : .
Fewer than : .
The Poisson distribution: counting events in an interval
The Poisson distribution models the number of times an event happens within a fixed continuous interval — of time, length, area or volume — when events arrive at a constant average rate. Think of the emails hitting your inbox in an hour, the flaws along a 10-metre roll of fabric, or the goals in a football match. There is no fixed number of trials here; the single parameter is the mean number of events in the interval, written (some books use ).
For : \n \n The mean and the variance are BOTH equal to : . \n On the GDC use poissonPdf(m, x) for and poissonCdf(m, a, b) for .
The equality of mean and variance is the Poisson's fingerprint. It also means that when the interval in the question is not the interval the rate was quoted for, you must scale in proportion. A rate of 6 per hour becomes a mean of 2 over 20 minutes () and a mean of 12 over 2 hours (). Always rescale before you calculate.
Events occur at a constant average rate across the interval.
Events occur independently of one another.
Two events cannot occur at exactly the same instant.
There is no upper limit on the count: can be without bound.
Choosing the right tool for the job
The most damaging error is applying the wrong distribution to a context — every subsequent mark then rests on a false footing. Before calculating, ask one question: am I counting successes out of a fixed number of attempts, or am I counting events arriving in a fixed interval? If you can point to a definite number of trials , it is binomial; if events simply accumulate over time or space with no fixed number of trials, it is Poisson. 'How many of the 20 seeds germinate' is binomial; 'how many weeds sprout per square metre' is Poisson.
Common mistakes examiners penalise
Choosing the wrong distribution — a fixed number of trials with a success/failure outcome is binomial; events accumulating in an interval at a steady rate is Poisson. Ask whether an exists before you start.
Mishandling 'at least one' — , not . For a binomial ; for a Poisson .
Dropping the in 'at least ' — . Writing silently excludes the value you were meant to include.
Confusing boundary words — 'fewer than 10' is while 'at most 10' is ; 'more than 10' is while 'at least 10' is . Translate the phrase into an exact range first.
Forgetting to scale the Poisson mean — if the rate is per hour and the interval is 20 minutes, use , not the hourly rate.
Misremembering the means — a binomial has mean ; a Poisson has mean AND variance . Do not quote as a Poisson variance or set a Poisson mean to .
Using Pdf where Cdf is needed (or vice versa) — Pdf is for a single exact value ; Cdf is for a range. Mixing them gives a plausible-looking but wrong probability.
Over-rounding mid-calculation — carry the GDC's full figures and round only the final answer, to 3 significant figures unless told otherwise.
Model answer — marked the way our engine marks it
In Paper 2 the marks are analytic: each is tied to a specific line of working — a method mark (M) or an accuracy mark (A) — and an accuracy mark depends on the method mark it follows. Follow-through (FT) means an error made earlier need not cost you the marks that depend on it, provided the later step is carried out correctly on your own figures. The engine also ignores subsequent working (ISW) once a correct answer appears, and accepts any equivalent form and any correctly rounded value. But that protection only exists if the method is on the page. Study how each mark below is earned by a specific line, and note that a GDC calculation is expected — you are not required to expand the formula, only to set it up correctly.
Where this leads
The binomial and Poisson are your first named probability models, and the habits they build carry straight into the rest of the course. The idea of a distribution with parameters, a mean read from those parameters, and probabilities computed on the GDC reappears with the normal distribution, where the mean and standard deviation set the shape of a continuous bell curve. The complement rule you used for 'at least one' is the same move that turns awkward 'at least' questions on the normal curve into quick subtractions. And the discipline that earns marks here — recognise the model, state the parameters, translate the English into an exact range, show the method — is exactly the discipline every Paper 2 probability question rewards.
Worked examples
See the formulas applied — reveal one step at a time, like the exam.
A factory produces light bulbs, and the probability that a randomly chosen bulb is defective is 0.08. A sample of 15 bulbs is taken and is the number of defective bulbs. \n (a) Explain why can be modelled by a binomial distribution and state its parameters. \n (b) Find . \n (c) Find the probability that at most three bulbs are defective. [6]
- 1
(a) Model. Each bulb is either defective or not (binary), the bulbs are chosen independently, there is a fixed number of trials , and the defect probability is constant. So . [A1: distribution stated with parameters]\n\n**(b) Exactly two defective.** This is , an exact count, so use the binomial Pdf:\n [M1: correct set-up]\n (3 s.f.). [A1]\n\n**(c) At most three defective.** 'At most three' means — that is or — so use the cumulative function:\n [M1: cumulative set-up]\n (3 s.f.). [A1]
A customer service desk receives enquiries at an average rate of 4.5 per hour. \n (a) Find the probability that the desk receives exactly 3 enquiries in a particular hour. \n (b) Find the probability that the desk receives fewer than 10 enquiries in a two-hour period. \n (c) State the variance of the number of enquiries in a two-hour period. [6]
- 1
(a) Exactly three in one hour. Let be the number of enquiries in one hour, so . We need , an exact count:\n [M1: correct set-up]\n (3 s.f.). [A1]\n\n**(b) Fewer than ten in two hours.** First scale the mean to the two-hour interval: . [M1: scaling the mean]\nLet be the count in two hours. 'Fewer than 10' means :\n [M1: cumulative set-up]\n (3 s.f.). [A1]\n\n**(c) Variance over two hours.** For a Poisson the variance equals the mean, so . [A1]
A fair die is rolled 12 times. Using , find the probability of exactly 3 sixes and the probability of at least one six. [5]
- 1
Model answer — full working.\n\nEach roll is a six (success) or not (failure), the rolls are independent, there are trials, and is constant, so .\n\nExactly 3 sixes. This is :\n\n(On the GDC: binomPdf(12, 1/6, 3).)\n\nAt least one six. Use the complement, since the opposite of 'at least one' is 'none':\n\n(On the GDC: binomPdf(12, 1/6, 0), or equivalently binomCdf(12, 1/6, 0).)\n\nAnswers: and .\n\n---\nHow our marking engine awards the 5 marks:\n\n- M1 — recognise the binomial. Awarded for identifying with and . This method mark rewards the modelling decision, so it stands even if a later number slips.\n- M1 — set up . For the correct exact-probability set-up, or the equivalent binomPdf(12, 1/6, 3). The GDC entry is accepted in full — you need not expand the binomial coefficient.\n- A1 — first answer. Awarded for , correctly rounded. This accuracy mark depends on the preceding M1: it is earned once the set-up is right and evaluated correctly.\n- M1 — complement. For recognising 'at least one' as and forming (or binomCdf(12, 1/6, 0)). The engine checks that the complement of was taken, not .\n- A1 — second answer. Awarded for . This is FT on the candidate's own : a student whose differed slightly but who correctly computed on their figure keeps the mark.\n\n**'Accept equivalent forms and correct rounding.'** The engine accepts written as or exact form, and accepts the second answer whether reached via binomPdf or binomCdf for . Once a correct final probability appears, ISW means later restatements do not lose marks.\n\nBottom line: of the 5 marks, three are method marks that survive an arithmetic slip, and the two accuracy marks are shielded by follow-through — but only if the modelling line and the complement step are written down. A student who writes just two bare numbers with no set-up risks losing 3 marks even if one answer is right.
How it all connects
The big idea sits in the middle — tap a linked idea to explore the link.
Tap a linked idea to see how it connects back to the main topic — that connection is what examiners reward.
Glossary
Try to recall each definition before you reveal it.
Quick check
Answer in your head first — then tap to check. No pressure.
Revision flashcards
Flip the card. Test yourself before the exam.
The four conditions for a binomial distribution (BINS)
Binary — each trial has two outcomes, success or failure. Independent — one trial's outcome does not affect another. Number — a fixed number of trials . Same probability — the success probability is constant across trials.
Key takeaways
Review these before you close the topic — retrieval beats re-reading.
- ✓
Binary: each trial has just two outcomes, labelled 'success' and 'failure'.
- ✓
Independent: the outcome of one trial does not affect any other.
- ✓
Number: the number of trials is fixed in advance, written .
- ✓
Same probability: the success probability is identical on every trial.
Practice — then mark it
The whole point: a real Cambridge question, marked mark-by-mark.
Get a Paper 2 calculation marked: choose the distribution, set up the probability and show the method
Get a Paper 2 calculation marked: choose the distribution, set up the probability and show the method
Extra simulations & links
PhET, GeoGebra and other curated tools — open in a new tab.
Frequently asked
Checkpoint
One marked question is worth ten re-reads — close the loop before you move on.
Reading it isn’t knowing it — prove it.
Before you move on: do Get a Paper 2 calculation marked: choose the distribution, set up the probability and show the method on paper, snap a photo, and get examiner-style feedback on exactly where you win and lose marks.