S3 Probability — coverage pack

3 specification leaves · notes, questions, answers and worked methods

S3.1 · Understand and use mutually exclusive and independent events when calculating probabilities; link to discrete and continuous distributions.

  • Mutually exclusive events cannot occur together, so P(AB)=0P(A\cap B)=0 and P(AB)=P(A)+P(B)P(A\cup B)=P(A)+P(B).
  • Independent events satisfy P(AB)=P(A)P(B)P(A\cap B)=P(A)P(B), equivalently P(AB)=P(A)P(A\mid B)=P(A) when P(B)>0P(B)>0.
  • Use P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B) for any two events, subtracting the overlap to avoid double-counting.
  • Events of positive probability cannot be both mutually exclusive and independent; the same rules apply to events defined from discrete or continuous random variables.

Tier 1 · Easy

  1. 1. Events AA and BB are mutually exclusive, with P(A)=0.38P(A)=0.38 and P(B)=0.27P(B)=0.27. Find P(AB)P(A\cup B).[2 marks]

    Answer

    • 0.650.65

    Method: Mutually exclusive events have no overlap, so P(AB)=P(A)+P(B)=0.38+0.27=0.65P(A\cup B)=P(A)+P(B)=0.38+0.27=0.65.

Tier 2 · Standard

  1. 1. Events AA and BB are independent. Given P(A)=0.45P(A)=0.45 and P(AB)=0.18P(A\cap B)=0.18, find P(B)P(B) and P(AB)P(A\cup B).[4 marks]

    Answer

    • P(B)=0.40P(B)=0.40.
    • P(AB)=0.67P(A\cup B)=0.67.

    Method: Independence gives 0.18=P(A)P(B)=0.45P(B)0.18=P(A)P(B)=0.45P(B), so P(B)=0.18/0.45=0.40P(B)=0.18/0.45=0.40. Then P(AB)=0.45+0.400.18=0.67P(A\cup B)=0.45+0.40-0.18=0.67.

Tier 3 · Hard

  1. 1. A discrete random variable XX has P(X=0)=0.2P(X=0)=0.2, P(X=1)=0.5P(X=1)=0.5 and P(X=2)=0.3P(X=2)=0.3. Independently, YY is uniformly distributed on 0y50\leq y\leq5. Let AA be the event X1X\geq1 and BB the event Y<2Y<2. Find P(AB)P(A\cap B) and P(AB)P(A\cup B).[5 marks]

    Answer

    • P(AB)=0.32P(A\cap B)=0.32.
    • P(AB)=0.88P(A\cup B)=0.88.

    Method: P(A)=0.5+0.3=0.8P(A)=0.5+0.3=0.8. Since YY is uniform, P(B)=2/5=0.4P(B)=2/5=0.4. The variables are independent, so P(AB)=0.8(0.4)=0.32P(A\cap B)=0.8(0.4)=0.32. Therefore P(AB)=0.8+0.40.32=0.88P(A\cup B)=0.8+0.4-0.32=0.88.

S3.2 · Understand and use conditional probability, including the use of tree diagrams, Venn diagrams and two-way tables; understand and use the conditional probability formula P(A|B) = P(A∩B)/P(B).

  • Conditional probability restricts the sample space: P(AB)=P(AB)P(B)P(A\mid B)=\frac{P(A\cap B)}{P(B)} for P(B)>0P(B)>0.
  • On a tree diagram, multiply probabilities along a path and add the probabilities of mutually exclusive paths that satisfy the event.
  • Without replacement, later branch probabilities change because both the total and the relevant category count may have changed.
  • In a Venn diagram or two-way table, use the condition as the denominator; reversing P(AB)P(A\mid B) to P(BA)P(B\mid A) is a common error.

Tier 1 · Easy

  1. 1. Of 6060 students, 2424 travel by bus and 1515 of those bus travellers arrive before 8:308{:}30. Find the probability that a randomly chosen bus traveller arrives before 8:308{:}30.[2 marks]

    Answer

    • 1524=58\frac{15}{24}=\frac58

    Method: The condition restricts the denominator to the 2424 bus travellers. Of these, 1515 arrived before 8:308{:}30, so the probability is 15/24=5/815/24=5/8.

Tier 2 · Standard

  1. 1. A bag contains 55 amber counters and 33 blue counters. Two counters are taken without replacement. Find the probability that exactly one counter of each colour is taken.[4 marks]

    Answer

    • 1528\frac{15}{28}

    Method: There are two valid tree paths. Amber then blue has probability 5837=1556\frac58\cdot\frac37=\frac{15}{56}. Blue then amber has probability 3857=1556\frac38\cdot\frac57=\frac{15}{56}. Adding gives 3056=1528\frac{30}{56}=\frac{15}{28}.

Tier 3 · Hard

  1. 1. For events AA and BB, P(A)=0.60P(A)=0.60, P(B)=0.50P(B)=0.50 and P(AB)=0.70P(A\mid B)=0.70. Find P(AB)P(A'\mid B').[5 marks]

    Answer

    • 0.500.50

    Method: From the conditional probability formula, P(AB)=P(AB)P(B)=0.70(0.50)=0.35P(A\cap B)=P(A\mid B)P(B)=0.70(0.50)=0.35. Hence P(AB)=0.60+0.500.35=0.75P(A\cup B)=0.60+0.50-0.35=0.75, so P(AB)=10.75=0.25P(A'\cap B')=1-0.75=0.25. Also P(B)=0.50P(B')=0.50. Therefore P(AB)=0.25/0.50=0.50P(A'\mid B')=0.25/0.50=0.50.

S3.3 · Modelling with probability, including critiquing assumptions made and the likely effect of more realistic assumptions.

  • A probability model simplifies a real process by specifying possible outcomes and assigning probabilities to them.
  • State assumptions explicitly, such as independence, constant probabilities, identical trials or equally likely outcomes, and judge them in context.
  • More realistic dependence or changing probabilities can alter both central probabilities and tail risks, so identify the likely direction of the effect where possible.
  • Validate a model by comparing its predictions with observed data; a close fit in one sample does not prove that its assumptions are true.

Tier 1 · Easy

  1. 1. A model assigns probability 1/2001/200 to each ticket winning a draw. State one assumption behind this model and one reason it might fail.[2 marks]

    Answer

    • Assumption: all 200200 tickets are equally likely to be selected.
    • It could fail if the mixing or selection mechanism favours some tickets.

    Method: Equal probabilities require a fair randomising process. Any systematic difference in ticket placement, shape or handling would undermine that assumption.

Tier 2 · Standard

  1. 1. A factory model treats defects in two items from the same batch as independent, each with probability 0.030.03. It therefore predicts probability 0.0320.03^2 that both are defective. Explain how batch-to-batch variation is likely to affect this prediction.[3 marks]

    Answer

    • Items from the same poor-quality batch are positively associated rather than independent.
    • Therefore two defects together are likely to occur more often than the modelled probability 0.00090.0009.

    Method: The model gives P(both)=0.032=0.0009P(\text{both})=0.03^2=0.0009. If an unobserved batch condition raises the defect probability for both items, learning that one is defective increases the chance that the other is defective. This positive dependence makes the simple independent model likely to underestimate the joint probability.

Tier 3 · Hard

  1. 1. A transport model assumes that each of 55 commuters independently chooses route A with probability 0.40.4. Calculate the modelled probability that all 55 choose route A. A closure on route B can influence every commuter on the same day. Critique the independence assumption and state the likely effect on the probability just calculated.[5 marks]

    Answer

    • Modelled probability =0.01024=0.01024.
    • A shared closure creates positive dependence, so the model is likely to underestimate the probability that all 55 choose route A.

    Method: Under the model, P(all choose A)=0.45=0.01024P(\text{all choose A})=0.4^5=0.01024. A route-B closure is a common cause affecting all five choices, so the choices are not independent on that day. It makes simultaneous choices of route A more likely, so a model including road conditions would usually give a larger probability for this event.