Study Guide

Binomial, Poisson and normal distributions

IB Mathematics: Applications and Interpretation HLΒ· 5.6 Common probability distributionsΒ· 25 min read

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

πŸ“˜ Definition

Binomial Distribution

A discrete probability distribution that models the number of successes in a fixed number of independent Bernoulli trials, each with constant probability of success.

Example:

Number of heads in 10 independent coin flips

The probability of getting exactly successes is given by the probability mass function:

P(X=k)=(nk)pk(1βˆ’p)nβˆ’kP(X=k) = \binom{n}{k} p^k (1-p)^{n-k}

The expected value (mean) and variance of a binomial distribution are:

E(X)=np,Var(X)=np(1βˆ’p)E(X) = np, \quad Var(X) = np(1-p)
πŸ“ Worked Example

5% of light bulbs produced at a factory are defective. A random sample of 10 bulbs is selected. What is the probability that exactly 2 bulbs are defective?

  1. 1

    Check binomial conditions: fixed trials, two outcomes (defective/not defective), constant , independent trials (population large), so binomial is appropriate.

  2. 2

    Substitute into the PMF:

  3. 3
    P(X=2)=(102)(0.05)2(0.95)8P(X=2) = \binom{10}{2} (0.05)^2 (0.95)^8
  4. 4

    Calculate , then simplify to get:

  5. 5
    P(X=2)β‰ˆ0.0746P(X=2) \approx 0.0746

Exam tip:

Marks are often awarded for justifying why you chose a binomial distribution, always confirm the four conditions in your working.

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

πŸ“˜ Definition

Poisson Distribution

A discrete probability distribution that models the number of events occurring in a fixed interval of time/space, when events occur at a constant known mean rate and independently of each other.

Example:

Number of customers arriving at a cafΓ© in 1 hour

The probability of exactly events occurring is:

P(X=k)=eβˆ’Ξ»Ξ»kk!P(X=k) = \frac{e^{-\lambda} \lambda^k}{k!}

A key property of the Poisson distribution is that its mean and variance are equal to :

E(X)=Ξ»,Var(X)=Ξ»E(X) = \lambda, \quad Var(X) = \lambda
πŸ“ Worked Example

On average, 3 cars pass through a crosswalk every 10 minutes. What is the probability that exactly 5 cars pass through in a 10-minute interval?

  1. 1

    Check Poisson conditions: fixed interval, constant mean rate, independent events. So .

  2. 2

    Substitute into the PMF:

  3. 3
    P(X=5)=eβˆ’3355!P(X=5) = \frac{e^{-3} 3^5}{5!}
  4. 4

    Calculate , , so simplify:

  5. 5
    P(X=5)β‰ˆ0.1008P(X=5) \approx 0.1008

3. Normal Distributionβ˜…β˜…β˜…β˜†β˜†β± 7 min

πŸ“˜ Definition

Normal Distribution

A continuous symmetric bell-shaped probability distribution, widely used to model naturally occurring continuous variables.

Example:

Heights of adult humans

The probability density function is:

f(x)=1Οƒ2Ο€eβˆ’(xβˆ’ΞΌ)22Οƒ2f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}

In IB AI HL, you will use your GDC to calculate cumulative probabilities and quantiles for normal distributions, rather than using the PDF directly. The empirical rule states ~68% of data lies within 1 standard deviation of the mean, ~95% within 2, ~99.7% within 3.

πŸ“ Worked Example

Given , find and the value of such that .

  1. 1

    First, identify parameters: , (note that the second parameter is variance, so , ).

  2. 2

    For , use the cumulative normal function on your GDC:

  3. 3

    Result:

  4. 4

    For , we have , use inverse normal:

  5. 5

    Result:

Exam tip:

Always check if the question gives variance or standard deviation; mixing these up when entering values into your GDC is a very common mistake.

4. Approximations Between Distributionsβ˜…β˜…β˜…β˜…β˜†β± 5 min

When calculations for one distribution become tedious (usually for large ), we can approximate it with another distribution if conditions are met. Two key approximations are taught in IB AI HL:

  • Poisson approximation to binomial: when is large () and is small (), approximate with

  • Normal approximation: for , approximate with when and ; for , approximate with when

πŸ“ Worked Example

1000 seeds are planted, each germinates with probability 0.002. Use Poisson approximation to find the probability that fewer than 3 seeds germinate.

  1. 1

    Check conditions: large, small, so Poisson approximation is appropriate. .

  2. 2

    We want

  3. 3
    P(X≀2)=eβˆ’2200!+eβˆ’2211!+eβˆ’2222!=5eβˆ’2P(X \leq 2) = \frac{e^{-2} 2^0}{0!} + \frac{e^{-2} 2^1}{1!} + \frac{e^{-2} 2^2}{2!} = 5e^{-2}
  4. 4

    Simplify to get:

  5. 5
    P(X<3)β‰ˆ0.677P(X < 3) \approx 0.677

5. Common Pitfalls

Wrong move:

Forgetting continuity correction when approximating a discrete distribution with normal

Why:

Discrete distributions only take integer values, so omitting the correction gives inaccurate probability

Correct move:

Always adjust the bound by Β±0.5 when doing a normal approximation to a discrete distribution

Wrong move:

Mixing up variance and standard deviation when entering normal distribution parameters into GDC

Why:

Notation uses variance as the second parameter, and students often enter the wrong value

Correct move:

Always confirm if the question gives variance or standard deviation, and double-check your input before calculating

Wrong move:

Using binomial distribution when sampling without replacement from a small population

Why:

Trials are not independent, so the probability of success changes between draws

Correct move:

Only use binomial if the population is at least 10 times larger than the sample size

Wrong move:

Using Poisson approximation to binomial when p is large

Why:

Poisson approximation is only accurate when p is very small, it will give large errors for large p

Correct move:

Use normal approximation to binomial when and , regardless of p size

6. Quick Reference Cheatsheet

Distribution

Type

Notation

Mean

Variance

PMF/PDF

Binomial

Discrete

Poisson

Discrete

Normal

Continuous

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 Β· 1

    Binomial probability calculation

  • 2024 Β· 2

    Normal approximation question

  • 2023 Β· 1

    Distribution identification

What's Next

Understanding these three core distributions is foundational for almost all further statistical inference topics you will encounter in IB AI HL. These distributions are used to model a huge range of real-world processes, from quality control in manufacturing to predicting customer foot traffic, and form the backbone of hypothesis testing and confidence interval calculation. Once you are comfortable identifying when to use each distribution, justifying your choice and calculating probabilities, you are ready to move on to more advanced statistical topics that build directly on this knowledge.