9709/62

Mathematics 9709/62October/November 2021

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

7
questions
50
marks
75
minutes

Topics Sampling and Estimation · Linear Combinations of Random Variables · Hypothesis Tests · The Poisson Distribution · Continuous Random Variables

Q1Sampling and EstimationLinear Combinations of Random VariablesFree sample

The mass, in kilograms, of a block of cheese sold in a supermarket is denoted by the random variable MM.
The masses of a random sample of 40 blocks are summarised as follows.

n=40Σm=20.50Σm2=10.7280n = 40 \quad \Sigma m = 20.50 \quad \Sigma m^2 = 10.7280
(a)

Calculate unbiased estimates of the population mean and variance of MM.

3M
DifficultyMedium-Easy
Worked solution

Approach

We estimate the population mean by the sample mean. For the population variance we use the unbiased formula with denominator n1n-1.

Working

The sample mean is

mˉ=Σmn=20.5040=0.5125\bar m = \frac{\Sigma m}{n} = \frac{20.50}{40} = 0.5125

The unbiased estimate of the population variance is

s2=1n1(Σm2(Σm)2n)s^2 = \frac{1}{n-1}\left(\Sigma m^2 - \frac{(\Sigma m)^2}{n}\right)

Substitute the given values:

s2=139(10.728020.50240)s^2 = \frac{1}{39}\left(10.7280 - \frac{20.50^2}{40}\right) =139(10.728010.50625)= \frac{1}{39}(10.7280 - 10.50625) =0.2217539=0.0056859= \frac{0.22175}{39} = 0.0056859

So to 3 significant figures, s2=0.00569s^2 = 0.00569.

Answer

Population mean estimate: 0.5125 kg0.5125\text{ kg}.

Population variance estimate: 0.00569 kg20.00569\text{ kg}^2 (3 sf).

Final answer

Mean = 0.5125 kg, unbiased variance estimate = 0.00569 kg^2 (3 sf)

Detailed explanation

Walkthrough

We are given summary statistics for a random sample of 40 blocks of cheese: the total mass and the total of squared masses. The population mean is estimated by the sample mean, so we divide the total mass by the number of blocks.

For the variance, the formula

1n1(Σm2(Σm)2n)\frac{1}{n-1}\left(\Sigma m^2 - \frac{(\Sigma m)^2}{n}\right)

is used because dividing by n1n-1 gives an unbiased estimate of the population variance. The term (Σm)2n\frac{(\Sigma m)^2}{n} corrects for the fact that we are using the sample mean rather than the true population mean.

We first compute 20.50240=10.50625\frac{20.50^2}{40} = 10.50625, subtract it from 10.728010.7280 to get 0.221750.22175, and then divide by 3939. This gives 0.00568590.0056859, which rounds to 0.005690.00569 at 3 significant figures.

Key Takeaways

  • The sample mean is an unbiased estimate of the population mean.
  • The unbiased variance estimate uses denominator n1n-1, not nn.
  • Summary statistics Σm\Sigma m and Σm2\Sigma m^2 are enough to compute both estimates.

Common Mistakes

  • Using nn instead of n1n-1 in the variance formula gives the biased variance and scores no method or accuracy marks here.
  • Forgetting to subtract (Σm)2n\frac{(\Sigma m)^2}{n} before dividing.
  • Rounding intermediate values too early, which can change the final 3 significant figures.

Things to Be Careful About

  • Keep the full value 0.00568590.0056859 for use in part (b).
  • The final variance should be given to 3 significant figures as 0.005690.00569.
  • The mean can be written as 0.51250.5125, 0.5130.513, or 4180\frac{41}{80}.
Techniques used
calculate sample meanapply unbiased variance formula with n - 1round to 3 significant figures
(b)

The price, $P, of a block of cheese of mass M kgM\text{ kg} is found using the formula P=11M+0.50P = 11M + 0.50.

Find estimates of the population mean and variance of PP.

3M
DifficultyMedium-Easy
Worked solution

Approach

Since P=11M+0.50P = 11M + 0.50, use the linear transformation rules for the mean and variance of a random variable:

E(aX+b)=aE(X)+b,Var(aX+b)=a2Var(X)\mathrm{E}(aX + b) = a\,\mathrm{E}(X) + b, \qquad \mathrm{Var}(aX + b) = a^2\,\mathrm{Var}(X)

Apply these to the estimates found in part (a).

Working

From part (a), the estimates are

mˉ=0.5125,s2=0.0056859\bar m = 0.5125, \qquad s^2 = 0.0056859

Estimate of the mean of PP:

pˉ=11mˉ+0.50=11(0.5125)+0.50=5.6375+0.50=6.1375\bar p = 11\bar m + 0.50 = 11(0.5125) + 0.50 = 5.6375 + 0.50 = 6.1375

Estimate of the variance of PP:

sp2=112s2=121×0.0056859=0.68799360.688s_p^2 = 11^2 s^2 = 121 \times 0.0056859 = 0.6879936 \approx 0.688

The constant 0.500.50 does not affect the variance.

Answer

Mean estimate of PP: 6.13756.1375 (or 6.146.14 to 3 sf).

Variance estimate of PP: 0.6880.688 (3 sf).

Final answer

Mean = 6.1375, variance = 0.688 (3 sf)

Detailed explanation

Walkthrough

The price PP is a linear function of the mass MM: P=11M+0.50P = 11M + 0.50. For any random variable XX, the mean of aX+baX+b is aE(X)+ba\mathrm{E}(X)+b, and the variance of aX+baX+b is a2Var(X)a^2\mathrm{Var}(X). The constant bb shifts the mean but does not change the spread, so it does not appear in the variance.

We use the estimates from part (a) as our best guesses for the population mean and variance of MM. Multiplying the mean estimate by 1111 and adding 0.500.50 gives the mean estimate of PP. For the variance, we multiply the variance estimate by 112=12111^2 = 121; we do not add anything for the 0.500.50.

Key Takeaways

  • A linear transformation aX+baX+b scales the mean by aa and shifts it by bb.
  • The variance is scaled by a2a^2 and is unaffected by adding a constant.
  • Estimates of transformed variables use the same transformation rules.

Common Mistakes

  • Adding 0.500.50 to the variance.
  • Multiplying the variance by 1111 instead of 11211^2.
  • Using the standard deviation instead of the variance when scaling.
  • Using the biased variance from part (a) instead of the unbiased estimate.

Things to Be Careful About

  • Use the unrounded variance 0.00568590.0056859 from part (a) in the calculation.
  • The final variance should be rounded to 3 significant figures: 0.6880.688.
  • The mean estimate can be given as 6.13756.1375, 49180\frac{491}{80}, or 6.146.14 to 3 sf.
Techniques used
apply linear transformation to meanapply variance scaling by square of coefficientround to 3 significant figures

The rest of this paper

6 more questions
  • Q2Sampling and Estimation3M
  • Q3Sampling and Estimation6M
  • Q4Sampling and Estimation · Hypothesis Tests7M
  • Q5The Poisson Distribution · Linear Combinations of Random Variables9M
  • Q6Hypothesis Tests10M
  • Q7Continuous Random Variables9M
Loading the full paper…