9709/72

Mathematics 9709/72May/June 2019

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 · Hypothesis Tests · The Poisson Distribution · Linear Combinations of Random Variables · Continuous Random Variables

Q1The Poisson DistributionFree sample

The random variable XX has the distribution Po(5)\text{Po}(5).

(i)

Find P(X=2)\text{P}(X = 2).

1M
DifficultyEasy
Worked solution

Approach

Use the Poisson probability formula P(X=x)=eλλxx!\text{P}(X = x) = e^{-\lambda}\frac{\lambda^x}{x!} with λ=5\lambda = 5 and x=2x = 2.

Working

P(X=2)=e5522!=e5×252\text{P}(X = 2) = e^{-5}\frac{5^2}{2!} = e^{-5} \times \frac{25}{2}

Answer

P(X=2)=25e520.0842\text{P}(X = 2) = \frac{25e^{-5}}{2} \approx 0.0842
Final answer

0.0842 (3 sf)

Detailed explanation

Walkthrough

The random variable XX follows a Poisson distribution with mean λ=5\lambda = 5. The probability of exactly xx events is given by the formula P(X=x)=eλλxx!\text{P}(X = x) = e^{-\lambda}\frac{\lambda^x}{x!}. We substitute λ=5\lambda = 5 and x=2x = 2 into this formula. This gives e5522!=e5×252e^{-5}\frac{5^2}{2!} = e^{-5} \times \frac{25}{2}. Evaluating this with a calculator gives approximately 0.08420.0842.

Key Takeaways

The Poisson probability formula is the essential tool for this question. It is important to substitute the correct values of λ\lambda and xx and to compute the factorial correctly.

Common Mistakes

  • Using the wrong value of λ\lambda (e.g. using xx instead of λ\lambda).
  • Forgetting the factorial in the denominator.
  • Rounding too early, which could give a slightly different final answer.

Things to Be Careful About

The answer should be given to 3 significant figures as required. The exact form 25e52\frac{25e^{-5}}{2} is also acceptable.

Techniques used
substitute into Poisson probability formula
(ii)

It is given that P(X=n)=P(X=n+1)\text{P}(X = n) = \text{P}(X = n + 1).

Write down an equation in nn.

1M
DifficultyMedium-Easy
Worked solution

Approach

Write the Poisson probability formula for x=nx = n and x=n+1x = n+1, then equate them as given.

Working

P(X=n)=e55nn!\text{P}(X = n) = e^{-5}\frac{5^n}{n!} P(X=n+1)=e55n+1(n+1)!\text{P}(X = n+1) = e^{-5}\frac{5^{n+1}}{(n+1)!}

Since P(X=n)=P(X=n+1)\text{P}(X = n) = \text{P}(X = n+1):

e55nn!=e55n+1(n+1)!e^{-5}\frac{5^n}{n!} = e^{-5}\frac{5^{n+1}}{(n+1)!}

Answer

e55nn!=e55n+1(n+1)!e^{-5}\frac{5^n}{n!} = e^{-5}\frac{5^{n+1}}{(n+1)!}
Final answer

e^{-5} × 5^n / n! = e^{-5} × 5^{n+1} / (n+1)!

Detailed explanation

Walkthrough

We use the same Poisson formula but with general values x=nx = n and x=n+1x = n+1. Writing both probabilities explicitly, we get e55nn!e^{-5}\frac{5^n}{n!} and e55n+1(n+1)!e^{-5}\frac{5^{n+1}}{(n+1)!}. The condition P(X=n)=P(X=n+1)\text{P}(X = n) = \text{P}(X = n+1) means these two expressions are equal, giving the required equation.

Key Takeaways

The Poisson formula can be applied symbolically with a general index nn. Equating two probabilities gives an equation that can be solved for nn.

Common Mistakes

  • Forgetting that both the exponent and the factorial change when going from nn to n+1n+1.
  • Dropping the e5e^{-5} factor incorrectly (it can be cancelled later, but it should appear in the equation).

Things to Be Careful About

The equation must be written with the correct powers and factorials. The e5e^{-5} factor is the same on both sides and can be cancelled, but it is fine to leave it in the equation.

Techniques used
write Poisson probability for general indexequate two probabilities
(iii)

Hence or otherwise find the value of nn.

1M
DifficultyMedium-Easy
Worked solution

Approach

Cancel the common factor e5e^{-5}, then simplify the factorial ratio using (n+1)!=(n+1)n!(n+1)! = (n+1)n! and solve for nn.

Working

From part (ii):

e55nn!=e55n+1(n+1)!e^{-5}\frac{5^n}{n!} = e^{-5}\frac{5^{n+1}}{(n+1)!}

Cancel e5e^{-5}:

5nn!=5n+1(n+1)!\frac{5^n}{n!} = \frac{5^{n+1}}{(n+1)!}

Using (n+1)!=(n+1)n!(n+1)! = (n+1) \cdot n!:

5nn!=55n(n+1)n!\frac{5^n}{n!} = \frac{5 \cdot 5^n}{(n+1) \cdot n!}

Cancel 5n5^n and n!n!:

1=5n+11 = \frac{5}{n+1} n+1=5n + 1 = 5 n=4n = 4

Answer

n=4n = 4
Final answer

n = 4

Detailed explanation

Walkthrough

Starting from the equation in part (ii), we cancel the common factor e5e^{-5} from both sides. Then we use the identity (n+1)!=(n+1)n!(n+1)! = (n+1) \cdot n! to rewrite the right-hand side. After cancelling 5n5^n and n!n!, we are left with 1=5n+11 = \frac{5}{n+1}. Multiplying both sides by n+1n+1 gives n+1=5n+1 = 5, so n=4n = 4.

Key Takeaways

Factorials grow by multiplying by the next integer: (n+1)!=(n+1)n!(n+1)! = (n+1)n!. Cancelling common factors simplifies the equation to a linear one.

Common Mistakes

  • Incorrectly simplifying the factorial ratio, e.g. writing (n+1)!n!\frac{(n+1)!}{n!} as something other than n+1n+1.
  • Making a sign or arithmetic error when solving 1=5n+11 = \frac{5}{n+1}.

Things to Be Careful About

When cancelling, make sure both sides have the same factors. The final value of nn must be a non-negative integer, which n=4n = 4 is.

Techniques used
cancel common factorssimplify factorial ratiosolve linear equation

The rest of this paper

6 more questions
  • Q2Sampling and Estimation4M
  • Q3Sampling and Estimation · Hypothesis Tests8M
  • Q4Linear Combinations of Random Variables7M
  • Q5Hypothesis Tests · Sampling and Estimation8M
  • Q6Continuous Random Variables9M
  • Q7The Poisson Distribution · Hypothesis Tests11M
Loading the full paper…