Skip to content

9709 · 5.5

The normal distribution — practice questions

Practice and worked examples for 9709 The normal distribution. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

The masses of a species of bird are found to be normally distributed with a mean of 120 g and a standard deviation of 8 g. Find the probability that a randomly selected bird has a mass between 110 g and 130 g.

Show solution outline

Let MM be the mass of a bird. We have MN(120,82)M \sim N(120, 8^2). We want to find P(110<M<130)P(110 < M < 130).

First, standardise the boundary values: For M=110M=110: Z1=1101208=108=1.25Z_1 = \frac{110 - 120}{8} = \frac{-10}{8} = -1.25 For M=130M=130: Z2=1301208=108=1.25Z_2 = \frac{130 - 120}{8} = \frac{10}{8} = 1.25

So we need to find P(1.25<Z<1.25)P(-1.25 < Z < 1.25). This can be calculated as P(Z<1.25)P(Z<1.25)P(Z < 1.25) - P(Z < -1.25).

From the tables, Φ(1.25)=P(Z<1.25)=0.8944\Phi(1.25) = P(Z < 1.25) = 0.8944.

To find P(Z<1.25)P(Z < -1.25), we use symmetry: P(Z<1.25)=P(Z>1.25)P(Z < -1.25) = P(Z > 1.25). P(Z>1.25)=1P(Z<1.25)=10.8944=0.1056P(Z > 1.25) = 1 - P(Z < 1.25) = 1 - 0.8944 = 0.1056.

Therefore, P(1.25<Z<1.25)=0.89440.1056=0.7888P(-1.25 < Z < 1.25) = 0.8944 - 0.1056 = 0.7888.

The probability is 0.789 (to 3 s.f.).

Alternatively, by symmetry, P(1.25<Z<1.25)=2×P(0<Z<1.25)=2×(Φ(1.25)0.5)=2×(0.89440.5)=2×0.3944=0.7888P(-1.25 < Z < 1.25) = 2 \times P(0 < Z < 1.25) = 2 \times (\Phi(1.25) - 0.5) = 2 \times (0.8944 - 0.5) = 2 \times 0.3944 = 0.7888.

Worked example 2

The scores in a test are normally distributed. 15% of candidates scored above 75 and 10% of candidates scored below 40. Find the mean and standard deviation of the test scores.

Show solution outline

Let XX be the test score. XN(μ,σ2)X \sim N(\mu, \sigma^2).

We are given two pieces of information:

  1. P(X>75)=0.15P(X > 75) = 0.15
  2. P(X<40)=0.10P(X < 40) = 0.10

Standardise both:

  1. P(Z>75μσ)=0.15P\left(Z > \frac{75 - \mu}{\sigma}\right) = 0.15. Let z1=75μσz_1 = \frac{75 - \mu}{\sigma}. This means P(Z<z1)=10.15=0.85P(Z < z_1) = 1 - 0.15 = 0.85. From the inverse normal tables (or looking up 0.85 in the probability body), we find z11.036z_1 \approx 1.036. So, 75μσ=1.036\frac{75 - \mu}{\sigma} = 1.036 (Equation A).

  2. P(Z<40μσ)=0.10P\left(Z < \frac{40 - \mu}{\sigma}\right) = 0.10. Let z2=40μσz_2 = \frac{40 - \mu}{\sigma}. Since the probability is < 0.5, z2z_2 is negative. We find the value for P(Z<z)=0.90P(Z < z') = 0.90, which is z1.282z' \approx 1.282. So, z2=1.282z_2 = -1.282. Thus, 40μσ=1.282\frac{40 - \mu}{\sigma} = -1.282 (Equation B).

We now have a pair of simultaneous equations: (A) 75μ=1.036σ75 - \mu = 1.036\sigma (B) 40μ=1.282σ40 - \mu = -1.282\sigma

Subtract (B) from (A): (75μ)(40μ)=1.036σ(1.282σ)(75 - \mu) - (40 - \mu) = 1.036\sigma - (-1.282\sigma) 35=2.318σ35 = 2.318\sigma σ=352.318=15.099...15.1\sigma = \frac{35}{2.318} = 15.099... \approx 15.1

Substitute σ\sigma back into (A): 75μ=1.036×15.099...75 - \mu = 1.036 \times 15.099... 75μ=15.642...75 - \mu = 15.642... μ=7515.642...=59.357...59.4\mu = 75 - 15.642... = 59.357... \approx 59.4

The mean score is 59.4 and the standard deviation is 15.1 (to 3 s.f.).

Worked example 3

A biased coin is tossed 150 times. The probability of getting a head on any toss is 0.4. Use a suitable approximation to find the probability of obtaining between 55 and 65 heads, inclusive.

Show solution outline

Let XX be the number of heads. XB(150,0.4)X \sim B(150, 0.4). We want to find P(55X65)P(55 \le X \le 65).

First, check conditions for normal approximation: n=150,p=0.4n=150, p=0.4. np=150×0.4=60np = 150 \times 0.4 = 60. Since 60>560 > 5, this is fine. n(1p)=150×0.6=90n(1-p) = 150 \times 0.6 = 90. Since 90>590 > 5, this is also fine. The approximation is appropriate.

Define the normal approximation YN(μ,σ2)Y \sim N(\mu, \sigma^2). Mean: μ=np=60\mu = np = 60. Variance: σ2=np(1p)=150×0.4×0.6=36\sigma^2 = np(1-p) = 150 \times 0.4 \times 0.6 = 36. So, YN(60,36)Y \sim N(60, 36) or YN(60,62)Y \sim N(60, 6^2).

Apply continuity correction for P(55X65)P(55 \le X \le 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)P(54.5 < Y < 65.5).

Standardise the boundary values: For Y=54.5Y=54.5: Z1=54.5606=5.56=0.9167...Z_1 = \frac{54.5 - 60}{6} = \frac{-5.5}{6} = -0.9167... For Y=65.5Y=65.5: Z2=65.5606=5.56=0.9167...Z_2 = \frac{65.5 - 60}{6} = \frac{5.5}{6} = 0.9167...

We need to find P(0.9167<Z<0.9167)P(-0.9167 < Z < 0.9167). This is P(Z<0.9167)P(Z<0.9167)P(Z < 0.9167) - P(Z < -0.9167). From tables, Φ(0.9167)\Phi(0.9167) can be found by interpolating between Φ(0.91)=0.8186\Phi(0.91)=0.8186 and Φ(0.92)=0.8212\Phi(0.92)=0.8212. It is approximately 0.82030.8203. P(Z<0.9167)=1P(Z<0.9167)=10.8203=0.1797P(Z < -0.9167) = 1 - P(Z < 0.9167) = 1 - 0.8203 = 0.1797.

So, the probability is 0.82030.1797=0.64060.8203 - 0.1797 = 0.6406. The probability is 0.641 (to 3 s.f.).