← Back to subjects
⭐ 0
AQA A-level Mathematics (7357) Β· Probability
Mini-Lesson

Probability

This mini-lesson covers AQA section M β€” Probability: mutually exclusive and independent events, the addition and multiplication rules, set notation, Venn diagrams, two-way tables, tree diagrams, and conditional probability with the formula P(A|B) = P(A ∩ B) Γ· P(B).

ΞΎ A B A ∩ B both (A βˆͺ B)β€²
A ∩ B = both happen Β· A βˆͺ B = at least one happens Β· Aβ€² = A does not happen.

Work through each screen, answer the questions as you go (some are wordy, some are calculations) and collect ⭐ stars. You will also be asked to critique the assumptions in a probability model. Press Start when you're ready.

Section M1 Β· set notation

The language of events

Events are sets of outcomes inside the sample space ΞΎ.

  • A ∩ B β€” the intersection: A and B both occur.
  • A βˆͺ B β€” the union: A or B (or both) occurs.
  • Aβ€² β€” the complement: A does not occur. P(Aβ€²) = 1 βˆ’ P(A).
P(A βˆͺ B) = P(A) + P(B) βˆ’ P(A ∩ B)the addition formula β€” true for ANY two events (subtract the overlap once)

Mutually exclusive events cannot both happen, so P(A ∩ B) = 0 and the formula collapses to P(A βˆͺ B) = P(A) + P(B).

Independent events do not affect each other's probability, so P(A ∩ B) = P(A) Γ— P(B), equivalently P(A | B) = P(A).

Classic trap: mutually exclusive and independent are not the same β€” in fact, if P(A) and P(B) are both non-zero, mutually exclusive events are necessarily dependent (if A happens, B definitely cannot).

Calculate

Independent events

1Events A and B are independent, with P(A) = 0.4 and P(B) = 0.5. Find P(A ∩ B).
Hint: For independent events P(A ∩ B) = P(A) Γ— P(B) = 0.4 Γ— 0.5.
Calculate

The addition formula

2Using the same events (P(A) = 0.4, P(B) = 0.5, P(A ∩ B) = 0.2), find P(A βˆͺ B).
Hint: P(A βˆͺ B) = P(A) + P(B) βˆ’ P(A ∩ B) = 0.4 + 0.5 βˆ’ 0.2.
Quick check

Mutually exclusive

?Two events A and B are mutually exclusive. Which statement must be true?
Quick check

Testing for independence

?P(A) = 0.3, P(B) = 0.4 and P(A ∩ B) = 0.15. Are A and B independent?
Section M2 Β· conditional

Conditional probability

P(A | B) is the probability of A given that B has already happened. Restricting attention to the B outcomes only:

P(A | B) = P(A ∩ B) Γ· P(B)rearranged: P(A ∩ B) = P(B) Γ— P(A | B) β€” the multiplication rule
Bag: 5R, 3B 5/8 3/8 R B 4/73/7 5/72/7 RR = 20/56RB = 15/56 BR = 15/56BB = 6/56
Without replacement the second branch probabilities change β€” that is conditional probability in action.

Tree rules: multiply along the branches, add between them. Check: 20 + 15 + 15 + 6 = 56 βœ“

Calculate

Conditional probability

3Events A and B satisfy P(A ∩ B) = 0.12 and P(B) = 0.3. Find P(A | B).
Hint: P(A | B) = P(A ∩ B) ÷ P(B) = 0.12 ÷ 0.3.
Calculate

Tree diagram: both red

4A bag holds 5 red and 3 blue counters. Two are taken without replacement. Find P(both red), to 3 decimal places.
Hint: P(RR) = (5/8) Γ— (4/7) = 20/56.
Calculate

Exactly one red

5Same bag (5 red, 3 blue, without replacement). Find P(exactly one red), to 3 decimal places.
Hint: P(RB) + P(BR) = (5/8)(3/7) + (3/8)(5/7) = 15/56 + 15/56 = 30/56.
Sort it

When is it true?

Tap a probability statement, then tap the condition under which it holds.

🚫 Mutually exclusive only

πŸ”— Independent only

♾️ True for ANY two events

Quick check

Venn diagram counting

?In a class of 50 students, 22 study French, 18 study German and 7 study both. How many study neither?
Match it

Read the notation

Tap a symbol on the left, then its meaning in words on the right.

Notation
In words
Quick check

Critique the model

?A model assumes that whether it rains today and whether it rains tomorrow are independent events. What is the best critique?
Section M2 Β· two-way tables

Conditional probability from a two-way table

A two-way table is often the fastest route to a conditional probability: the condition just tells you which row or column to look in.

BikeNo bikeTotal CarNo carTotal 243660 202040 4456100
100 people surveyed. Every conditional probability here is just "one cell Γ· one total".
Worked example

P(bike | car) β€” restrict to the car row (60 people): 24 Γ· 60 = 0.4

P(car | bike) β€” restrict to the bike column (44 people): 24 Γ· 44 = 0.545 (3 s.f.)

These are different β€” P(A | B) β‰  P(B | A). Confusing the two is a classic error.

Check for independence: P(bike) = 44/100 = 0.44 but P(bike | car) = 0.4. They are not equal, so owning a car and owning a bike are not independent in this survey.

Calculate

Conditional from a table

6Using the table above (24 own both, 44 own a bike in total), find P(owns a car | owns a bike), to 3 decimal places.
Hint: Restrict to the bike column: 24 of the 44 bike-owners also own a car, so 24 Γ· 44.
Quick check

At least one

?A bag holds 5 red and 3 blue counters; two are taken without replacement. What is P(at least one red)?
Recap

The big ideas to know

Notation: ∩ = and Β· βˆͺ = or Β· Aβ€² = not A Β· P(Aβ€²) = 1 βˆ’ P(A)

Addition formula (any events): P(A βˆͺ B) = P(A) + P(B) βˆ’ P(A ∩ B)

Mutually exclusive: P(A ∩ B) = 0  Β·  Independent: P(A ∩ B) = P(A) Γ— P(B)

Conditional: P(A | B) = P(A ∩ B) Γ· P(B); independence ⇔ P(A | B) = P(A)

Trees: multiply along branches, add between them; without replacement, the second branches change

Modelling: always state and critique your assumptions

That is the whole of section M β€” Probability for AQA A-level Mathematics (7357). Press Finish to see your score.

πŸ†

Mini-lesson complete!

⭐⭐⭐

You've worked through Probability for AQA A-level Mathematics. πŸŽ‰

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