Skip to content

9709 · 5.3

Probability — practice questions

Practice and worked examples for 9709 Probability. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

In a group of 30 students, 15 study Chemistry, 20 study Physics, and 6 study neither subject. A student is selected at random. Find the probability that the student studies both Chemistry and Physics. Let C be the event a student studies Chemistry and P be the event a student studies Physics.

Show solution outline

We are given: n(Total)=30n(\text{Total}) = 30, n(C)=15n(C) = 15, n(P)=20n(P) = 20, and n(CP)=6n(C' \cap P') = 6. The number of students studying at least one subject is the total minus those studying neither: n(CP)=306=24n(C \cup P) = 30 - 6 = 24. We can now use probabilities. P(C)=15/30=0.5P(C) = 15/30 = 0.5, P(P)=20/30=2/3P(P) = 20/30 = 2/3, P(CP)=24/30=0.8P(C \cup P) = 24/30 = 0.8. We use the general addition rule: P(CP)=P(C)+P(P)P(CP)P(C \cup P) = P(C) + P(P) - P(C \cap P). Rearranging to find the intersection: P(CP)=P(C)+P(P)P(CP)P(C \cap P) = P(C) + P(P) - P(C \cup P). Substituting the values: P(CP)=0.5+230.8P(C \cap P) = 0.5 + \frac{2}{3} - 0.8. P(CP)=12+2345=15+202430=1130P(C \cap P) = \frac{1}{2} + \frac{2}{3} - \frac{4}{5} = \frac{15+20-24}{30} = \frac{11}{30}. The probability that a student studies both subjects is 1130\frac{11}{30}.

Worked example 2

A bag contains 5 red balls and 4 blue balls. A ball is drawn at random and not replaced. A second ball is then drawn. Find the probability that: (i) both balls are red, (ii) the second ball is blue.

Show solution outline

This is a 'without replacement' problem, so events are dependent. A tree diagram is a useful tool. Let R1R_1 be the event the first ball is red, and B1B_1 be the event the first is blue. Similarly for the second draw (R2,B2R_2, B_2). P(R1)=5/9P(R_1) = 5/9, P(B1)=4/9P(B_1) = 4/9. The second-stage probabilities are conditional:

$P(R_2R_1) = 4/8$ (4 red left out of 8 total)
$P(B_2R_1) = 4/8$ (4 blue left out of 8 total)
$P(R_2B_1) = 5/8$ (5 red left out of 8 total)
$P(B_2B_1) = 3/8$ (3 blue left out of 8 total)

(i) Probability both are red is P(R1R2)P(R_1 \cap R_2). We multiply along the branches: P(R1R2)=P(R1)×P(R2R1)=59×48=2072=518P(R_1 \cap R_2) = P(R_1) \times P(R_2|R_1) = \frac{5}{9} \times \frac{4}{8} = \frac{20}{72} = \frac{5}{18}.

(ii) The event 'the second ball is blue' can happen in two ways: Red then Blue, OR Blue then Blue. We find the probability of each path and add them (as they are mutually exclusive paths).

Path 1: $P(R_1 \cap B_2) = P(R_1) \times P(B_2R_1) = \frac{5}{9} \times \frac{4}{8} = \frac{20}{72}$.
Path 2: $P(B_1 \cap B_2) = P(B_1) \times P(B_2B_1) = \frac{4}{9} \times \frac{3}{8} = \frac{12}{72}$.
Total probability P(B2)=P(R1B2)+P(B1B2)=2072+1272=3272=49P(B_2) = P(R_1 \cap B_2) + P(B_1 \cap B_2) = \frac{20}{72} + \frac{12}{72} = \frac{32}{72} = \frac{4}{9}.