Let X be the number of heads. X∼B(150,0.4).
We want to find P(55≤X≤65).
First, check conditions for normal approximation:
n=150,p=0.4.
np=150×0.4=60. Since 60>5, this is fine.
n(1−p)=150×0.6=90. Since 90>5, this is also fine.
The approximation is appropriate.
Define the normal approximation Y∼N(μ,σ2).
Mean: μ=np=60.
Variance: σ2=np(1−p)=150×0.4×0.6=36.
So, Y∼N(60,36) or Y∼N(60,62).
Apply continuity correction for P(55≤X≤65):
The range includes 55 and 65. We need to find the area from the lower boundary of 55 to the upper boundary of 65.
This becomes P(54.5<Y<65.5).
Standardise the boundary values:
For Y=54.5: Z1=654.5−60=6−5.5=−0.9167...
For Y=65.5: Z2=665.5−60=65.5=0.9167...
We need to find P(−0.9167<Z<0.9167).
This is P(Z<0.9167)−P(Z<−0.9167).
From tables, Φ(0.9167) can be found by interpolating between Φ(0.91)=0.8186 and Φ(0.92)=0.8212. It is approximately 0.8203.
P(Z<−0.9167)=1−P(Z<0.9167)=1−0.8203=0.1797.
So, the probability is 0.8203−0.1797=0.6406.
The probability is 0.641 (to 3 s.f.).