The binomial distribution
- A binomial is repeated yes/no trials.
- Each trial is success with probability or failure with probability .
- The trials must not affect each other.
- counts how many successes happen.
- The counts how many orders give exactly successes.
X ~ B(n, p): the formula and the tails
Conditions: fixed , independent, two outcomes, constant . Then for :
First see what “exactly successes” means: the successes can sit in many different positions.
One possible arrangement of 10 trials
order 1 of 120
1. one arrangement
0.403 × 0.607 = 0.00179
2. how many arrangements
10 choose 3 = 120
3. add them together
120 × 0.00179 = 0.21499
Below are a few other arrangements with exactly 3 successes. Only the positions move. Each row has the same probability; there are 120 rows like this in total.
P(X = 3) = C(10, 3) × 0.403 × 0.607 = 0.21499
The formula has two pieces: count the possible orders, then multiply by the probability of one order.
Worked example
Start simple: a single term
Spinner lands on A with prob 0.4; in 10 spins P(exactly 3 A's): .
Translate the words into an r-list FIRST. “At least one” = 1 − P(0); for a tail near the top, sum the few top terms (or do 1 − the few terms on the other side).
Worked example
Upper tail: sum the top terms
, P(more than 6) : , .
Worked example
The '1 − top terms' shortcut
85% are rhesus-positive; in 40, P(fewer than 39) : , .
Worked example
A range: turn the words into an r-list
, “more than 4 but fewer than 8” = : . (9709/52/O/N/23 Q2)
- Name it: with the numbers (the method-mark line).
- Translate words → an exact r-list (“fewer than k” = ).
- Short list → sum ; big chunk → .
- Each term ; add unrounded, round last.
| Wording | Event | Best method |
|---|---|---|
| exactly k | ||
| at least one | ||
| fewer than k | sum if small, else 1−top terms | |
| more than k | ||
| between a and b | r-list | sum the listed terms |
Examiner note
Why the ⁿCᵣ?
counts the orders in which successes can fall among trials; each order has the same probability , so multiply. Same arrangement-counting as Ch5.
Common mistake
Is it really binomial?
The model breaks if the four conditions fail: no fixed (you repeat until something happens — that's geometric), non-constant or dependent trials (drawing without replacement from a small group changes the odds each pick), or more than two outcomes. Picking 2 children from “1 girl, 3 boys” is not — the second pick depends on the first. (9709/52/O/N/23 Q2)