Conditional probability, and independence vs. mutually exclusive

~65 min · WST01 · 3.2

WST01 · 3.2 · 65 min

Two events overlapping tells you nothing about whether they are independent — and two events being independent tells you they cannot be mutually exclusive. All five WST01 examiner reports read for this course flag a version of the same confusion, in a different disguise each time: candidates assume independence instead of computing P(AB)=P(AB)/P(B)P(A \mid B) = P(A \cap B) / P(B), or they judge independence by eye — *"they are not independent as they overlap"* — instead of by the one calculation that actually settles it. Both errors come from treating two genuinely different questions (do these events share any outcomes? does knowing one change the probability of the other?) as though they were the same question.

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

Sample space, mutually exclusive events, and where the conditional probability formula actually comes from

The sample space Ω\Omega is the set of every possible outcome of an experiment, and an event is a subset of it — 'the die shows an even number' is the subset {2,4,6}\{2, 4, 6\} of Ω={1,2,3,4,5,6}\Omega = \{1,2,3,4,5,6\}. Two events AA and BB are mutually exclusive (spec 3.2) when they share no outcomes at all: AB=A \cap B = \emptyset, and therefore P(AB)=0P(A \cap B) = 0. This is a statement about the *sets themselves* — whether the two subsets of Ω\Omega overlap — decided entirely by what the events mean, before any probability is attached to them.

One immediate consequence, and a genuinely useful shortcut: for mutually exclusive events, the general addition law P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B) simplifies to P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B), because the overlap term is already zero. The general form is worth knowing precisely because it doesn't assume mutual exclusivity — it's the version that's always true, with the P(AB)-P(A \cap B) term correcting for double-counting the overlap when there is one. The complement rule P(A)=1P(A)P(A') = 1 - P(A) is the other basic tool here: AA and AA' partition the whole sample space, so between them they always account for probability 1.

Now for the memorise-vs-look-up split, checked directly against the real WST01 formula booklet (WST01-verified-facts.md §2a): P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B) is printed on the formula sheet, along with the general multiplication law P(AB)=P(A)P(BA)P(A \cap B) = P(A)P(B \mid A). The complement rule P(A)=1P(A)P(A') = 1 - P(A) is not — the spec's own notation box states outright that formulae 'expected to know' are not repeated in the booklet, and this is one of them. It costs nothing to memorise (it's one line) but it is genuinely not there to fall back on in the exam.

Conditional probabilityP(AB)P(A \mid B), 'the probability of AA, given that BB has happened' — is not a separate rule to memorise so much as a rearrangement of the multiplication law that already IS on the formula sheet. That law states P(AB)=P(A)P(BA)P(A \cap B) = P(A)P(B \mid A); since ABA \cap B is the same event as BAB \cap A, the identical law also reads P(AB)=P(B)P(AB)P(A \cap B) = P(B)P(A \mid B). Divide both sides by P(B)P(B) (which must be strictly positive — conditioning on an impossible event is undefined) and the conditional probability formula falls straight out: P(AB)=P(AB)P(B)P(A \mid B) = \dfrac{P(A \cap B)}{P(B)}. The intuition matches the algebra exactly: conditioning on BB shrinks the sample space down to BB itself, and P(AB)P(A \mid B) asks what proportion of that shrunk space is also in AA — which is exactly P(AB)P(B)\frac{P(A \cap B)}{P(B)}, the overlap as a fraction of the new, smaller whole.

Independence — a different kind of question entirely, and one you have to calculate

Independence (spec 3.3) asks something conditional probability makes precise: does knowing BB happened change the probability of AA? If it doesn't — if P(AB)=P(A)P(A \mid B) = P(A) exactly — then AA and BB are independent. Two other forms of the same statement follow immediately and are equally valid starting points: P(BA)=P(B)P(B \mid A) = P(B) (the same question asked the other way round), and, substituting P(AB)=P(A)P(A \mid B) = P(A) into the conditional probability formula derived above, P(A)=P(AB)P(B)P(A) = \frac{P(A \cap B)}{P(B)}, which rearranges to P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B). All three are checked directly against the real formula booklet in WST01-verified-facts.md §2a as things the spec expects memorised, not looked up — the booklet carries only the general multiplication law P(AB)=P(A)P(BA)P(A \cap B) = P(A)P(B \mid A), not its independent-events special case.

P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B) is the version worth defaulting to on the exam, because it's the only one of the three that needs no conditional probability computed first — plug in the two marginal probabilities, multiply, and compare to the given (or computed) P(AB)P(A \cap B).

The dice example above is worth re-reading as a warning rather than a curiosity. AA = 'first die is 6' and BB = 'the total is 7' turned out independent — P(AB)=136=P(A)×P(B)P(A \cap B) = \frac{1}{36} = P(A) \times P(B) — despite BB being built directly out of AA's own die. Nothing about how the events were defined made that obvious in advance; only running the actual calculation settled it. This is precisely the discipline WST01's own examiner reports repeatedly find missing: the general comment for one series states plainly that 'candidates often assume independence when an appropriate conditional probability should be used instead' (Jun 2022, general) — independence is being treated as a default assumption about a situation, when it is really a specific numerical claim that has to be earned by a calculation every single time.

Mechanism

Why mutually exclusive events (with nonzero probability) can never be independent — and why 'they overlap' isn't the whole story either

Run the two definitions against each other directly. If AA and BB are mutually exclusive, P(AB)=0P(A \cap B) = 0 — that's what mutually exclusive means. If AA and BB are independent, P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B) — that's what independent means. If both held at once, P(A)×P(B)P(A) \times P(B) would have to equal 00. But a product of two numbers is zero only if at least one of them is zero — and if P(A)>0P(A) > 0 and P(B)>0P(B) > 0, that's impossible. So for any two events that both have positive probability, mutually exclusive and independent are not just different — they are mutually incompatible: proving one is true is a proof the other is false. This is the precise version of the pattern an examiner report names directly, calling it chronic rather than occasional: 'there was the usual confusion between events being independent and events being mutually exclusive highlighted by statements such as "they are not independent as they overlap"' (Oct 2021, Q1(b)) — the word 'usual' there is Pearson's own, describing a recurring pattern rather than a one-off. But read that quoted student statement carefully, because the mechanism above actually cuts partway in the student's favour: NOT overlapping (being mutually exclusive) genuinely does rule out independence, whenever both probabilities are positive — that half of the reasoning is sound. Where it breaks is the unstated assumption running the other way: that overlapping is enough, on its own, to conclude independence. It isn't. Overlapping is necessary for independence but nowhere near sufficient, and the dice example shows exactly how a small change in the numbers exposes the gap: let BB' = 'the two dice sum to 8' instead of 7. AA = 'first die is 6' and BB' certainly overlap — 6-then-2 is a valid outcome in both. P(B)=536P(B') = \frac{5}{36} (five ways to make 8: 2+6, 3+5, 4+4, 5+3, 6+2), and P(AB)=136P(A \cap B') = \frac{1}{36} (only 6-then-2). Check independence: P(A)×P(B)=16×536=5216P(A) \times P(B') = \frac{1}{6} \times \frac{5}{36} = \frac{5}{216}, but P(AB)=136=6216P(A \cap B') = \frac{1}{36} = \frac{6}{216}. 62165216\frac{6}{216} \neq \frac{5}{216} — not independent, despite genuinely overlapping. So the full picture has three regions, not two: mutually exclusive events (with both probabilities positive) are never independent; independent events are never mutually exclusive; but 'overlaps and isn't mutually exclusive' is a large middle ground that still needs the actual product-rule check, because it contains both independent pairs (first-die-6 and sum-is-7) and dependent ones (first-die-6 and sum-is-8) side by side, indistinguishable without calculating.

Worked, in full

A bag holds 5 red and 3 blue counters. Three are drawn, one at a time, without replacement. Given that the second counter drawn is blue, find the probability the draw sequence was exactly red, blue, red.

  1. 01

    Name the events precisely before touching any numbers. Let CC = 'the second counter drawn is blue' (the given, conditioning event) and DD = 'the sequence drawn, in order, is red, blue, red'. The question wants P(DC)=P(DC)P(C)P(D \mid C) = \dfrac{P(D \cap C)}{P(C)}. Notice that DD's own second draw IS blue — so DD automatically satisfies CC, meaning DD is entirely contained inside CC, and P(DC)=P(D)P(D \cap C) = P(D). That observation doesn't skip any working; it just tells you which two quantities to go and find: P(D)P(D) and P(C)P(C) separately.

    Earns: M1 — correct conditional probability structure with DD and CC correctly identified, and the containment DCD \subseteq C correctly justified rather than assumed. Writing P(D)/P(C)P(D)/P(C) with no justification for dropping the \cap would not earn this: the simplification has to be shown to be valid, not just used.

  2. 02

    Find P(D)P(D) using a tree diagram, one branch per draw, remembering the bag shrinks with each draw and is not replaced. P(1st red)=58P(\text{1st red}) = \frac{5}{8}. Given the first was red, 4 red and 3 blue remain (7 total): P(2nd blue1st red)=37P(\text{2nd blue} \mid \text{1st red}) = \frac{3}{7}. Given red-then-blue, 4 red and 2 blue remain (6 total): P(3rd red1st red, 2nd blue)=46P(\text{3rd red} \mid \text{1st red, 2nd blue}) = \frac{4}{6}. All three branches multiply: P(D)=58×37×46=60336=528P(D) = \frac{5}{8} \times \frac{3}{7} \times \frac{4}{6} = \frac{60}{336} = \frac{5}{28}.

    Earns: M1 — multiplies all THREE branch probabilities along the one path that gives red-blue-red. This is the exact step a real WST01 examiner report flags as the most common failure on a structurally identical three-branch conditional-probability question: 'the most common error was using a product of 2 probabilities rather than 3 in the numerator' (Oct 2021, Q4(c)) — forgetting one branch's contribution, not making an arithmetic slip within a branch.

  3. 03

    Find P(C)=P(2nd draw is blue)P(C) = P(\text{2nd draw is blue}) — and notice this needs BOTH possible colours for the first draw, since the second draw's probability depends on what the first draw removed. First red then second blue: 58×37=1556\frac{5}{8} \times \frac{3}{7} = \frac{15}{56}. First blue then second blue: 38×27=656\frac{3}{8} \times \frac{2}{7} = \frac{6}{56}. Sum the two disjoint cases: P(C)=1556+656=2156=38P(C) = \frac{15}{56} + \frac{6}{56} = \frac{21}{56} = \frac{3}{8}.

    Earns: M1 — sums both first-draw cases that lead to a blue second draw, rather than computing only one of them. A1 — correct value 38\frac{3}{8}, which is worth checking against a genuinely useful symmetry fact: for sampling without replacement, the marginal probability that the kk-th draw is any given colour equals the ORIGINAL proportion of that colour in the bag — here 38\frac{3}{8}, identical to P(1st is blue)P(\text{1st is blue}). That symmetry doesn't replace the casework (a mark scheme would still want the working shown), but it's a fast way to sanity-check the answer once it's found.

  4. 04

    Combine the two results: P(DC)=P(D)P(C)=5/283/8=528×83=4084=1021P(D \mid C) = \dfrac{P(D)}{P(C)} = \dfrac{5/28}{3/8} = \dfrac{5}{28} \times \dfrac{8}{3} = \dfrac{40}{84} = \dfrac{10}{21}.

    Earns: A1 — correct final value 1021\frac{10}{21} (or an equivalent form, e.g. awrt 0.4760.476), correctly simplified.

  5. 05

    Sanity-check before moving on. 10210.476\frac{10}{21} \approx 0.476 is a valid probability (between 0 and 1) — a good first filter, since dividing by the wrong denominator or dropping a branch factor tends to produce values outside [0,1][0,1] or suspiciously close to 1. It's also larger than the unconditional P(D)=5280.179P(D) = \frac{5}{28} \approx 0.179, which makes sense: knowing the second counter WAS blue removes all the sequences where it wasn't, concentrating the probability onto the sequences — like red-blue-red — that remain possible.

    Earns: Nothing on the mark scheme — the working above has already earned every available mark. It's included because this exact check (is the conditional probability bigger than the unconditional one, and does that direction make sense?) is what catches a correct-looking fraction that's actually wrong, before the paper is handed in.

Source — Examiner report, Oct 2021

"the most common error was using a product of 2 probabilities rather than 3 in the numerator"

Complete it yourself

Complete the chain — a bag holds 6 red and 4 blue counters. Three are drawn without replacement. Given the second draw is red, find P(the sequence was blue, red, blue).

  1. 01

    Let CC = 'the second counter drawn is red' and DD = 'the sequence drawn, in order, is blue, red, blue'. DD's own second draw is red, so DCD \subseteq C, and P(DC)=P(D)P(D \cap C) = P(D). The target is P(DC)=P(D)P(C)P(D \mid C) = \dfrac{P(D)}{P(C)}.

  2. 02

    That splits the problem into two separate calculations: find P(D)P(D) (a single three-branch path through the tree — blue, then red, then blue) and P(C)P(C) (summing both first-draw cases that lead to a red second draw), then divide.

Marked, line by line

In a survey of 200 university applicants, 90 applied to study Mathematics (event MM) and 70 applied to study Physics (event PP); 30 applied to study both subjects. (a) Find P(MP)P(M \cup P). (2) (b) Find P(MP)P(M \mid P), giving your answer as a fraction in its simplest form. (2) (c) Determine, showing your working, whether MM and PP are independent. (3) (d) Determine, showing your working, whether MM and PP are mutually exclusive. (1) (e) Using your answers to parts (c) and (d), explain why MM and PP could never have turned out to be both mutually exclusive and independent. (2) — VERIDIAN-original question, built to combine spec items 3.2 and 3.3 in a single multi-part item the way real WST01 questions combine sub-skills across a Section 3 question. Not a reproduction of any past-paper question; the per-line mark allocations are modelled on the verified WST01 mark-scheme conventions in WST01-verified-facts.md §4 (M/A/B mark meanings, dependency rules, 'oe'), not transcribed from a real scheme, which does not exist for an original question.

10 marks available

(a)2 marks

  1. 01

    P(M)=90200=0.45P(M) = \dfrac{90}{200} = 0.45, P(P)=70200=0.35P(P) = \dfrac{70}{200} = 0.35, P(MP)=30200=0.15P(M \cap P) = \dfrac{30}{200} = 0.15. Using the addition law: P(MP)=P(M)+P(P)P(MP)=0.45+0.350.15P(M \cup P) = P(M) + P(P) - P(M \cap P) = 0.45 + 0.35 - 0.15.

    Method mark for the addition law with all three probabilities correctly substituted. This formula is printed on the WST01 formula sheet (verified against the real booklet), so the mark is for correct substitution, not for recalling the formula from memory.

    M1
  2. 02

    P(MP)=0.65P(M \cup P) = 0.65

    Accuracy mark, correct answer only. Accept oe: 13/20 or 65%. A candidate who instead added P(M) and P(P) without subtracting the overlap would reach 0.80, double-counting the 30 applicants who applied to both.

    A1

(b)2 marks

  1. 101

    P(MP)=P(MP)P(P)=0.150.35P(M \mid P) = \dfrac{P(M \cap P)}{P(P)} = \dfrac{0.15}{0.35}

    Method mark for the correct conditional probability structure — intersection over the CONDITIONING event's own probability, P(P), not P(M) and not the unconditioned P(M∩P) alone.

    M1
  2. 102

    P(MP)=1535=37P(M \mid P) = \dfrac{15}{35} = \dfrac{3}{7}

    Accuracy mark, correct answer only, in simplest form as the question requires. Accept oe: awrt 0.429 or 42.9%.

    A1

(c)3 marks

  1. 201

    Independence requires P(MP)=P(M)×P(P)P(M \cap P) = P(M) \times P(P). Compute the right-hand side: P(M)×P(P)=0.45×0.35P(M) \times P(P) = 0.45 \times 0.35.

    Method mark for stating and attempting the correct independence test. A candidate who instead asserts independence or dependence without this calculation cannot access any mark in this part — there is no partial credit for a conclusion with no test behind it.

    M1
  2. 202

    P(M)×P(P)=0.1575P(M) \times P(P) = 0.1575

    Accuracy mark for the correct product, dependent on the method mark above.

    A1
  3. 203

    0.15750.15=P(MP)0.1575 \neq 0.15 = P(M \cap P), so MM and PP are NOT independent.

    Accuracy mark, correct answer only, for the explicit numerical comparison AND the correctly stated conclusion — both parts are needed; stating '0.1575' with no comparison to the known 0.15, or a bare 'not independent' with no supporting number, would not earn this on its own.

    A1

(d)1 mark

  1. 301

    P(MP)=0.150P(M \cap P) = 0.15 \neq 0, so MM and PP are NOT mutually exclusive.

    Independent accuracy mark — no separate method needed, since P(M∩P) was already established in part (a). This is the kind of mark a B code exists for: a correct, standalone conclusion read straight from a value already found.

    B1

(e)2 marks

  1. 401

    If MM and PP HAD been mutually exclusive, P(MP)P(M \cap P) would have to be 00; if they had ALSO been independent, P(MP)P(M \cap P) would have to equal P(M)×P(P)=0.15750P(M) \times P(P) = 0.1575 \neq 0. Both cannot be true at once, since P(M)P(M) and P(P)P(P) are both nonzero.

    Independent mark for correctly stating the general reason — a product of two positive probabilities can never equal zero — not just repeating the two separate answers from (c) and (d).

    B1
  2. 402

    In fact MM and PP turned out to be neither: not independent (part (c)) and not mutually exclusive (part (d)) — which is the far more common outcome for two real, overlapping events than either extreme.

    Independent mark for correctly relating the general reason back to the specific numbers in this question, rather than leaving the explanation purely abstract. This part sits in the AO3/AO4 territory the spec itself weights unusually heavily for S1 (15–20 of 75 marks on AO3 alone, per WST01-verified-facts.md §2b) — a worded conclusion drawn from a calculation, not the calculation itself.

    B1

In your own words

In one sentence: why can two events with positive probability never be both mutually exclusive and independent at the same time?

Named traps

independence-and-mutual-exclusivity-conflated
The chronic, named error across the whole archive: "there was the usual confusion between events being independent and events being mutually exclusive highlighted by statements such as 'they are not independent as they overlap'" (Oct 2021, Q1(b)). Pearson's own word "usual" marks this as a recurring pattern, not a single script's slip. The mechanism block above shows exactly where the reasoning goes wrong: NOT overlapping does rule out independence (when both probabilities are positive) — but overlapping on its own proves nothing about independence, which needs the actual P(A∩B) = P(A)P(B) check.
conditional-probability-as-raw-ratio-of-marginals
Verified directly, quoted from a real conditional-probability question: "we occasionally still saw P(0.35∩0.4)/0.4 or 0.35/0.4" (Jan 2021, Q1(c)) — dividing two given probabilities directly, as though P(A|B) meant P(A) ÷ P(B) rather than P(A∩B) ÷ P(B). A fast self-check: if the "conditional probability" you've computed by dividing two marginals exceeds 1, you've made exactly this error — a real probability never can.
independence-assumed-instead-of-tested
"Candidates often assume independence when an appropriate conditional probability should be used instead" (Jun 2022, general examiner comment — stated as a paper-wide diagnosis, not tied to one question). A second, more specific instance on a Venn-diagram conditional-probability question: "common errors were to assume independence or to do 1 − 1/15 before dividing by 3/8" (Jun 2022, Q4(b)) — independence substituted in as a shortcut for the actual conditioning calculation the question required.
tree-diagram-numerator-missing-a-branch
"the most common error was using a product of 2 probabilities rather than 3 in the numerator" (Oct 2021, Q4(c)), on a three-branch tree-diagram conditional probability question. The worked-chain example above is built around this exact trap: forgetting one branch of a multi-stage path produces a wrong but perfectly plausible-looking fraction, with no obvious sign anything went wrong.
extra-probability-folded-into-the-numerator
A second, independently confirmed instance of the numerator/denominator confusion (Jan 2023, Q2(d)) — corrected 2026-08-28 against the real examiner-report PDF, since an earlier reading of this citation had the mechanism backwards: the conditioning denominator itself (61/234, carried from an earlier part) was correct in both wrong answers candidates gave. The actual slip was in the numerator — an extra, spurious copy of that same 61/234 got folded in, either added or multiplied: (5/9 × 4/8 × 8/13 + 61/234)/(61/234) and (5/9 × 4/8 × 8/13 × 61/234)/(61/234), instead of the correct numerator 5/9 × 4/8 × 8/13 = 20/117. The lesson here: once a probability from an earlier part is sitting on the page, it's tempting to reuse it a second time inside a new calculation where it doesn't belong — write P(A|B) = P(A∩B)/P(B) out in full first, work out P(A∩B) as its own clean fraction, and only then substitute, so there's a formula on the page to check the substitution against.

Beyond the spec

WST01's own spec content list (WST01-verified-facts.md §1) never names 'Bayes' theorem' anywhere in items 3.1–3.4 — but the real formula booklet does print the full ratio-of-products form of it, in the S1 section, right next to the general multiplication and addition laws (WST01-verified-facts.md §2a). That's worth knowing precisely because it means recognising the shape of a Bayes'-theorem question is useful exam technique even though the name itself is never examined — the tool is sitting on the sheet whether or not you know what to call it.

The conditional probability formula reverses cleanly. Start from the two ways of writing P(AB)P(A \cap B) from the multiplication law: P(AB)=P(B)P(AB)=P(A)P(BA)P(A \cap B) = P(B)P(A \mid B) = P(A)P(B \mid A). Set the middle and right expressions equal — P(B)P(AB)=P(A)P(BA)P(B)P(A \mid B) = P(A)P(B \mid A) — and divide through by P(B)P(B): P(AB)=P(A)P(BA)P(B)P(A \mid B) = \dfrac{P(A)P(B \mid A)}{P(B)}. This is Bayes' theorem: it lets you find P(AB)P(A \mid B) from P(BA)P(B \mid A) — the *reverse* conditional — which matters whenever the reverse direction is the one you can actually measure or are actually given. A concrete shape this takes on a WST01-style question: a factory's three machines produce known proportions of its output, each machine has a different known defect rate — that's P(machine)P(\text{machine}) and P(defectivemachine)P(\text{defective} \mid \text{machine}), both easy to state — but the question asks the reverse, P(a specific machineitem is defective)P(\text{a specific machine} \mid \text{item is defective}), which needs Bayes' theorem to get at directly. The formula booklet's own version of this (verified in WST01-verified-facts.md §2a) is written as a ratio of two products rather than the two-line derivation above, but it is the identical statement — this derivation just shows where that printed ratio actually comes from, the same discipline the mechanism block above applies to the independence rules.

Retrieval — with feedback on every choice

Question 1
2 marks

Events CC and DD satisfy P(C)=0.6P(C) = 0.6, P(D)=0.5P(D) = 0.5, and P(CD)=0.3P(C \cap D) = 0.3. Are CC and DD independent, mutually exclusive, both, or neither?

Question 2
3 marks

In a class, P(studies Chemistry)=0.5P(\text{studies Chemistry}) = 0.5, P(studies Biology)=0.6P(\text{studies Biology}) = 0.6, and P(studies both)=0.2P(\text{studies both}) = 0.2. Find P(BiologyNOT Chemistry)P(\text{Biology} \mid \text{NOT Chemistry}).

Question 3
2 marks

Events EE and FF satisfy P(E)=0.2P(E) = 0.2, P(F)=0.3P(F) = 0.3, P(EF)=0.06P(E \cap F) = 0.06. A student writes: 'E and F are independent, because their probabilities are both small, so they can't really affect each other.' Is the student's final answer correct, and is the reasoning acceptable?

Reference — not a study method, a lookup
  • P(A|B) = P(A∩B)/P(B), requires P(B) > 0. Conditioning restricts the sample space to B.
  • Independent (memorise, not on the sheet): P(A|B)=P(A), P(B|A)=P(B), P(A∩B)=P(A)P(B) — any one implies the others.
  • Mutually exclusive: A∩B=∅, so P(A∩B)=0 and P(A∪B)=P(A)+P(B).
  • If P(A)>0 and P(B)>0: mutually exclusive and independent can never both hold. Overlap is necessary for independence but never sufficient — always run the product-rule check.
  • On the formula sheet: P(A∪B)=P(A)+P(B)−P(A∩B), and P(A∩B)=P(A)P(B|A). Not on it: P(A′)=1−P(A) and all three independence rules.

Not affiliated with or endorsed by Pearson Edexcel. Every quotation attributed to a WST01 examiner report in this lesson (Jan 2021, Oct 2021, Jun 2022) was checked against WST01-verified-facts.md, itself independently verified against the real Pearson PDFs — there is no prior AI-authored WST01 material in this repo to have carried an error over from. Every scenario used to teach with — the 200-applicant Mathematics/Physics table, both counter-drawing bags, the dice examples, and every prequestion and MCQ — is VERIDIAN-original, checked with exact fraction arithmetic before being written in (including the deliberately wrong answers, so the wrong values shown are the actual numbers those specific errors produce). The two exceptions are the malformed expressions quoted directly from Jan 2021 Q1(c) — 'P(0.35∩0.4)/0.4' and '0.35/0.4' — which are Pearson's own numbers from a real question this research pass did not have full access to; they are presented only as the quoted error pattern, never reconstructed into a fabricated full question.

Question 12 marks

Events CC and DD satisfy P(C)=0.6P(C) = 0.6, P(D)=0.5P(D) = 0.5, and P(CD)=0.3P(C \cap D) = 0.3. Are CC and DD independent, mutually exclusive, both, or neither?

  • Independent, and therefore not mutually exclusive — P(C)×P(D)=0.6×0.5=0.3=P(CD)P(C) \times P(D) = 0.6 \times 0.5 = 0.3 = P(C \cap D)

    Correct. The product-rule test passes exactly, so CC and DD are independent — and since P(CD)=0.30P(C \cap D) = 0.3 \neq 0, they are not mutually exclusive, consistent with the mechanism proved earlier: independent events with positive probabilities can never be mutually exclusive.

  • BMutually exclusive, since CC and DD are clearly two separate, distinct events

    'Distinct events' is not the same as 'mutually exclusive' — mutually exclusive specifically means they share no outcomes, i.e. P(CD)=0P(C \cap D) = 0. Here P(CD)=0.3P(C \cap D) = 0.3, given directly in the question, so they plainly do overlap.

  • CBoth independent and mutually exclusive

    Impossible whenever both probabilities are positive, by the same argument proved in the mechanism block: mutually exclusive would force P(CD)=0P(C \cap D) = 0, but it's given as 0.30.3. Only one of the two properties can hold here, and the calculation shows it's independence.

  • DNeither — 0.30.3 doesn't obviously relate to 0.60.6 and 0.50.5

    0.30.3 is exactly 0.6×0.50.6 \times 0.5 — the relationship is there, it just needs the multiplication carried out rather than eyeballed. This is the whole reason the independence test exists: the connection between the numbers is rarely visible without actually computing it.

Traps tested: Distinct events assumed mutually exclusive · Mutually exclusive and independent treated as compatible · Independence check not attempted

Question 23 marks

In a class, P(studies Chemistry)=0.5P(\text{studies Chemistry}) = 0.5, P(studies Biology)=0.6P(\text{studies Biology}) = 0.6, and P(studies both)=0.2P(\text{studies both}) = 0.2. Find P(BiologyNOT Chemistry)P(\text{Biology} \mid \text{NOT Chemistry}).

  • 0.80.8 — from P(BC)=P(B)P(BC)=0.60.2=0.4P(B \cap C') = P(B) - P(B \cap C) = 0.6 - 0.2 = 0.4 and P(C)=10.5=0.5P(C') = 1 - 0.5 = 0.5, so P(BC)=0.4÷0.5P(B \mid C') = 0.4 \div 0.5

    Correct. P(BC)P(B \cap C') is the students who study Biology but NOT Chemistry — everyone who studies Biology, minus the ones who also study Chemistry — and P(C)P(C') is the complement rule applied to the conditioning event. Both intermediate steps have to be found before the conditional probability formula can be applied at all.

  • B0.60.6 — since 'not Chemistry' shouldn't change anything about Biology

    This assumes the answer rather than testing it — exactly the habit this lesson is built to break. P(Biology)=0.6P(\text{Biology}) = 0.6 unconditionally, but conditioning on NOT studying Chemistry does change the figure here, to 0.80.8: among the non-Chemistry students specifically, Biology is more common than in the class as a whole, because the overlap between the two subjects has been removed from the comparison.

  • C0.40.4 — using P(BC)P(B \cap C') alone, without dividing by P(C)P(C')

    0.40.4 is a correct intermediate value — but it's P(BC)P(B \cap C'), the probability of studying Biology and not Chemistry out of the WHOLE class, not the conditional probability restricted to non-Chemistry students. The division by P(C)=0.5P(C') = 0.5 is the step that's missing.

  • D13\dfrac{1}{3} — from P(CB)÷P(B)=0.2÷0.6P(C \cap B) \div P(B) = 0.2 \div 0.6

    This computes P(ChemistryBiology)P(\text{Chemistry} \mid \text{Biology}) — the wrong pair of events conditioned the wrong way round, not P(BiologyNOT Chemistry)P(\text{Biology} \mid \text{NOT Chemistry}). Both the event being conditioned ON and which event is complemented need to match the question exactly.

Traps tested: Conditioning assumed to have no effect · Conditioning step omitted · Conditioning event reversed

Question 32 marks

Events EE and FF satisfy P(E)=0.2P(E) = 0.2, P(F)=0.3P(F) = 0.3, P(EF)=0.06P(E \cap F) = 0.06. A student writes: 'E and F are independent, because their probabilities are both small, so they can't really affect each other.' Is the student's final answer correct, and is the reasoning acceptable?

  • The answer is correct (0.2×0.3=0.06=P(EF)0.2 \times 0.3 = 0.06 = P(E \cap F), so they ARE independent) — but the reasoning given would not earn the method mark, because 'small probabilities' was never actually tested

    Correct on both counts. The independence test happens to pass here, so the conclusion is right — but a mark scheme rewards the calculation, not a correct guess about it. Swap in different small-but-not-multiplying-to-match probabilities (say P(E)=0.2P(E)=0.2, P(F)=0.3P(F)=0.3, P(EF)=0.1P(E \cap F)=0.1) and the same reasoning ('both small, so independent') would produce the wrong answer, because it was never actually connected to the numbers.

  • BThe answer is correct and the reasoning is acceptable, since it correctly identifies that small probabilities tend to indicate independence

    There is no general rule connecting the SIZE of two probabilities to whether they're independent — a large P(E)P(E) and small P(F)P(F) can just as easily be independent, or a small P(E)P(E) and small P(F)P(F) can just as easily be dependent. The only valid test is the specific equality P(EF)=P(E)×P(F)P(E \cap F) = P(E) \times P(F), checked with these exact numbers.

  • CThe answer is wrong — EE and FF are not independent, because 0.060.06 is a small number and small intersections usually mean dependent events

    0.060.06 being 'small' says nothing on its own; it has to be compared to P(E)×P(F)=0.06P(E) \times P(F) = 0.06 specifically, and it matches exactly. The size of P(EF)P(E \cap F) in isolation, without that comparison, cannot answer an independence question.

  • DThere isn't enough information to check independence without knowing more about what EE and FF actually represent

    The independence test needs only the three numbers given — P(E)P(E), P(F)P(F), and P(EF)P(E \cap F) — and nothing about what the events physically represent. That's precisely what makes the test objective rather than a matter of judgement: two events can be independent (or not) regardless of how intuitively 'related' they seem.

Traps tested: Probability magnitude substituted for independence test · Intersection magnitude substituted for independence test · Independence treated as unanswerable without context

Practice this for real

This site teaches the mechanism; the exam is sat on Pearson's own real questions. Go find and attempt these yourself — nothing here substitutes for actually sitting a timed paper.

Examiner report
Oct 2021 · Q4(c) — cited directly in this lesson
Pearson's official past-papers portal

Select International Advanced Level → Mathematics → any series, then look for WST01.

Statistics 1 · progress saved in this browser · sign in to sync across devices

Up next

Sampling with/without replacement, tree diagrams, and Venn diagrams

A tree diagram for sampling without replacement is not one bag drawn from twice — it is two different bags, drawn from once each. The first draw changes what is left, so every branch after it describes a smaller, different sample space than the one before it. The single most-repeated way to lose marks on this topic, confirmed directly from a real question, is writing the first bag's fraction onto the second bag's branch, as though nothing had been removed at all.

45 min