IB Maths AI SL Binomial Distribution Paper 1 & 2 GDC: Binomial PD / CD ~6 min read

Calculating Binomial Probabilities

Once you know X ~ B(n, p), the GDC does the arithmetic. The real skill is reading the question — “at least”, “fewer than”, “more than” — and turning those words into the right range of whole numbers, then picking Binomial PD or CD.

📘 What you need to know

Single probabilities: P(X = x)

P(X = x) is the probability of exactly x successes. On your GDC this is the Binomial PD function — you enter the value x, the number of trials n, and the success probability p.

Single binomial probability P(X = x) = nCx × px × (1 − p)nx the GDC’s Binomial PD function does this for you — the formula is in the booklet

You are expected to use the GDC function, not the formula by hand. Always define X in words first so it is clear what one success means.

Cumulative probabilities: P(Xx) and ranges

A cumulative probability adds up several values at once. The Binomial CD function finds P(aXb) directly: you enter a lower value a, an upper value b, then n and p.

Two special cases:  for P(Xb) set the lower value to 0 · for P(Xa) set the upper value to n. The chart below shows what “cumulative” means — the total height of a block of bars.

A cumulative probability adds up a block of bars each bar is P(X = x) for X ~ B(15, 0.5) 0123456789101112131415 P(5 ≤ X ≤ 9) ≈ 0.79
For X ~ B(15, 0.5), the cumulative probability P(5 ≤ X ≤ 9) is just the five shaded bars added together — that is exactly what Binomial CD computes.

If your calculator only finds P(Xx), these identities rebuild any other range:

Cumulative identities for a binomial P(X < x) = P(Xx−1)  ·  P(X > x) = 1 − P(Xx) P(Xx) = 1 − P(Xx−1) P(aXb) = P(Xb) − P(Xa−1)

Turning words into a range of integers

Most marks are lost here, not on the GDC. The trick: decide the smallest and biggest whole number the question allows, then read off the range aXb.

Watch the endpoint:  “at least 6” and “at most 6” include 6 · “more than 6” means 7 or above · “fewer than 6” means 5 or below. Because X is a whole number, every strict inequality becomes a weak one by shifting the endpoint by 1.

So “more than 8 but fewer than 15” becomes 9 ≤ X ≤ 14 — a clean range your GDC can take straight away.

🧭 Recipe — any binomial probability question

  1. State the model: write X ~ B(n, p) and say in words what X counts.
  2. Underline the wording: exactly · at least · at most · more than · fewer than · between.
  3. Write the range: turn the words into X = x or aXb — shift any strict inequality by 1.
  4. Pick the function: one exact value → Binomial PD · a range → Binomial CD (use the complement if “at least”).
  5. Enter n, p and the range; write the answer in context, rounded to 3 significant figures.

Worked examples

WE 1

A single value — P(X = x)

A basketball player makes 75% of her free throws. In one game she takes 12 free throws. Let X be the number she makes. Find the probability that she makes exactly 9.

model: X ~ B(12, 0.75) “exactly 9” ⇒ one value, X = 9 use Binomial PD: x = 9, n = 12, p = 0.75 P(X = 9) = 12C9 × 0.759 × 0.253 P(X = 9) ≈ 0.258 “Exactly” always means a single value — Binomial PD, not CD. About a 26% chance she makes exactly 9.
WE 2

“At most” — P(Xx)

A seed packet claims 80% of its seeds germinate. A gardener plants 15 seeds. Let X be the number that germinate. Find the probability that at most 11 germinate.

model: X ~ B(15, 0.8) “at most 11” ⇒ X ≤ 11 (11 is included) use Binomial CD: lower = 0, upper = 11, n = 15, p = 0.8 P(X ≤ 11) = P(0 ≤ X ≤ 11) P(X ≤ 11) ≈ 0.352 “At most” includes its endpoint, so 11 stays in. For a P(X ≤ x) range, enter 0 as the lower value.
WE 3

“At least” — the complement

A marketing team finds that 30% of its emails are opened. A campaign sends 20 emails. Let X be the number opened. Find the probability that at least 8 are opened.

model: X ~ B(20, 0.3) “at least 8” ⇒ X ≥ 8 use the complement: P(X ≥ 8) = 1 − P(X ≤ 7) P(X ≤ 7) ≈ 0.7723 (Binomial CD) P(X ≥ 8) = 1 − 0.7723 P(X ≥ 8) ≈ 0.228 “At least 8” is 8 or more, so you cut off X ≤ 7 — note the 7, not 8. Subtracting from 1 is the quickest route.
WE 4

A strict “between” — shift the endpoints

On a production line 4% of light bulbs are defective. An inspector checks a box of 50. Let X be the number of defective bulbs. Find P(1 < X < 6).

model: X ~ B(50, 0.04) strict inequalities — shift each endpoint by 1 1 < X < 6 ⇒ 2 ≤ X ≤ 5 use Binomial CD: lower = 2, upper = 5, n = 50, p = 0.04 P(1 < X < 6) = P(2 ≤ X ≤ 5) ≈ 0.585 because X is a whole number, “> 1” means “≥ 2” and “< 6” means “≤ 5”. Convert before you touch the GDC.
WE 5

Reading “more than” and “fewer than”

On a bus route, 85% of buses arrive on time. A commuter records 30 journeys. Let X be the number of on-time buses. Find the probability that (a) fewer than 25 are on time, (b) more than 26 are on time.

model: X ~ B(30, 0.85) (a) “fewer than 25” ⇒ X < 25 ⇒ X ≤ 24 P(X ≤ 24) ≈ 0.289 (Binomial CD) (b) “more than 26” ⇒ X > 26 ⇒ X ≥ 27 P(X ≥ 27) = 1 − P(X ≤ 26) ≈ 1 − 0.678 (a) ≈ 0.289 · (b) ≈ 0.322 “Fewer than 25” excludes 25 (X ≤ 24); “more than 26” excludes 26 (X ≥ 27). “Than” never includes its own number.
WE 6

Full question: model and three probabilities

A coffee shop finds that 40% of its customers use its loyalty app. The manager samples 25 customers. Let X be the number who use the app. (a) State the distribution. (b) Find P(X = 10). (c) Find the probability that at most 8 use the app. (d) Find the probability that more than 12 use the app.

(a) state the model X ~ B(25, 0.4) (b) one value → Binomial PD P(X = 10) ≈ 0.161 (c) “at most 8” ⇒ X ≤ 8 → Binomial CD P(X ≤ 8) ≈ 0.274 (d) “more than 12” ⇒ X ≥ 13 P(X > 12) = 1 − P(X ≤ 12) ≈ 0.154 (a) X ~ B(25, 0.4) · (b) 0.161 · (c) 0.274 · (d) 0.154 spot the function from the wording: “= 10” is PD; “at most” and “more than” are CD ranges. For (d), cutting off X ≤ 12 leaves X ≥ 13.

💡 Top tips

⚠ Common mistakes

The biggest source of lost marks here is the off-by-one in “more than” and “at least”. Rewrite the request as a clean range aXb before touching the GDC — once the range is right, the calculator won’t let you down.

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 →