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 λ (per day, per page, per batch), the number that happen is Poisson:
The Poisson distributionλ is the mean number of events
It is also a good approximation to the binomial when n is large and p is small: use λ=np. That saves working out large powers.
In a bottle manufacturing company, it was observed that 5% of the bottles manufactured were defective. In a random sample of 150 bottles manufactured, find the probability that: [Take e=2.7183]
exactly 3;
between 3 and 6;
at most 4, bottles are defective.
Which distribution?
Use the Poisson approximation with λ=np=150×0.05=7.5.
e−7.5≈0.000553.
Think first.n = 150 is large and p = 0.05 is small. What is λ?
Exactly 3
P(3)=e−7.5×3!7.53.
=0.000553×70.3125.
≈0.0389.
Think first.e^(−λ) λ³ ÷ 3!
Between 3 and 6
P(4)=e−7.5×4!7.54≈0.0729.
P(5)=e−7.5×5!7.55≈0.1094.
Add: 0.1823.
Think first.Between 3 and 6 means 4 or 5.
At most 4
P(0)+P(1)+P(2)+P(3)+P(4).
The five terms: 0.0006, 0.0041, 0.0156, 0.0389, 0.0729.
Heights, marks and weights often follow a normal distribution: a symmetric bell-shaped curve centred on the mean μ, with spread measured by the standard deviation σ. The probability of a value between x1 and x2 is the area under the curve between them.
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 x to z=σx−μ. Tables give Φ(z), the area to the left of z, so
P(x1<X<x2)=Φ(z2)−Φ(z1)
Areas under the normal curveSet the mean, the spread and two values
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.
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.
Mean and standard deviation
μ=72, and σ=25=5.
Think first.The variance is 25. What is σ?
The z-scores
z1=580−72=1.6.
z2=584−72=2.4.
The probability
Φ(2.4)−Φ(1.6)=0.9918−0.9452.
=0.0466.
Think first.Read Φ(2.4) and Φ(1.6) from the table.
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?
(b)
In an international market, the demand for mobile phones has a Poisson distribution with mean of 1.8. Find the probability that in a randomly chosen period, the demand is at most two.
Worked solution (try it first)
(a)
p=10015=0.15 and n=20: P(3)=(320)(0.15)3(0.85)17