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

  • IB Diploma
  • All IB Subjects
  • IB ESS
  • IB Business Management
  • IB Economics
  • IB Math AI SL
  • IB Math AA SL
  • Grade Calculator
  • Exam Timetable 2026
  • ESS Predictions
  • BM Predictions
  • IB Economics Predictions 2026

Study Resources

  • Free Study Notes
  • Revision Guide
  • Flashcards
  • ESS Question Bank
  • BM Question Bank
  • Mock Exams
  • Past Paper Feedback
  • Exam Skills
  • Command Terms

Company

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

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

v0.1.644
NotesMath AA SLTopic 4.8
Unit 4 · Statistics & Probability · Topic 4.8

IB Math AA SL — 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 SL 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

📊 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.

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.

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 SL exam date.

Start studying free

Topic 4.8 Binomial distribution forms a core part of Unit 4: Statistics & Probability in IB Math AA SL. 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 SL 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