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.8Binomial probabilities
Back to Math AA SL Topics
4.8.11 min read

Binomial probabilities

IB Mathematics: Analysis and Approaches • Unit 4

AI-powered feedback

Stop guessing — know where you lost marks

Get instant, examiner-style feedback on every answer. See exactly how to improve and what the markscheme expects.

Try It Free

Contents

  • When is it binomial?
  • P(X = k) on the GDC
  • At most, at least & between
  • 'At least one' & finding n
Fixed trials, two outcomes, constant p: Use the binomial model X ~ B(n, p) when there is a fixed number n of independent trials, each with just two outcomes (success/failure) and the same success probability p every time. X = the number of successes.

IB-style question — set it up

A biased coin lands heads with probability 0.4. It is tossed 12 times. State the distribution of the number of heads X.

Step by step

  1. Fixed trials n, constant p, two outcomes.
  2. Write the model.

Final answer

X ~ B(12, 0.4).

p must stay constant: If the probability changes between trials (e.g. drawing without replacement), it is not binomial.
Exactly k successes: For exactly k successes use binompdf(n, p, k). By hand it is ⁿCₖ pᵏ (1−p)ⁿ⁻ᵏ, but on Paper 2 the calculator does it directly.
Binomial probability — in the formula booklet; binompdf does this on the GDC.

IB-style question — exactly k

X ~ B(10, 0.3). Find P(X = 4).

Step by step

  1. Exactly 4 successes → binompdf.
  2. Evaluate on the GDC.

Final answer

P(X = 4) ≈ 0.200.

Study smarter, not longer

Most students waste 40% of study time on topics they already know. Our AI tracks your progress and optimizes every minute.

Try Smart Study Free7-day free trial • No card required
binomcdf adds up from 0: binomcdf(n, p, k) gives P(X ≤ k) (cumulative). Build the others from it: P(X ≥ k) = 1 − P(X ≤ k−1), and P(a ≤ X ≤ b) = P(X ≤ b) − P(X ≤ a−1).

IB-style question — at most / at least

X ~ B(10, 0.3). Find P(X ≤ 2) and P(X ≥ 3).

Step by step

  1. At most 2 → binomcdf.
  2. At least 3 is the complement.

Final answer

P(X ≤ 2) ≈ 0.383; P(X ≥ 3) ≈ 0.617.

Mind the −1: For P(X ≥ k) subtract P(X ≤ k − 1) — using P(X ≤ k) drops the value k itself.
Complement, and solving for n: P(at least one) = 1 − P(X = 0). To find n so that P(at least one) reaches a target, solve 1 − (1−p)ⁿ ≥ target (take logs, or use a table on the GDC).

IB-style question — find the number of trials

A machine produces an item that is faulty with probability 0.1. How many items must be inspected so that the probability of finding at least one faulty item is at least 0.9?

Step by step

  1. P(at least one) = 1 − P(none) ≥ 0.9.
  2. Take logs and solve.

Final answer

At least 22 items must be inspected.

Round UP for 'at least': Solving gives a decimal; since n is a whole number of trials and you need to reach the target, round up.

Try an IB Exam Question — Free AI Feedback

Test yourself on Binomial probabilities. Write your answer and get instant AI feedback — just like a real IB examiner.

X ~ B(15, 0.2). Find P(X = 3). [2 marks]

Related Math AA SL Topics

Continue learning with these related topics from the same unit:

4.1.1Populations & samples
4.1.2Sampling techniques
4.2.1Frequency & histograms
4.2.2Cumulative frequency
View all Math AA SL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Math AA SL

Previous
4.7.1Distributions & E(X)
Next
Mean & variance4.8.2

8 practice questions on Binomial probabilities

Students who practiced this topic on Aimnova scored 82% on average. Try free practice questions and get instant AI feedback.

Try 3 Free QuestionsView All Math AA SL Topics