← Back to subjects
⭐ 0
Edexcel A-level Mathematics (9MA0) Β· Probability
Mini-Lesson

Probability

This mini-lesson covers Topic 3 of Edexcel A-level Mathematics (9MA0): set notation and Venn diagrams, mutually exclusive and independent events, the addition formula, conditional probability and its formula, tree diagrams and two-way tables, and modelling with probability β€” including criticising the assumptions a model makes.

ΞΎ A B A ∩ B both (A βˆͺ B)β€²
Everything inside the rectangle is the sample space. Probabilities of all the distinct regions add to 1.

Work through each screen, answer the questions as you go (some are wordy, some are calculations) and collect ⭐ stars. Throughout, take g = 9.8 m sβˆ’2 unless a question says otherwise. Press Start when you are ready.

Probability Β· notation

Set notation & the basic rules

  • A ∩ B β€” "A and B": both events happen (the intersection).
  • A βˆͺ B β€” "A or B or both": at least one happens (the union).
  • Aβ€² β€” "not A": the complement, so P(Aβ€²) = 1 βˆ’ P(A).
  • A | B β€” "A given B": B is known to have happened.
P(A βˆͺ B) = P(A) + P(B) βˆ’ P(A ∩ B)the addition formula β€” subtract the overlap so it is not counted twice

Why subtract? Adding P(A) and P(B) counts everything in the overlap A ∩ B twice. Subtracting P(A ∩ B) once puts it right. This formula is true for any two events.

Quick check

Mutually exclusive

?Two events A and B are mutually exclusive. Which statement must be true?
Probability Β· mutually exclusive & independent

Two ideas that are often confused

These two words sound similar but mean completely different things.

  • Mutually exclusive β€” the events cannot both happen. P(A ∩ B) = 0, so P(A βˆͺ B) = P(A) + P(B). On a Venn diagram the circles do not overlap.
  • Independent β€” one event happening does not change the probability of the other. P(A ∩ B) = P(A) Γ— P(B), and equivalently P(A | B) = P(A) and P(B | A) = P(B).
Worked example β€” is it independent?

P(A) = 0.5, P(B) = 0.4, P(A ∩ B) = 0.2.

Test: P(A) Γ— P(B) = 0.5 Γ— 0.4 = 0.2 = P(A ∩ B) βœ” β€” so A and B are independent.

They are not mutually exclusive, because P(A ∩ B) = 0.2 β‰  0.

Key insight: two events with non-zero probabilities can never be both mutually exclusive and independent β€” if they cannot occur together, then knowing B happened tells you A definitely did not, which is a huge change in probability.

Calculate

Union, exclusive events

1Events A and B are mutually exclusive with P(A) = 0.4 and P(B) = 0.35. Find P(A βˆͺ B).
Hint: Mutually exclusive β‡’ P(A ∩ B) = 0, so P(A βˆͺ B) = 0.4 + 0.35.
Calculate

Union, independent events

2Events A and B are independent with P(A) = 0.6 and P(B) = 0.5. Find P(A βˆͺ B).
Hint: Independent β‡’ P(A ∩ B) = 0.6 Γ— 0.5 = 0.3. Then P(A βˆͺ B) = 0.6 + 0.5 βˆ’ 0.3.
Quick check

Test for independence

?P(A) = 0.5, P(B) = 0.4 and P(A ∩ B) = 0.2. Are A and B independent?
Sort it

Always, exclusive, or independent?

Tap a formula, then tap the column it belongs in.

♾️ True for ANY events

🚫 Only if mutually exclusive

🎲 Only if independent

Probability Β· conditional probability

Conditional probability

P(A | B) is the probability of A given that B has happened. Knowing B has occurred shrinks the sample space down to B alone, so we scale by P(B):

P(A | B) = P(A ∩ B) Γ· P(B)rearranged: P(A ∩ B) = P(B) Γ— P(A | B) = P(A) Γ— P(B | A)
Worked example

P(A ∩ B) = 0.18 and P(B) = 0.45.

P(A | B) = 0.18 Γ· 0.45 = 0.4.

Interpretation: among the outcomes where B happens, A happens 40% of the time.

Warning: P(A | B) and P(B | A) are not the same. Nearly all people who have a rare disease test positive; that does not mean nearly all people who test positive have the disease. Divide by the probability of the event you are given.

Calculate

Conditional probability

3P(A ∩ B) = 0.18 and P(B) = 0.45. Find P(A | B).
Hint: P(A | B) = P(A ∩ B) ÷ P(B) = 0.18 ÷ 0.45.
Match it

Set notation β†’ words

Tap an item on the left, then its partner on the right.

Notation
In words
Probability Β· tree diagrams

Tree diagrams & sampling without replacement

A tree diagram is the fastest way to handle two-stage experiments β€” especially without replacement, where the second set of branches uses conditional probabilities.

5/8 Red 3/8 Blue 4/7 Red3/7 Blue 5/7 Red2/7 Blue RR = 5/8 Γ— 4/7 = 20/56 RB = 5/8 Γ— 3/7 = 15/56 BR = 3/8 Γ— 5/7 = 15/56 BB = 3/8 Γ— 2/7 = 6/56
Two counters drawn without replacement from 5 red and 3 blue. Multiply along the branches; add the outcomes you want. Check: 20 + 15 + 15 + 6 = 56. βœ”
  • Multiply along the branches of a path (this is P(A ∩ B) = P(A) Γ— P(B | A)).
  • Add the paths that give the outcome you want.
  • All the final probabilities must sum to 1 β€” always check.

With replacement the counter goes back, so the second draw has the same probabilities: the draws are independent. Without replacement they are not β€” there is one fewer counter and possibly one fewer red.

Calculate

Both red

4A bag holds 5 red and 3 blue counters. Two are drawn without replacement. Find the probability that both are red, to 3 decimal places.
Hint: P(RR) = 5/8 Γ— 4/7 = 20/56 = 5/14. Now write that as a decimal.
Calculate

Exactly one red

5From the same bag (5 red, 3 blue, no replacement), find the probability that exactly one counter is red, to 3 decimal places.
Hint: Two paths: P(RB) + P(BR) = 5/8 Γ— 3/7 + 3/8 Γ— 5/7 = 15/56 + 15/56 = 30/56.
Quick check

The formula

?Which expression correctly gives the conditional probability formula?
Probability Β· modelling

Modelling β€” and criticising the assumptions

Spec point 3.3 asks you to model with probability and to critique the assumptions made.

  • "The die is fair" β€” is it? A biased die would make every calculated probability wrong.
  • "The events are independent" β€” often false. Two children in the same family catching a cold are not independent.
  • "Each person is equally likely to be chosen" β€” only true if the sampling really is random.

Continuous variables: for a continuous distribution, probability is the area under the curve, so P(X = a) = 0 for any single value. That is why P(X < a) and P(X ≀ a) are equal for a continuous random variable β€” but they are different for a discrete one such as the binomial.

Quick check

Read the shading

?A Venn diagram is shaded to show the region that is inside B but outside A. Which probability does the shaded region represent?
Probability Β· two-way tables

Two-way tables

A two-way table is just a Venn diagram in a grid. Conditional probabilities become "divide by the row or column total".

PassedFailedTotal
Boys351550
Girls401050
Total7525100
  • P(Girl and Passed) = 40 Γ· 100 = 0.4 β€” divide by the grand total.
  • P(Passed | Girl) = 40 Γ· 50 = 0.8 β€” given a girl, divide by the Girls total.
  • P(Girl | Passed) = 40 Γ· 75 = 0.533 (3 s.f.) β€” given a pass, divide by the Passed total.

Notice P(Passed | Girl) = 0.8 but P(Girl | Passed) = 0.533. Conditioning is not symmetric β€” the two are completely different questions.

Quick check

Conditional from a table

?Using the table above, a student is chosen at random from those who passed. Find the probability that the student is a girl.
Recap

The big ideas to know

Notation: A ∩ B (both) Β· A βˆͺ B (at least one) Β· Aβ€² (not A) Β· A | B (A given B)

Any events: P(A βˆͺ B) = P(A) + P(B) βˆ’ P(A ∩ B) and P(Aβ€²) = 1 βˆ’ P(A)

Mutually exclusive: P(A ∩ B) = 0 β‡’ P(A βˆͺ B) = P(A) + P(B)

Independent: P(A ∩ B) = P(A) Γ— P(B) ⇔ P(A | B) = P(A)

Conditional: P(A | B) = P(A ∩ B) Γ· P(B) β€” and P(A | B) β‰  P(B | A)

Trees: multiply along branches, add the paths, check they total 1

Modelling: state and question the assumptions (fairness, independence)

That is the whole of 9MA0 Topic 3 β€” Probability. Press Finish to see your score.

πŸ†

Mini-lesson complete!

⭐⭐⭐

You have worked through Probability for Edexcel A-level Mathematics (9MA0). πŸŽ‰

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

πŸ“£ Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

β†’ Back to all subjects