Study Guide

The Binomial and Poisson Distributions (Edexcel IAL S2)

Edexcel International A-Level MathematicsΒ· S2 Β§1.1 to Β§1.3Β· 25 min read

1. Binomial & Poisson Distribution Model Appropriatenessβ˜…β˜…β˜†β˜†β˜†β± 5 min

βœ“ Calculator OK

πŸ“˜ Definition

Binomial Distribution

Discrete distribution modeling the number of successes in n independent, identical Bernoulli trials, each with constant success probability p. Conditions: Fixed n, independent trials, 2 outcomes (success/failure), constant p.

Example:

Number of defective items in a batch of 20, where 5% of items are defective.

πŸ“˜ Definition

Poisson Distribution

Discrete distribution modeling the number of events occurring in a fixed interval of time/space, where events occur independently at a constant average rate. Conditions: Events occur independently, at constant average rate, no simultaneous events.

Example:

Number of customers arriving at a cafΓ© per hour, with average 8 arrivals per hour.

πŸ“ Worked Example

A teacher models the number of students absent from a class of 30 on a random school day as a binomial distribution, with probability of absence 0.03 per student. Comment on the appropriateness of this model.

  1. 1
    1. Test binomial conditions against the scenario: Fixed n=30 trials (students), 2 outcomes (absent/present): both conditions are met.
  2. 2
    1. Check constant success probability: If absence reasons are independent (e.g. individual illness), p=0.03 is constant: condition is partially met.
  3. 3
    1. Check independent trials: If absences are due to contagious illness, trials are not independent: this is a key potential limitation.
  4. 4
    1. Final conclusion: The model is appropriate if absences are independent, and inappropriate if there is a widespread illness causing multiple related absences.

2. Cumulative Probability Calculationsβ˜…β˜…β˜…β˜†β˜†β± 7 min

βœ“ Calculator OK

Cumulative probabilities for and can be calculated directly using the probability mass function (pmf) from the formula booklet, or looked up in the provided cumulative statistical tables to save time in exams. Tables give for specified parameter values.

πŸ“ Worked Example

Given , calculate first via direct calculation, then verify using cumulative tables.

  1. 1
    1. Direct calculation requires summing the pmf for x=2, 3, 4:
  2. 2
    P(X=2)=(102)0.220.88=45Γ—0.04Γ—0.16777216=0.3020P(X=2) = \binom{10}{2} 0.2^2 0.8^8 = 45 \times 0.04 \times 0.16777216 = 0.3020
  3. 3
    P(X=3)=(103)0.230.87=120Γ—0.008Γ—0.2097152=0.2013P(X=3) = \binom{10}{3} 0.2^3 0.8^7 = 120 \times 0.008 \times 0.2097152 = 0.2013
  4. 4
    P(X=4)=(104)0.240.86=210Γ—0.0016Γ—0.262144=0.0881P(X=4) = \binom{10}{4} 0.2^4 0.8^6 = 210 \times 0.0016 \times 0.262144 = 0.0881
  5. 5
    1. Sum the terms:
  6. 6
    1. Verify with tables: , , so , matching the direct calculation.

3. Distribution Properties & Poisson Additive Ruleβ˜…β˜…β˜…β˜†β˜†β± 6 min

βœ“ Calculator OK

Mean and variance for both distributions are given in the formula booklet (no derivation required):

  • For : ,
  • For :

πŸ“˜ Definition

Poisson Additive Property

If events occur at a constant average rate of Ξ» per unit interval, then the number of events in k identical independent intervals follows . This only applies when intervals are independent and the rate is constant.

πŸ“ Worked Example

A bakery receives an average of 3 customer complaints per week. Assuming complaints follow a Poisson distribution, find the probability that the bakery receives fewer than 2 complaints in a 2-week period.

  1. 1
    1. Apply the additive property: Rate per 2 weeks = , so let = number of complaints in 2 weeks,
  2. 2
    1. We need
  3. 3
    1. Use cumulative Poisson tables for :

4. Poisson Approximation to the Binomial Distributionβ˜…β˜…β˜…β˜…β˜†β± 7 min

βœ“ Calculator OK

For binomial distributions where n is large () and p is small (), the Poisson distribution provides a simpler approximation. The Poisson parameter Ξ» is set equal to the mean of the binomial distribution, so .

πŸ“ Worked Example

A factory produces components, 2% of which are defective. A random sample of 100 components is selected. Use a Poisson approximation to find the probability that fewer than 3 components are defective.

  1. 1
    1. Define the original binomial variable: Let = number of defective components,
  2. 2
    1. Check conditions for Poisson approximation: , : conditions are satisfied
  3. 3
    1. Calculate , so the approximate distribution is
  4. 4
    1. We need
  5. 5
    1. Use cumulative Poisson tables for :

5. Common Pitfalls

Wrong move:

Forgetting to state conditions for model appropriateness or Poisson approximation

Why:

Examiners allocate explicit marks for justifying choices, so you lose method marks even if calculations are correct

Correct move:

Always reference the 4 binomial conditions or 3 Poisson conditions when commenting on appropriateness, and state , when using Poisson approximation to binomial

Wrong move:

Using the wrong cumulative probability complement, e.g. calculating as

Why:

You exclude X=3 incorrectly, leading to wrong final answer

Correct move:

Use , and for all discrete distributions

Wrong move:

Applying the Poisson additive property to non-independent intervals, or scaling incorrectly

Why:

The additive property only holds when intervals are independent and the event rate is constant across intervals

Correct move:

Only scale Ξ» if intervals are identical, independent, and the average rate does not change between intervals

Wrong move:

Confusing variance formulae for binomial and Poisson distributions

Why:

Mistakes in variance calculation lead to incorrect parameter values for approximations or follow-up questions

Correct move:

Remember: Binomial variance = , Poisson variance = mean; cross-check with the formula booklet if unsure

Wrong move:

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

Why:

Poisson approximation is only valid for small p; large p cases use normal approximation (separate S2 topic)

Correct move:

Only use Poisson approximation when and per Edexcel guidance

6. Quick Reference Cheatsheet

Concept

Notation / Formula

Key Conditions / Notes

Binomial Distribution

; ,

Fixed n, independent trials, 2 outcomes, constant p; use tables for cumulative probs

Poisson Distribution

;

Events independent, constant rate, no simultaneous events; use tables for cumulative probs

Poisson Additive Property

Rate per k intervals = ,

Only for independent, identical intervals with constant rate

Poisson Approx to Binomial

,

Valid if , ; simplifies large n, small p binomial calculations

7. Frequently Asked

When can I use Poisson to approximate a binomial distribution?

Use Poisson approximation for if n is large () and p is small (), so that is moderate (typically , per Edexcel guidance).

Do I need to derive the mean and variance for binomial or Poisson?

No, derivations are not required for Edexcel IAL S2. You can directly use the formulae given in the official formula booklet: , for ; for .

Going deeper

What's Next

Now that you have mastered binomial and Poisson distributions for Edexcel IAL S2, you are ready to move to more advanced statistics topics that build on these core probability models. The next key topic in S2 is continuous probability distributions, including the normal distribution, which you will use for approximations and hypothesis testing later in the unit. You will also apply these discrete distribution models to hypothesis testing for binomial and Poisson parameters in S2 Section 4, where you will learn to test claims about population proportions and event rates. Ensure you practice past paper questions focused on this topic to familiarize yourself with Edexcel's exam phrasing and mark scheme expectations, especially for questions asking you to comment on model appropriateness, which are common high-mark questions. Don't forget to use the provided formula booklet and statistical tables during practice to simulate exam conditions.