9709/52

Mathematics 9709/52October/November 2020

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

6
questions
50
marks
75
minutes

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

Q1Discrete Random VariablesFree sample

A fair six-sided die, with faces marked 1, 2, 3, 4, 5, 6, is thrown repeatedly until a 4 is obtained.

(a)

Find the probability that obtaining a 4 requires fewer than 6 throws.

2M
DifficultyMedium-Easy
Worked solution

Approach

The die is thrown repeatedly until a 4 is obtained, so the number of throws follows a geometric distribution. "Fewer than 6 throws" means the first 4 appears on throw 1, 2, 3, 4 or 5. It is easier to use the complement: the opposite event is "6 or more throws", which means no 4 appears in the first 5 throws.

Working

The probability of not getting a 4 on a single throw is:

P(not 4)=56P(\text{not 4}) = \frac{5}{6}

The probability of no 4 in the first 5 throws is:

P(no 4 in 5 throws)=(56)5P(\text{no 4 in 5 throws}) = \left(\frac{5}{6}\right)^5

Therefore:

P(fewer than 6 throws)=1(56)5P(\text{fewer than 6 throws}) = 1 - \left(\frac{5}{6}\right)^5 =131257776=46517776= 1 - \frac{3125}{7776} = \frac{4651}{7776} 0.598\approx 0.598

Answer

465177760.598\frac{4651}{7776} \approx 0.598
Final answer

4651/7776 ≈ 0.598

Detailed explanation

Walkthrough

We are throwing a fair die repeatedly until we get a 4. The question asks for the probability that this takes fewer than 6 throws.

First, understand what "fewer than 6 throws" means. It means the first 4 appears on throw 1, 2, 3, 4, or 5. If it takes 6 or more throws, then the first 5 throws all failed to produce a 4.

Each throw is independent, and the probability of not getting a 4 on any single throw is 56\frac{5}{6} (since 5 of the 6 faces are not 4).

The event "6 or more throws" is the same as "no 4 in the first 5 throws". Its probability is:

(56)5\left(\frac{5}{6}\right)^5

Since "fewer than 6 throws" is the complement of "6 or more throws", we subtract from 1:

1(56)51 - \left(\frac{5}{6}\right)^5

Computing: (56)5=31257776\left(\frac{5}{6}\right)^5 = \frac{3125}{7776}, so:

131257776=465177760.5981 - \frac{3125}{7776} = \frac{4651}{7776} \approx 0.598

This is the required probability.

Key Takeaways

  • This is a geometric distribution problem: repeated independent trials until the first success.
  • The complement rule is powerful: instead of summing five separate probabilities, we compute the probability of the opposite event and subtract from 1.
  • Each trial has probability 16\frac{1}{6} of success and 56\frac{5}{6} of failure.

Common Mistakes

  • Misreading "fewer than 6" as "6 or fewer", which would incorrectly include the 6th throw.
  • Using 16\frac{1}{6} as the probability of failure instead of 56\frac{5}{6}.
  • Computing (16)5\left(\frac{1}{6}\right)^5 instead of (56)5\left(\frac{5}{6}\right)^5.

Things to Be Careful About

  • "Fewer than 6" means X5X \leq 5, not X6X \leq 6.
  • The complement event is "no 4 in the first 5 throws", not "no 4 in 6 throws".
  • The answer may be given as a fraction 46517776\frac{4651}{7776} or a decimal 0.5980.598; both are accepted by the mark scheme.
Techniques used
model repeated independent trials until first success with the geometric distributionapply the complement rule to find the probability of fewer than 6 throwscompute the probability of no success in 5 consecutive trials
(b)

On another occasion, the die is thrown 10 times.

Find the probability that a 4 is obtained at least 3 times.

3M
DifficultyMedium
Worked solution

Approach

The die is thrown 10 times, and each throw is independent with probability 16\frac{1}{6} of showing a 4. Let XX be the number of 4s obtained. Then XX follows a binomial distribution: XB(10,16)X \sim B(10, \frac{1}{6}). "At least 3 times" means X3X \geq 3. It is easier to use the complement:

P(X3)=1P(X2)=1[P(X=0)+P(X=1)+P(X=2)]P(X \geq 3) = 1 - P(X \leq 2) = 1 - [P(X=0) + P(X=1) + P(X=2)]

Working

Using the binomial formula P(X=x)=10Cx(16)x(56)10xP(X = x) = {}^{10}C_x \left(\frac{1}{6}\right)^x \left(\frac{5}{6}\right)^{10-x}:

P(X=0)=(56)100.1615P(X=0) = \left(\frac{5}{6}\right)^{10} \approx 0.1615 P(X=1)=10C1(16)(56)90.3230P(X=1) = {}^{10}C_1 \left(\frac{1}{6}\right)\left(\frac{5}{6}\right)^9 \approx 0.3230 P(X=2)=10C2(16)2(56)80.2907P(X=2) = {}^{10}C_2 \left(\frac{1}{6}\right)^2\left(\frac{5}{6}\right)^8 \approx 0.2907

Summing:

P(X2)0.1615+0.3230+0.2907=0.7752P(X \leq 2) \approx 0.1615 + 0.3230 + 0.2907 = 0.7752

Therefore:

P(X3)=10.77520.2248P(X \geq 3) = 1 - 0.7752 \approx 0.2248

Answer

0.2250.225
Final answer

0.225

Detailed explanation

Walkthrough

This time the die is thrown exactly 10 times, and we want the probability of getting at least 3 fours.

Since there is a fixed number of throws (10) and each throw is independent with the same probability of success 16\frac{1}{6}, the number of 4s, XX, follows a binomial distribution: XB(10,16)X \sim B(10, \frac{1}{6}).

"At least 3" means X3X \geq 3. Computing P(X3)P(X \geq 3) directly would require summing P(X=3)+P(X=4)++P(X=10)P(X=3) + P(X=4) + \dots + P(X=10), which is 8 terms. Instead, we use the complement:

P(X3)=1P(X2)=1[P(X=0)+P(X=1)+P(X=2)]P(X \geq 3) = 1 - P(X \leq 2) = 1 - [P(X=0) + P(X=1) + P(X=2)]

Now apply the binomial probability formula:

P(X=x)=10Cx(16)x(56)10xP(X = x) = {}^{10}C_x \left(\frac{1}{6}\right)^x \left(\frac{5}{6}\right)^{10-x}

For x=0x = 0:

P(X=0)=(56)100.1615P(X=0) = \left(\frac{5}{6}\right)^{10} \approx 0.1615

For x=1x = 1:

P(X=1)=10C1(16)(56)90.3230P(X=1) = {}^{10}C_1 \left(\frac{1}{6}\right)\left(\frac{5}{6}\right)^9 \approx 0.3230

For x=2x = 2:

P(X=2)=10C2(16)2(56)80.2907P(X=2) = {}^{10}C_2 \left(\frac{1}{6}\right)^2\left(\frac{5}{6}\right)^8 \approx 0.2907

Sum these:

P(X2)0.1615+0.3230+0.2907=0.7752P(X \leq 2) \approx 0.1615 + 0.3230 + 0.2907 = 0.7752

Then:

P(X3)=10.77520.2248P(X \geq 3) = 1 - 0.7752 \approx 0.2248

Rounded to 3 decimal places, the answer is 0.2250.225.

Key Takeaways

  • A fixed number of independent trials with constant success probability is modelled by the binomial distribution.
  • The complement rule P(Xk)=1P(Xk1)P(X \geq k) = 1 - P(X \leq k-1) avoids summing many terms.
  • Each binomial probability requires the combination coefficient 10Cx{}^{10}C_x.

Common Mistakes

  • Using the geometric distribution instead of the binomial distribution — part (b) has a fixed number of throws, not "until a 4 appears".
  • Forgetting the combination coefficients 10Cx{}^{10}C_x in the binomial formula.
  • Computing P(X3)P(X \geq 3) directly by summing 8 terms, which is more work and more error-prone.
  • Rounding intermediate probabilities too early, which can change the final answer.

Things to Be Careful About

  • The success probability is 16\frac{1}{6} and the failure probability is 56\frac{5}{6}.
  • The complement of "at least 3" is "0, 1 or 2", not "0, 1, 2 or 3".
  • Keep at least 4 decimal places in intermediate steps so the final answer rounds correctly to 0.2250.225.
  • The mark scheme accepts 0.2247<p0.2250.2247 < p \leq 0.225.
Techniques used
model the number of successes in a fixed number of trials with the binomial distributionapply the complement rule for at least 3 successesevaluate binomial probabilities using the binomial formula

The rest of this paper

5 more questions
  • Q2Probability · Discrete Random Variables7M
  • Q3The Normal Distribution9M
  • Q4Probability9M
  • Q5Representation of Data9M
  • Q6Permutations and Combinations · Probability11M
Loading the full paper…