aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesMath AI HLTopic 4.17Poisson distribution
Back to Math AI HL Topics
4.17.14 min read

Poisson distribution (Math AI HL)

IB Mathematics: Applications and Interpretation • Unit 4

IB exam ready

Study like the top scorers do

Access a smart study planner, AI tutor, and exam vault — everything you need to hit your target grade.

Start Free

Contents

  • What Poisson models and its formula
  • GDC probabilities, mean = variance, and adding Poissons
Counting random events in a fixed window: Picture a quiet help-desk that gets, on average, 3 calls per hour. Some hours bring 1 call, some bring 6, some bring none — the calls arrive at random.

The Poisson distribution gives the probability of getting exactly x events in that window when events happen independently at a steady average rate.

It has just one parameter, the mean m (the average number of events). Write X ~ Po(m).
Poisson probability of exactly x events when the mean is m.
Why this shape?: The mˣ grows with more events, 1/x! punishes large counts (x! explodes), and e−m is the normalising constant that makes all the probabilities sum to 1.

x can be any non-negative whole number — there is no upper limit, unlike the binomial.

IB-style question — exactly x events by formula

A help-desk receives calls at an average rate of 3 per hour, modelled by X ~ Po(3).

Find the probability of exactly 2 calls in a given hour.

Step by step

  1. Write the formula with m = 3 and x = 2.
  2. Substitute: 3² = 9 and 2! = 2.
  3. Evaluate.

Final answer

P(X = 2) = 0.224 (3 s.f.).

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime
Let the GDC do the arithmetic: A GDC is allowed on every AI paper, so you rarely plug into the formula by hand.

• poissonpdf(m, x) gives P(X = x) (exactly x). • poissoncdf(m, x) gives P(X ≤ x) (up to and including x).

For ranges, combine these: P(X ≥ k) = 1 − P(X ≤ k − 1) and P(X > k) = 1 − P(X ≤ k).
The Poisson's special property: mean = variance: For X ~ Po(m), the mean is m and the variance is also m — so the standard deviation is √m.

This is unique to the Poisson and is a quick suitability check: if a data set has its sample mean ≈ its sample variance, a Poisson model is plausible.
For a Poisson variable the mean and the variance are equal.

IB-style question — 'at least' on the GDC

Cars pass a remote junction at an average of 4.5 per minute, modelled by X ~ Po(4.5).

Find the probability that at least 6 cars pass in a given minute.

Step by step

  1. 'At least 6' is the complement of 'at most 5'.
  2. On the GDC: P(X ≤ 5) = poissoncdf(4.5, 5).
  3. Subtract from 1.

Final answer

P(X ≥ 6) = 0.297 (3 s.f.) — about a 30% chance of a busy minute.

Independent Poissons just add: If two independent Poisson counts have means m₁ and m₂, their total is also Poisson with mean m₁ + m₂.

This lets you rescale the window: a rate of 3 calls per hour over 4 hours is X ~ Po(3 × 4) = Po(12). Multiply the rate by the length of the interval.
Sum of independent Poisson variables: the means add.

IB-style question — combine two sources

A wildlife camera films two ponds. Pond A is visited by birds at a mean of 2.1 per hour and pond B at 1.4 per hour, independently, each modelled by a Poisson distribution.

Find the probability that exactly 3 birds in total are filmed in one hour.

Step by step

  1. Independent Poissons add: the total T has mean 2.1 + 1.4.
  2. Want exactly 3 — use poissonpdf(3.5, 3).
  3. Evaluate on the GDC.

Final answer

P(T = 3) = 0.216 (3 s.f.).

IB-style question — Poisson then binomial

A field is split into sections. The number of worms per section is Poisson with mean 1.5.

Find the probability that exactly 5 of 6 randomly chosen sections each contain at least one worm.

Step by step

  1. First, the chance a single section has at least one worm.
  2. 'At least one worm' is now a success with p = 0.7769 over n = 6 independent sections — a binomial model.
  3. Find P(Y = 5) on the GDC (binompdf).

Final answer

P(Y = 5) ≈ 0.379 (3 s.f.). The key move: a Poisson probability becomes the success probability p of a binomial across several trials.

Try an IB Exam Question — Free AI Feedback

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

A bakery sells gluten-free loaves at an average of 2.5 per day, modelled by X ~ Po(2.5). Find P(X = 4) for a given day. [2 marks]

Related Math AI HL Topics

Continue learning with these related topics from the same unit:

4.1.1Population and Samples
4.1.2Data Classification
4.1.3Sampling Techniques
4.1.4Data Reliability and Outliers
View all Math AI HL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Math AI HL

Previous
4.16.1Confidence intervals for a mean
Next
t-tests and z-tests4.18.1

11 exam-style questions ready for you

Students who practice on Aimnova improve their scores by 15% on average. Get instant feedback that shows exactly how to improve your answers.

Practice Now — FreeView All Math AI HL Topics