aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Stay in the loop

Study tips, product updates, and early access to new features.

aimnova.

AI-powered IB study platform with personalised plans, instant feedback, and examiner-style marking.

IB Subjects
  • All IB Subjects
  • IB Diploma
  • IB ESS
  • IB Economics
  • IB Business Management
  • IB Math AI
  • IB Math AA
  • IB Physics
  • IB Biology
  • IB Chemistry
  • IB History
  • IB History (2028+)
  • IB Global Politics
  • IB Psychology
  • IB Philosophy
  • IB Geography
  • IB Spanish B
  • IB German B
  • IB Italian B
  • IB French B
  • IB English B
  • IB English A Lang & Lit
  • IB Spanish A Lang & Lit
  • IB French A Lang & Lit
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
  • Physics Question Bank
  • Biology Question Bank
  • Chemistry Question Bank
  • History Question Bank
  • History (2028+) Question Bank
  • Global Politics Question Bank
  • Psychology Question Bank
  • Philosophy Question Bank
  • Geography Question Bank
  • Spanish B Question Bank
  • German B Question Bank
  • Italian B Question Bank
  • French B Question Bank
  • English B Question Bank
  • English A Lang & Lit Question Bank
  • Spanish A Lang & Lit Question Bank
  • French A Lang & Lit Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA Predictions 2026
  • Physics Predictions 2026
  • Geography Predictions 2026
  • Spanish B Predictions 2026
  • German B Predictions 2026
  • Italian B Predictions 2026
  • French B Predictions 2026
  • English B Predictions 2026

Study Resources

  • Free Study Notes
  • Mock Exams
  • Revision Guide
  • Flashcards
  • Exam Skills
  • Command Terms
  • Past Paper Feedback
  • Grade Calculator
  • Exam Timetable 2026

Company

  • Features
  • Pricing
  • About Us
  • Blog
  • Contact
  • Terms
  • Privacy
  • Cookies

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

v0.1.1506
NotesMath AATopic 4.8
Unit 4 · Statistics & Probability · Topic 4.8

IB Math AA — Binomial distribution

Topic 4.8 of IB Mathematics: Analysis and Approaches covers Binomial distribution, which is part of Unit 4: Statistics & Probability. Students explore key concepts including Binomial probabilities, Mean & variance. A strong understanding of binomial distribution is essential for IB Math AA exams and builds the foundation for connected topics across the syllabus.

Exam technique guidePractice questions

Key concepts in Binomial distribution

Key Idea: The binomial distribution counts successes in a fixed number of independent trials — and it is a heavy Paper 2 GDC topic, with binompdf / binomcdf doing nearly all the work.

🎯 When is it binomial? — X ~ B(n, p)

Fixed number of trials n, each trial independent, only two outcomes (success / failure), and the same success probability p every time. Then X ~ B(n, p) counts the successes. Drawing without replacement changes p between trials → not binomial.

🧮 Probabilities on the GDC (Paper 2)

P(X=k)=(nk) pk(1−p)n−kP(X = k) = \binom{n}{k}\,p^{k}(1-p)^{n-k}P(X=k)=(kn​)pk(1−p)n−k
nnn
number of trials
ppp
success probability
kkk
number of successes
You want…GDCHow to build it
P(X = k) (exactly)binompdf(n, p, k)Direct.
P(X ≤ k) (at most)binomcdf(n, p, k)Direct (cumulative).
P(X ≥ k) (at least)binomcdf1 − binomcdf(n, p, k − 1)
P(X > k) (more than)binomcdf1 − binomcdf(n, p, k)
P(a ≤ X ≤ b)binomcdfbinomcdf(…, b) − binomcdf(…, a − 1)
P(at least one)binompdf1 − binompdf(n, p, 0)

📊 Mean & variance

E(X)=np,Var(X)=np(1−p),σ=np(1−p)E(X) = np, \qquad \text{Var}(X) = np(1-p), \qquad \sigma = \sqrt{np(1-p)}E(X)=np,Var(X)=np(1−p),σ=np(1−p)​
npnpnp
expected number of successes
np(1−p)np(1-p)np(1−p)
variance — multiply by both p and (1 − p)
Tip: Given the mean and variance, variance ÷ mean = 1 − p (this cancels n) → gives p; then n = mean ÷ p.

✏️ IB-style worked examples

IB-style question — exactly, at most, at least

A spinner lands on red with probability 0.35. It is spun 14 times. Let X be the number of reds. Find (a) P(X = 5), (b) P(X ≤ 4), (c) P(X ≥ 6).

Step by step:

  1. State the model.

    X∼B(14, 0.35)X \sim B(14,\,0.35)X∼B(14,0.35)
  2. (a) Exactly 5 → binompdf(14, 0.35, 5).

    P(X=5)≈0.218P(X = 5) \approx 0.218P(X=5)≈0.218
  3. (b) At most 4 → binomcdf(14, 0.35, 4).

    P(X≤4)≈0.423P(X \le 4) \approx 0.423P(X≤4)≈0.423
  4. (c) At least 6 is the complement of ≤ 5.

    P(X≥6)=1−binomcdf(14,0.35,5)≈0.359P(X \ge 6) = 1 - \text{binomcdf}(14, 0.35, 5) \approx 0.359P(X≥6)=1−binomcdf(14,0.35,5)≈0.359
Final answer:

(a) 0.218 (b) 0.423 (c) 0.359 (3 s.f.).

IB-style question — find the mean, variance and standard deviation

A quiz has 40 independent questions, each guessed correctly with probability 0.25. Let X be the number correct. Find the mean, variance and standard deviation of X.

Step by step:

  1. Mean = np.

    E(X)=40×0.25=10E(X) = 40 \times 0.25 = 10E(X)=40×0.25=10
  2. Variance = np(1 − p).

    Var(X)=40×0.25×0.75=7.5\text{Var}(X) = 40 \times 0.25 \times 0.75 = 7.5Var(X)=40×0.25×0.75=7.5
  3. Standard deviation = √variance.

    σ=7.5≈2.74\sigma = \sqrt{7.5} \approx 2.74σ=7.5​≈2.74
Final answer:

Mean = 10, variance = 7.5, standard deviation ≈ 2.74.

🔒 GDC walkthrough

Step through the exact calculator keystrokes, screen by screen, in study mode.

Unlock free for 7 days →
Important: binomcdf only gives P(X ≤ k), so an 'at least k' or 'more than k' question needs the complement: P(X ≥ k) = 1 − binomcdf(n, p, k − 1) and P(X > k) = 1 − binomcdf(n, p, k). Forgetting the 1 −, or the k − 1, is the most common lost mark in this topic.

Tap each card to reveal the answer.

X ~ B(20, 0.4): which command for P(X = 8)? binompdf(20, 0.4, 8) — pdf = exactly.

X ~ B(20, 0.4): how do you get P(X ≥ 8)? 1 − binomcdf(20, 0.4, 7) — complement, with k − 1 = 7.

X ~ B(30, 0.2): find the mean and variance Mean = 30 × 0.2 = 6; variance = 30 × 0.2 × 0.8 = 4.8.

A binomial has mean 12 and variance 4.8 — find p variance ÷ mean = 0.4 = 1 − p, so p = 0.6 (then n = 12 ÷ 0.6 = 20).

P(at least one) for n trials, success prob p? 1 − P(X = 0) = 1 − (1 − p)ⁿ — use the complement.

Exam Tips

  • Always state the model first: X ~ B(n, p), then read off n, p and k.
  • binompdf = exactly k; binomcdf = at most k (≤). They live in DISTR (2nd → VARS).
  • 'At least / more than' → use the complement: P(X ≥ k) = 1 − binomcdf(n, p, k − 1).
  • Mean = np, variance = np(1 − p), sd = √(np(1 − p)) — all in the formula booklet.
  • To find n and p from mean & variance: variance ÷ mean = 1 − p, then n = mean ÷ p.

What you'll learn in Topic 4.8

  • 4.8.1 Binomial probabilities
  • 4.8.2 Mean & variance
Suggested study order: Read the notes for each sub-topic below → test yourself with flashcards → attempt practice questions → review exam technique.

Study resources — 4.8 Binomial distribution

4.8.1

Binomial probabilities

Notes
4.8.2

Mean & variance

Notes

Ready to study Binomial distribution?

Get AI-powered practice questions, personalised feedback, and a study planner tailored to your IB Math AA exam date.

Start studying free

Topic 4.8 Binomial distribution forms a core part of Unit 4: Statistics & Probability in IB Math AA. Mastering these concepts will strengthen your understanding of connected topics across the syllabus and prepare you for exam questions that require analysis, evaluation, and real-world application.

Previous topic
4.7 Discrete random variables
Next topic
4.9 Normal distribution
All Math AA topics
Exam technique

Ready to practice?

Get AI-graded practice questions, mock exams, flashcards, and a personalised study plan — all aligned to your IB syllabus.

Start Studying Free

No credit card required · Cancel anytime