9709/52

Mathematics 9709/52October/November 2021

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

7
questions
50
marks
75
minutes

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

Q1ProbabilityFree sample

Each of the 180 students at a college plays exactly one of the piano, the guitar and the drums. The numbers of male and female students who play the piano, the guitar and the drums are given in the following table.

PianoGuitarDrums
Male254411
Female423820

A student at the college is chosen at random.

(a)

Find the probability that the student plays the guitar.

1M
DifficultyEasy
Worked solution

Approach

Count the guitar players from the table and divide by the total number of students.

Working

Total guitar players:

44+38=8244 + 38 = 82

There are 180 students in total, so:

P(guitar)=82180=4190P(\text{guitar}) = \frac{82}{180} = \frac{41}{90}

Answer

41900.456\frac{41}{90} \approx 0.456
Final answer

41/90 (≈ 0.456)

Detailed explanation

Walkthrough

The table shows counts for male and female students for each instrument. Since every student plays exactly one instrument, the total number of students is the sum of all eight entries: 180. To find the probability that a randomly chosen student plays the guitar, add the male and female guitar players: 44+38=8244 + 38 = 82. The probability is the favourable count divided by the total: 82180=4190\frac{82}{180} = \frac{41}{90}.

Key Takeaways

A probability from a contingency table is found by dividing the number of favourable outcomes by the total number of outcomes. Fractions can be simplified, or given as decimals.

Common Mistakes

  • Forgetting to add both male and female guitar players.
  • Using only one row or one column instead of the relevant total.
  • Using the wrong total instead of 180.

Things to Be Careful About

The question states that each student plays exactly one instrument, so the total 180 is correct. The mark scheme accepts 82180\frac{82}{180}, 4190\frac{41}{90} or 0.4560.456.

Techniques used
count guitar players from the tabledivide favourable count by total number of students
(b)

Find the probability that the student is male given that the student plays the drums.

2M
DifficultyMedium-Easy
Worked solution

Approach

Use the conditional probability formula P(MD)=P(MD)P(D)P(M|D) = \frac{P(M \cap D)}{P(D)} and read the required counts from the table.

Working

The number of male drum players is 11. The total number of drum players is 11+20=3111 + 20 = 31. Therefore:

P(MD)=P(MD)P(D)=1118031180=1131P(M|D) = \frac{P(M \cap D)}{P(D)} = \frac{\frac{11}{180}}{\frac{31}{180}} = \frac{11}{31}

Answer

11310.355\frac{11}{31} \approx 0.355
Final answer

11/31 (≈ 0.355)

Detailed explanation

Walkthrough

The condition 'given that the student plays the drums' restricts the sample space to drum players only. There are 1111 male drum players and 2020 female drum players, so there are 3131 drum players in total. Among these 31 students, 11 are male, so the required probability is 1131\frac{11}{31}. Using the formula, P(MD)=11180P(M \cap D) = \frac{11}{180} and P(D)=31180P(D) = \frac{31}{180}, so P(MD)=11/18031/180=1131P(M|D) = \frac{11/180}{31/180} = \frac{11}{31}.

Key Takeaways

Conditional probability restricts the sample space to the given condition. It can be computed either by counting within the restricted group or by using P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}.

Common Mistakes

  • Using the overall probability that a student is male, 80180\frac{80}{180}, instead of restricting to drum players.
  • Using 11180\frac{11}{180} as the final answer without dividing by P(D)P(D).
  • Forgetting to include female drum players in the denominator.

Things to Be Careful About

The mark scheme accepts unsimplified fractions and condones multiplying by 180, so 1131\frac{11}{31} from the counts is acceptable. If using the formula, clearly identify P(MD)P(M \cap D) and P(D)P(D).

Techniques used
identify the number of male drum players and total drum playersapply the conditional probability formula
(c)

Determine whether the events 'the student plays the guitar' and 'the student is female' are independent, justifying your answer.

2M
DifficultyMedium
Worked solution

Approach

Check independence by comparing P(FG)P(F \cap G) with P(F)×P(G)P(F) \times P(G). If they are equal, the events are independent; if not, they are not independent.

Working

From the table:

P(F)=42+38+20180=100180=59P(F) = \frac{42+38+20}{180} = \frac{100}{180} = \frac{5}{9} P(G)=44+38180=82180=4190P(G) = \frac{44+38}{180} = \frac{82}{180} = \frac{41}{90} P(FG)=38180=1990P(F \cap G) = \frac{38}{180} = \frac{19}{90}

Now compute the product:

P(F)×P(G)=100180×82180=411620.2531P(F) \times P(G) = \frac{100}{180} \times \frac{82}{180} = \frac{41}{162} \approx 0.2531

Since

P(FG)=19900.21110.2531P(F \cap G) = \frac{19}{90} \approx 0.2111 \neq 0.2531

the events are not independent.

Answer

Not independent.

Final answer

Not independent

Detailed explanation

Walkthrough

Let FF be the event 'the student is female' and GG be the event 'the student plays the guitar'. From the table, P(F)=100180P(F) = \frac{100}{180}, P(G)=82180P(G) = \frac{82}{180} and P(FG)=38180P(F \cap G) = \frac{38}{180}. For independence we need P(FG)=P(F)P(G)P(F \cap G) = P(F)P(G). Compute P(F)P(G)=100180×82180=411620.2531P(F)P(G) = \frac{100}{180} \times \frac{82}{180} = \frac{41}{162} \approx 0.2531. This is not equal to 381800.2111\frac{38}{180} \approx 0.2111, so the events are not independent.

Alternatively, compute P(FG)=P(FG)P(G)=3882=19410.4634P(F|G) = \frac{P(F \cap G)}{P(G)} = \frac{38}{82} = \frac{19}{41} \approx 0.4634. Since P(F)=590.5556P(F) = \frac{5}{9} \approx 0.5556, these are not equal, so the events are not independent.

Key Takeaways

Two events are independent exactly when the probability of their intersection equals the product of their individual probabilities. Equivalently, P(AB)=P(A)P(A|B) = P(A). Independence is different from mutual exclusivity.

Common Mistakes

  • Concluding independence because the intersection probability is not zero.
  • Comparing P(FG)P(F \cap G) with P(F)P(F) or P(G)P(G) instead of with P(F)P(G)P(F)P(G).
  • Forgetting to state the conclusion 'not independent' after the comparison.
  • Mixing up the conditional probability method and not comparing it with the marginal probability.

Things to Be Careful About

The mark scheme requires the values and labels to be seen, for example P(F)P(F), P(G)P(G), P(FG)P(F \cap G) and P(F)×P(G)P(F) \times P(G). Unsimplified fractions are acceptable. The conclusion must follow from the comparison; correct values with no wrong working are sufficient.

Techniques used
compute marginal and joint probabilitiesapply the multiplication law for independencecompare the product with the intersection probability

The rest of this paper

6 more questions
  • Q2Permutations and Combinations5M
  • Q3Probability · Discrete Random Variables7M
  • Q4Permutations and Combinations6M
  • Q5Discrete Random Variables7M
  • Q6The Normal Distribution10M
  • Q7Representation of Data10M
Loading the full paper…