Probability & distributions · Lesson 3 of 3

The Poisson and normal distributions

The Poisson distribution for rare events and as an approximation to the binomial, and the normal distribution with z-scores and tables.

16 minYou should already know: Probability Permutation & combination
  1. 1
  2. 2
  3. 3

The binomial distribution counts successes in a fixed number of trials. Two other distributions appear in Further Maths: the Poisson for rare events, and the normal for measurements that cluster round an average.

The Poisson distribution

When events happen at random at an average rate λ\lambda (per day, per page, per batch), the number that happen is Poisson:

P(X = r) = e−λ λʳ ÷ r!λ is the mean number of eventsn large, p small: use λ = np for the binomial
The Poisson distributionλ is the mean number of events

It is also a good approximation to the binomial when nn is large and pp is small: use λ=np\lambda = np. That saves working out large powers.

Worked example · WAEC 2020

WAEC 2020 · Paper 2 · Q12

In a bottle manufacturing company, it was observed that 5%5\% of the bottles manufactured were defective. In a random sample of 150 bottles manufactured, find the probability that: [Take e=2.7183][\text{Take } e = 2.7183]

exactly 3;

between 3 and 6;

at most 4, bottles are defective.

  1. Which distribution?

    • Use the Poisson approximation with λ=np=150×0.05=7.5{\lambda = np = 150 \times 0.05 = 7.5}.
    • e−7.5≈0.000553{e^{-7.5} \approx 0.000553}.

    Think first. n = 150 is large and p = 0.05 is small. What is λ?

  2. Exactly 3

    • P(3)=e−7.5×7.533!{P(3) = e^{-7.5} \times \frac{7.5^3}{3!}}.
    • =0.000553×70.3125{= 0.000553 \times 70.3125}.
    • ≈0.0389{\approx 0.0389}.

    Think first. e^(−λ) λ³ ÷ 3!

  3. Between 3 and 6

    • P(4)=e−7.5×7.544!≈0.0729{P(4) = e^{-7.5} \times \frac{7.5^4}{4!} \approx 0.0729}.
    • P(5)=e−7.5×7.555!≈0.1094{P(5) = e^{-7.5} \times \frac{7.5^5}{5!} \approx 0.1094}.
    • Add: 0.1823{0.1823}.

    Think first. Between 3 and 6 means 4 or 5.

  4. At most 4

    • P(0)+P(1)+P(2)+P(3)+P(4){P(0) + P(1) + P(2) + P(3) + P(4)}.
    • The five terms: 0.0006{0.0006}, 0.0041{0.0041}, 0.0156{0.0156}, 0.0389{0.0389}, 0.0729{0.0729}.
    • Add them: 0.1321{0.1321}.

More: the Poisson distribution

The normal distribution

Heights, marks and weights often follow a normal distribution: a symmetric bell-shaped curve centred on the mean μ\mu, with spread measured by the standard deviation σ\sigma. The probability of a value between x1x_1 and x2x_2 is the area under the curve between them.

μx₁x₂z = (x − μ) ÷ σ
The normal curveChange x to z, then read the area from the table

Every normal distribution becomes the standard one (mean 0, standard deviation 1) when you change xx to z=x−μσz = \dfrac{x - \mu}{\sigma}. Tables give Φ(z)\Phi(z), the area to the left of zz, so

P(x1<X<x2)=Φ(z2)−Φ(z1)P(x_1 < X < x_2) = \Phi(z_2) - \Phi(z_1)
Areas under the normal curveSet the mean, the spread and two values
−3−2−10123
0.5z₁ = (64 − 60) ÷ 82z₂ = (76 − 60) ÷ 80.2858P(64 < X < 76)
Change each value to a z-score, the number of standard deviations from the mean. Then the probability is the area between z₁ and z₂: Φ(2) − Φ(0.5) = 0.9772 − 0.6915 = 0.2858.

Worked example · NECO 2023

NECO 2023 · Paper 2 · Q15 (b)

The scores of 5000 students follow a normal distribution with mean 72 and variance 25. Determine the number of students who obtained scores between 80 and 84.

  1. Mean and standard deviation

    • μ=72{\mu = 72}, and σ=25=5{\sigma = \sqrt{25} = 5}.

    Think first. The variance is 25. What is σ?

  2. The z-scores

    • z1=80−725=1.6{z_1 = \frac{80 - 72}{5} = 1.6}.
    • z2=84−725=2.4{z_2 = \frac{84 - 72}{5} = 2.4}.
  3. The probability

    • Φ(2.4)−Φ(1.6)=0.9918−0.9452{\Phi(2.4) - \Phi(1.6) = 0.9918 - 0.9452}.
    • =0.0466{= 0.0466}.

    Think first. Read Φ(2.4) and Φ(1.6) from the table.

  4. The number of students

    • 0.0466×5000=233{0.0466 \times 5000 = 233} students.

Your turn

WAEC 2023 · Paper 2 · Q12

  1. (a)

    A farmer finds out that for every 100 oranges he harvests, 15 are bad. If he selects 20 oranges from his farm, what is the probability that three of them are bad?

  2. (b)

    In an international market, the demand for mobile phones has a Poisson distribution with mean of 1.81.8. Find the probability that in a randomly chosen period, the demand is at most two.

Worked solution (try it first)

(a)

  1. p=15100=0.15p = \frac{15}{100} = 0.15 and n=20n = 20: P(3)=(203)(0.15)3(0.85)17P(3) = \binom{20}{3}(0.15)^3(0.85)^{17}
    ≈0.2428\approx 0.2428.

(b)

  1. λ=1.8\lambda = 1.8: P(X≤2)=e−1.8(1+1.8+1.822)P(X \le 2) = e^{-1.8}\left(1 + 1.8 + \dfrac{1.8^2}{2}\right)
    =4.42e−1.8= 4.42e^{-1.8}
    ≈0.7306\approx 0.7306.

Report a problem with this question