9709/53

Mathematics 9709/53October/November 2020

Cambridge A-Level · Probability & Statistics 1 · worked solutions for every part, with the mark scheme

7
questions
50
marks
75
minutes

Topics Discrete Random Variables · The Normal Distribution · Permutations and Combinations · Probability · Representation of Data

Q1The Normal DistributionFree sample

The times taken to swim 100 metres by members of a large swimming club have a normal distribution with mean 62 seconds and standard deviation 5 seconds.

(a)

Find the probability that a randomly chosen member of the club takes between 56 and 66 seconds to swim 100 metres.

3M
DifficultyMedium-Easy
Worked solution

Approach

Let XX be the swimming time in seconds. Since XX is normal with mean 6262 and standard deviation 55, standardise the limits using z=Xμσz = \frac{X - \mu}{\sigma} and read the required areas from the standard normal table.

Working

P(56<X<66)=P(56625<Z<66625)P(56 < X < 66) = P\left(\frac{56 - 62}{5} < Z < \frac{66 - 62}{5}\right) =P(1.2<Z<0.8)= P(-1.2 < Z < 0.8)

Using the symmetry of the normal curve:

P(1.2<Z<0.8)=Φ(0.8)Φ(1.2)=Φ(0.8)+Φ(1.2)1P(-1.2 < Z < 0.8) = \Phi(0.8) - \Phi(-1.2) = \Phi(0.8) + \Phi(1.2) - 1

From the standard normal table, Φ(0.8)=0.7881\Phi(0.8) = 0.7881 and Φ(1.2)=0.8849\Phi(1.2) = 0.8849.

=0.7881+0.88491=0.673= 0.7881 + 0.8849 - 1 = 0.673

Answer

0.6730.673
Final answer

0.673

Detailed explanation

Walkthrough

We are told that the swimming time has a normal distribution with mean 6262 s and standard deviation 55 s. The normal curve is symmetric about the mean, and the total area under it is 11. We want the area between 5656 and 6666 seconds, which is the probability that a random member's time lies in that interval.

First convert the raw times to zz-scores using z=Xμσz = \frac{X - \mu}{\sigma}, with μ=62\mu = 62 and σ=5\sigma = 5. For X=56X = 56, z=1.2z = -1.2; for X=66X = 66, z=0.8z = 0.8. So the required probability is P(1.2<Z<0.8)P(-1.2 < Z < 0.8).

Next use the standard normal table. Directly, P(1.2<Z<0.8)=Φ(0.8)Φ(1.2)P(-1.2 < Z < 0.8) = \Phi(0.8) - \Phi(-1.2). Since tables usually give only positive zz-values, use Φ(1.2)=1Φ(1.2)\Phi(-1.2) = 1 - \Phi(1.2), which gives Φ(0.8)+Φ(1.2)1\Phi(0.8) + \Phi(1.2) - 1. Substituting 0.7881+0.88491=0.6730.7881 + 0.8849 - 1 = 0.673. The required probability is therefore 0.6730.673.

Key Takeaways

This question tests standardisation of a normal variable and the use of the standard normal table. The key skill is to convert raw limits into zz-scores, then identify the correct area using symmetry when negative zz-values are involved.

Common Mistakes

  • Forgetting to standardise the bounds, or standardising only one bound.
  • Using σ2\sigma^2 or σ\sqrt{\sigma} in the denominator instead of the standard deviation 55.
  • Using the wrong tail, e.g. computing only the area above 6666 or below 5656.
  • Forgetting that Φ(1.2)=1Φ(1.2)\Phi(-1.2) = 1 - \Phi(1.2) when the table does not give negative zz-values.

Things to Be Careful About

  • Use the standard deviation 55 in the denominator, not the variance 2525.
  • The distribution is already continuous, so a continuity correction is not needed.
  • Read the table accurately: Φ(0.8)=0.7881\Phi(0.8) = 0.7881 and Φ(1.2)=0.8849\Phi(1.2) = 0.8849.
Techniques used
standardise bounds using the z-score formulalook up standard normal probabilitiescombine tail probabilities using symmetry
(b)

13% of the members of the club take more than tt minutes to swim 100 metres. Find the value of tt.

3M
DifficultyMedium
Worked solution

Approach

Since the cutoff is measured in minutes but the mean and standard deviation are in seconds, first convert tt minutes to 60t60t seconds. A probability of 13% in the upper tail gives a positive zz-value z=1.127z = 1.127. Substitute into z=Xμσz = \frac{X - \mu}{\sigma} and solve for tt.

Working

For an upper-tail probability of 0.130.13, the standard normal distribution gives

z=1.127z = 1.127

The time in seconds is 60t60t, so standardising gives

60t625=1.127\frac{60t - 62}{5} = 1.127 60t62=5.63560t - 62 = 5.635 60t=67.63560t = 67.635 t=1.127251.13t = 1.12725 \approx 1.13

Answer

t=1.13t = 1.13
Final answer

t = 1.13

Detailed explanation

Walkthrough

We need the time tt minutes such that 13% of members take longer than that. Since the cutoff is above the mean, the corresponding zz-score should be positive.

The upper-tail probability is 0.130.13, so the lower-tail probability up to the cutoff is 10.13=0.871 - 0.13 = 0.87. From the standard normal table, the zz-value with lower-tail area 0.870.87 is z=1.127z = 1.127 (within the allowed tolerance 1.1261.126 to 1.1271.127).

Now convert the cutoff tt minutes into seconds: the cutoff time is 60t60t seconds. Standardise using the mean 6262 and standard deviation 55:

60t625=1.127\frac{60t - 62}{5} = 1.127

Multiply through by 5:

60t62=5.63560t - 62 = 5.635

Add 62:

60t=67.63560t = 67.635

Divide by 60:

t=1.12725t = 1.12725

which rounds to t=1.13t = 1.13 minutes.

Key Takeaways

This part tests the inverse use of the normal distribution: given a probability, find the corresponding value. It also checks unit conversion and algebraic solving of the z-score formula.

Common Mistakes

  • Forgetting to convert minutes to seconds, using t62t - 62 instead of 60t6260t - 62.
  • Treating the 13% as a lower tail and using z=1.127z = -1.127.
  • Taking the z-value for 13% lower tail instead of upper tail.
  • Not rounding the final answer correctly; the mark scheme requires t=1.13t = 1.13 (CAO).

Things to Be Careful About

  • The mean and standard deviation are in seconds; the final answer is required in minutes.
  • Use the positive zz-score 1.1271.127, because the time is above the mean.
  • Ensure the final answer is to three significant figures: 1.131.13 minutes.
Techniques used
find the z-value for an upper-tail probabilityconvert minutes to secondssolve the standardisation equation

The rest of this paper

6 more questions
  • Q2Discrete Random Variables5M
  • Q3Permutations and Combinations6M
  • Q4Discrete Random Variables · The Normal Distribution8M
  • Q5Permutations and Combinations · Probability7M
  • Q6Probability · Discrete Random Variables8M
  • Q7Representation of Data10M
Loading the full paper…