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
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA 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.897
NotesMath AI HLTopic 4.17Poisson distribution
Back to Math AI HL Topics
4.17.12 min read

Poisson distribution

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 Trial

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

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