GCE A Level The Poisson Distribution
GCE A Level The Poisson Distribution
GCE A Level The Poisson Distribution
SMIYL
March 2023
X ∼ P o(λ)
1
Where X is the random variable, P o represents the Poisson Distribu-
tion, λ pronounced ’lambda’ represents the mean or constant average
rate.
Note: Mean and variance are the same when a Poisson distribution
is defined. The symbol to denote mean or variance under a Poisson
distribution is λ.
Note: Some literature may put the condition p < 0.1 in place of np < 5.
This is an acceptable alternative.
If,
X ∼ B(n, p)
X ∼ P o(np)
2
We can also use the Normal distribution to approximate to the Pois-
son distribution. However, since the Poisson distribution is discrete
and the normal distribution is continuous, we have to do continuity
correction. The conditions for using a normal approximation to the
Poisson distribution are:
λ > 15
If,
X ∼ P o(λ)
Note: Remember that mean and variance are the same under a Pois-
son Distribution, therefore, when we approximate to the normal dis-
tribution, mean and variance will both be equal to λ.
X ∼ P o(1.8)
P (X ≥ 2) = 1 − P (X < 2)
1 − P (X < 2)
P (X < 2) = P (X = 1) + P (X + 0)
3
Solve for P (X = 1) + P (X + 0) using the formula for calculating
Poisson probabilities.
λr
P (X = r) = e−λ ×
r!
1.81
P (X = 1) = e−1.8 ×
1!
P (X = 1) = 1.8e−1.8
1.80
P (X = 0) = e−1.8 ×
0!
P (X = 0) = e−1.8
Simplify,
P (X < 2) = 2.8e−1.8
P (X ≥ 2) = 1 − P (X < 2)
P (X ≥ 2) = 1 − (2.8e−1.8 )
P (X ≥ 2) = 0.537163113
P (X ≥ 2) = 0.537
2. The random variable X has the distribution P o(115). Use a suitable ap-
proximating distribution to find P (X ≤ 110). (9709/71/M/J/19 number
5)
X ∼ P o(115)
λ = 115 > 15
4
Since λ is both mean and variance when we move to the normal
distribution,
X ∼ N (λ, λ)
X ∼ N (115, 115)
P (X < 110.5)
110.5 − 115
P Z< √
115
P (Z < −0.420)
1 − ϕ(0.420)
1 − 0.663
0.337
0.337
3. The random variable X has the distribution B(300, 0.01). Use a Poisson
approximation to find P (2 < X < 6). (9709/73/O/N/19 number 5)
X ∼ B(300, 0.01)
X ∼ P o(np)
5
Therefore,
X ∼ P o(3)
P (2 < X < 6) = P (X = 3, 4, 5)
Note: Since both the Poisson and binomial distribution are dis-
crete there is no need for continuity correction.
3
34 35
−3 3
P (X = 3, 4, 5) = e + +
3! 4! 5!
P (X = 3, 4, 5) = 0.4928919768
P (X = 3, 4, 5) = 0.493