Study Guide

Binomial and Poisson distributions

IB Mathematics: Analysis and Approaches HLΒ· Topic 4: Statistics and probability, 4.6 Discrete distributionsΒ· 30 min read

1. Binomial Distributionβ˜…β˜…β˜†β˜†β˜†β± 15 min

βœ“ Calculator OK

πŸ“˜ Definition

Binomial Distribution

A discrete probability distribution for the number of successes in independent Bernoulli trials, where each trial has two outcomes and constant success probability .

Example:

Number of correct multiple choice answers when guessing 10 questions.

Four conditions must be satisfied for a distribution to be binomial: (1) fixed number of trials, (2) two possible outcomes per trial, (3) trials are independent, (4) constant probability of success. The key properties are:

  • Probability mass function:

  • Expected value:

  • Variance:

πŸ“ Worked Example

12% of students in a school are left-handed. 7 students are selected at random. Find the probability that exactly 2 are left-handed, and the expected number of left-handed students.

  1. 1

    Check conditions: fixed trials, two outcomes (left/right-handed), independent selection, constant . So

  2. 2

    Use the binomial PMF for :

  3. 3
    P(X=2)=(72)(0.12)2(0.88)5P(X=2) = \binom{7}{2} (0.12)^2 (0.88)^5
  4. 4

    Calculate: , so $21 \times 0.0144 \times 0.4182 \approx 0.160

  5. 5

    Calculate expected value:

  6. 6
    E(X)=np=7Γ—0.12=0.84E(X) = np = 7 \times 0.12 = 0.84

Exam tip:

Always verify the four binomial conditions first to earn full method marks.

2. Poisson Distributionβ˜…β˜…β˜…β˜†β˜†β± 15 min

βœ“ Calculator OK

πŸ“˜ Definition

Poisson Distribution

A discrete probability distribution for the number of events occurring in a fixed interval of time or space, when events occur at a constant average rate and independently of each other.

Example:

Number of cars passing a checkpoint in 1 hour.

A unique property of the Poisson distribution is that its mean equals its variance. The key properties are:

  • Probability mass function:

  • Expected value:

  • Variance:

πŸ“ Worked Example

A website receives an average of 4 hits per 10 minutes. Find the probability of exactly 6 hits in 10 minutes, and the probability of fewer than 2 hits.

  1. 1

    Confirm conditions: constant average rate, independent events, so with

  2. 2

    Calculate :

  3. 3
    P(X=6)=eβˆ’4466!=4096eβˆ’4720β‰ˆ0.104P(X=6) = \frac{e^{-4} 4^6}{6!} = \frac{4096 e^{-4}}{720} \approx 0.104
  4. 4

    Calculate :

  5. 5
    P(X<2)=eβˆ’4400!+eβˆ’4411!=eβˆ’4(1+4)=5eβˆ’4β‰ˆ0.092P(X < 2) = \frac{e^{-4} 4^0}{0!} + \frac{e^{-4} 4^1}{1!} = e^{-4}(1 + 4) = 5e^{-4} \approx 0.092

3. Poisson Approximation to Binomialβ˜…β˜…β˜…β˜†β˜†β± 20 min

βœ“ Calculator OK

When the binomial distribution has a large number of trials and small success probability , it can be approximated by a Poisson distribution with parameter . The IB rule of thumb for this approximation to be valid is and , or and .

πŸ“ Worked Example

0.5% of products made by a factory are defective. 200 products are selected at random. Use a Poisson approximation to find the probability of exactly 2 defective products.

  1. 1

    Confirm conditions: large, small. Calculate

  2. 2

    Approximate with

  3. 3

    Calculate using Poisson PMF:

  4. 4
    P(X=2)=eβˆ’1122!=eβˆ’12β‰ˆ0.184P(X=2) = \frac{e^{-1} 1^2}{2!} = \frac{e^{-1}}{2} \approx 0.184
βœ“ Quick check
  1. When can you use Poisson approximation to a binomial distribution ?

    • Never

    • Yes, because n is large and p is small

    • Only if n < 50

    • Only if p > 0.1

    Reveal answer
    1 β€”

    Correct: is large, is small, so Poisson approximation is appropriate here, with .

4. Common Pitfalls

Wrong move:

Assuming any count data automatically follows a Poisson distribution.

Why:

Poisson requires events to occur independently at a constant rate. Clustered or dependent events violate this assumption.

Correct move:

Always check the distribution conditions before starting calculations to earn method marks even if your final answer is incorrect.

Wrong move:

Forgetting to scale when changing the interval size for a Poisson distribution.

Why:

is the mean rate for the given interval, so it scales proportionally with interval size.

Correct move:

Multiply by the scaling factor for the new interval, e.g., 2 per 10 minutes = 6 per 30 minutes.

Wrong move:

Using for binomial variance, instead of .

Why:

Variance for binomial depends on both n and p, and is always less than the mean when .

Correct move:

Remember: for binomial, variance = mean , so .

Wrong move:

Using Poisson approximation when p is large (e.g., p = 0.8).

Why:

The approximation only works when p is small. For large p, you can model failures instead, or use a normal approximation.

Correct move:

Only use Poisson approximation for binomial when and n is large, per IB requirements.

5. Quick Reference Cheatsheet

Distribution

Notation

Mean

Variance

Use Case

Binomial

successes in n fixed trials

Poisson

events in fixed interval

Poisson approx to Binomial

n large,

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· P1

    Binomial probability calculation

  • 2024 Β· P2

    Poisson approximation question

  • 2023 Β· P1

    Compare binomial and Poisson

Going deeper

What's Next

Binomial and Poisson distributions are core discrete probability models that you will use frequently in both Paper 1 and Paper 2 IB AA HL exams, often combined with conditional probability or hypothesis testing for population parameters. Mastering the conditions for selecting the correct distribution is a key skill that will carry over to continuous distributions, which are the next major topic in the statistics unit. You will now build on this foundation to study the most common continuous distribution, the normal distribution, which is also used to approximate binomial distributions for large n.