IB Maths AI SL Binomial Distribution Paper 1 & 2 X ~ B(n, p) ~7 min read

The Binomial Distribution

A binomial distribution counts the successes in a fixed number of repeated trials — free throws made out of 20, defective items in a batch of 50. If four conditions hold, the situation is captured by two numbers, X ~ B(n, p), with ready-made formulas for the mean and variance.

📘 What you need to know

Recognising a binomial distribution

A binomial distribution arises when an experiment is repeated and you count the successes — but only if all four conditions below hold.

The four conditions — FITC:  Fixed number of trials n · Independent trials · Two outcomes only (success / failure) · Constant probability p. Miss one and it is not binomial.

If all four hold, write X ~ B(n, p): ~ means “is distributed as”, B is binomial, n the number of trials, p the probability of success. The probability of failure is 1 − p, sometimes written q.

Binomial probability formula P(X = r) = nCr × pr × (1 − p)nr probability of exactly r successes in n trials, for r = 0, 1, 2, …, n

“Success” is just a label — a defective bulb or a late parcel can be the “success” you count.

Mean, variance and shape

Because a binomial is fully described by n and p, its average and spread come straight from formulas — no probability table needed.

Mean and variance of a binomial distribution E(X) = np Var(X) = np(1 − p) standard deviation = √Var(X) — both formulas are in the booklet

The shape depends entirely on p. Drawn as a vertical line graph, it leans one way or the other:

The shape of a binomial distribution depends on p 010010010 B(10, 0.2)B(10, 0.5)B(10, 0.8) p < 0.5: right tail p = 0.5: symmetric p > 0.5: left tail
All three have n = 10 — only p changes. A small p leans the graph low with a right tail; p = 0.5 is symmetric; a large p leans it high with a left tail.

Setting up a binomial model

To model a real situation, name the parts: identify what one trial is, decide what counts as a success, then read off n and p. Always define your variable in words before writing X ~ B(n, p).

Equally important: knowing when the model fails. A situation is not binomial if:

Not binomial when — the number of trials is not fixed (emails received in an hour) · trials affect each other (drawing cards without replacement) · there are more than two outcomes (a person’s shoe size) · the probability changes (a swimmer tiring over 50 lengths).

One exception: a random sample from a large population is technically “without replacement”, but the probability barely changes — so a binomial model is a good approximation.

🧭 Recipe — any binomial distribution question

  1. Identify the trial and the success: what is one repetition, and which outcome are you counting? Success is just a label.
  2. Check the four conditions (FITC): fixed n, independent, two outcomes, constant p. If any fails, it is not binomial.
  3. State the model: write X ~ B(n, p) and say in words what X counts.
  4. Pick the right tool: one exact value → the P(X = r) formula · mean → E(X) = np · spread → Var(X) = np(1−p).
  5. Answer in context: give the result with its meaning (“about 18 calls”), not just a bare number.

Worked examples

WE 1

Check the four conditions

A 10-question multiple-choice quiz gives 5 options per question. A student answers every question by guessing. Let X be the number of correct answers. Show that X is binomial and state its distribution.

test the four conditions (FITC) Fixed: n = 10 questions ✓ Independent: one guess doesn’t affect another ✓ Two outcomes: correct or wrong ✓ Constant p: each guess p = 1/5 = 0.2 ✓ all four hold ⇒ binomial X ~ B(10, 0.2) With 5 equally likely options, p = 1/5 = 0.2. All four conditions pass, so the binomial model fits.
WE 2

Spot why a model is NOT binomial

A bag contains 7 red and 5 blue marbles. Four marbles are drawn one at a time without replacement. Let X be the number of red marbles drawn. Explain why X is not binomial.

check the probability of success each draw draw 1: P(red) = 7/12 if a red is taken, draw 2: P(red) = 6/11 the probability of success CHANGES trials are also not independent (no replacement) NOT binomial — p is not constant Without replacement, each draw changes the bag — two conditions fail at once: p is not constant, and trials are not independent.
WE 3

Set up a model and find E(X) = np

At a call centre, 12% of all calls are about billing. During one shift, 150 calls are received. Let B be the number of billing calls. (a) State the distribution of B. (b) Find the expected number of billing calls.

(a) identify the trial, n and p trial = one call · success = a billing call n = 150, p = 0.12 B ~ B(150, 0.12) (b) expected value: E(X) = np E(B) = 150 × 0.12 = 18 (a) B ~ B(150, 0.12) · (b) E(B) = 18 calls E(X) = np is in the booklet — the mean of a binomial is just trials × probability, no table needed.
WE 4

Variance and standard deviation

A courier finds that 35% of parcels arrive within 24 hours. In a random sample of 80 parcels, let X be the number that arrive within 24 hours. Find (a) E(X), (b) Var(X), (c) the standard deviation of X.

model: X ~ B(80, 0.35), so n = 80, p = 0.35 (a) E(X) = np = 80 × 0.35 = 28 (b) Var(X) = np(1 − p) = 80 × 0.35 × 0.65 = 18.2 (c) standard deviation = √Var(X) = √18.2 ≈ 4.27 (a) E(X) = 28 · (b) Var(X) = 18.2 · (c) SD ≈ 4.27 Var(X) uses 1 − p = 0.65, the failure probability. The SD is always its square root — don’t stop at the variance.
WE 5

Use the formula for P(X = r)

A spinner has 6 equal sectors, exactly one coloured gold. It is spun 9 times. Let G be the number of gold results. Use the binomial formula to find P(G = 2).

model: G ~ B(9, 1/6) n = 9, p = 1/6, r = 2 apply P(X=r) = nCr · pr · (1−p)n−r P(G=2) = 9C2 × (1/6)2 × (5/6)7 ≈ 36 × 0.02778 × 0.27908 P(G = 2) ≈ 0.279 The formula needs p2 for the 2 successes and (5/6)7 for the 7 failures — the powers must add to n = 9.
WE 6

Full model: sample, mean, spread and shape

In a large town, 60% of households own a pet. A researcher randomly samples 25 households. Let X be the number that own a pet. (a) State the distribution and the assumption needed. (b) Find E(X). (c) Find the standard deviation. (d) State, with a reason, whether the line graph of X has a tail to the left or right.

(a) model the sample X ~ B(25, 0.6) assume the town is large, so each household independently has p = 0.6 (b) E(X) = np = 25 × 0.6 = 15 (c) Var(X) = np(1−p) = 25 × 0.6 × 0.4 = 6 SD = √6 ≈ 2.45 (d) the shape depends on p p = 0.6 > 0.5 ⇒ tail to the LEFT (a) X ~ B(25, 0.6) · (b) 15 · (c) ≈ 2.45 · (d) tail left A large population means removing 25 households barely shifts p, so binomial is fine. Since p > 0.5, outcomes pile up high — the tail is on the left.

💡 Top tips

⚠ Common mistakes

Next up: Calculating Binomial Probabilities — using your GDC’s Binomial PD and CD functions for single probabilities P(X = x) and cumulative ones like P(Xx) and P(aXb). The key skill is turning words — “at least”, “fewer than”, “more than” — into the right range of integers.

Need help with AI SL Binomial Distribution?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →