IB Maths AA HL Topic 4 โ€” Statistics & Probability Paper 1 & 2 SL & HL ~8 min read

Probability & Types of Events

Probability is just careful counting dressed in formal language. Once you’re fluent in the vocabulary โ€” experiment, outcome, event, sample space โ€” the formulas almost write themselves. This note pins down that vocabulary and the four most-used formulas: complement, union, intersection, and expected number of occurrences.

๐Ÿ“˜ What you need to know

The vocabulary of probability

Before any formulas, get the words right โ€” examiners use them precisely and so should you.

WordWhat it meansExample (rolling a fair die)
ExperimentA repeatable activity with an observable result.Rolling the die once.
TrialOne single repeat of the experiment.One roll.
OutcomeA possible result of one trial.1, 2, 3, 4, 5, or 6.
EventOne outcome โ€” or a group of outcomes โ€” you care about.A = “rolled an even number” = {2, 4, 6}.
Sample space UThe set of all possible outcomes.U = {1, 2, 3, 4, 5, 6}, so n(U) = 6.
Why this matters: almost every probability question reduces to “list the sample space, count the outcomes in the event, divide”. If you can describe the sample space cleanly, you’ve already done the hard part.

Calculating a basic probability

When every outcome in the sample space is equally likely, the probability of an event is simply the share of outcomes it contains:

Theoretical probability (equally likely outcomes) P(A)  =  n(A)n(U)

If outcomes are not equally likely, you fall back to data โ€” counting how often the outcome actually appeared in repeated trials:

Experimental probability (relative frequency) P(A)  โ‰ˆ  frequency of Atotal number of trials

And if you want to predict how often an event will occur in n trials, multiply:

Expected number of occurrences Expected count  =  n ยท p
“Expected” doesn’t mean it will happen exactly that many times. Toss a fair coin 10 times โ€” the expected number of heads is 5, but you won’t be shocked to see 4 or 6. It’s the long-run average.

Combining events: AND, OR, NOT, GIVEN

Intersection (AND)
A โˆฉ B
both A and B happen
Union (OR)
A โˆช B
A, B, or both happen
Complement (NOT)
Aโ€ฒ
A does not happen
Conditional (GIVEN)
A | B
A happens given B already has

The complement formula

P(A) + P(Aโ€ฒ)  =  1   โŸน   P(Aโ€ฒ) = 1 โˆ’ P(A)

The complement trick is one of the most useful shortcuts in the whole topic. Whenever a question says “at least one“, flip it to “none” and use 1 โˆ’ P(none).

The union formula

P(A โˆช B)  =  P(A) + P(B) โˆ’ P(A โˆฉ B)

Why subtract the intersection? Because when you add P(A) and P(B) the overlap gets counted twice โ€” once in each โ€” so you take it off once to get the true total.

The intersection formula

P(A โˆฉ B)  =  P(A) ยท P(B | A)

Read it left-to-right: “the chance that A happens, and then B happens given A already did”. This is the engine behind every tree diagram.

Both formulas are in the booklet โ€” but knowing why each works (overlap counted twice; sequential dependence) is what saves you in tricky questions where you have to rearrange them.

๐Ÿงญ Recipe โ€” solving a basic probability question

  1. Identify the experiment and write down what one trial looks like.
  2. List the sample space U โ€” as a list, table, or two-way grid for combined experiments.
  3. Count n(U), the total number of equally likely outcomes.
  4. Highlight the event A in your sample space and count n(A).
  5. Apply P(A) = n(A) / n(U) โ€” or use complement / union / intersection if events are combined.
  6. Sense-check: probability must be between 0 and 1.

Worked examples

WE 1

Build a sample space and find a basic probability

Two fair spinners are spun. Spinner A has sectors 1, 2, 5 and Spinner B has sectors 3, 4, 6, 8. A two-digit number is formed by writing Spinner A‘s result first and Spinner B‘s result second. Let E = “the two-digit number is even”. Find P(E).

Step 1: List sample space (two-way table) Rows = Spinner A; Columns = Spinner B {13, 14, 16, 18, 23, 24, 26, 28, 53, 54, 56, 58} n(U) = 3 ร— 4 = 12 Step 2: Identify event E (even = ends in 4, 6, or 8) {14, 16, 18, 24, 26, 28, 54, 56, 58} โ†’ n(E) = 9 Step 3: Apply formula P(E) = 9/12 = 3/4 P(E) = 3/4 a two-way table is the safest way to list every outcome โ€” never miss one
WE 2

Use the complement to save time

A fair six-sided die is rolled three times. Find the probability of getting at least one six.

“At least one” โ†’ use the complement P(at least one 6) = 1 โˆ’ P(no sixes) P(no six on one roll) = 5/6 P(no six in three rolls) = (5/6)ยณ = 125/216 Apply complement P(at least one 6) = 1 โˆ’ 125/216 = 91/216 P(at least one 6) = 91/216 โ‰ˆ 0.421 listing all “one six, two sixes, three sixes” cases would take five times longer
WE 3

Expected number of occurrences

A factory produces light bulbs and 3% are faulty. In a batch of 500 bulbs, how many faulty bulbs would you expect?

Identify n and p n = 500, p = 0.03 Apply expected count = np Expected = 500 ร— 0.03 = 15 Expect โ‰ˆ 15 faulty bulbs this is an average โ€” the actual batch may have more or fewer
WE 4

Use the union formula

In a class, P(student plays football) = 0.55, P(student plays basketball) = 0.40, and P(student plays both) = 0.20. Find the probability that a randomly chosen student plays at least one of the two sports.

Identify the formula P(F โˆช B) = P(F) + P(B) โˆ’ P(F โˆฉ B) Substitute = 0.55 + 0.40 โˆ’ 0.20 = 0.75 P(plays at least one) = 0.75 “at least one of the two” is exactly P(F โˆช B) โ€” the union
WE 5

Intersection with conditional probability

A bag has 5 red and 3 blue marbles. Two are drawn one after the other, without replacement. Find the probability that both are red.

Identify the events Rโ‚ = “1st marble is red”, Rโ‚‚ = “2nd marble is red” P(Rโ‚) โ€” straight from the bag P(Rโ‚) = 5/8 P(Rโ‚‚ | Rโ‚) โ€” one red is gone, so 4 red of 7 left P(Rโ‚‚ | Rโ‚) = 4/7 Apply intersection formula P(Rโ‚ โˆฉ Rโ‚‚) = P(Rโ‚) ยท P(Rโ‚‚ | Rโ‚) = (5/8)(4/7) = 20/56 = 5/14 P(both red) = 5/14 “without replacement” is your signal that the second probability is conditional
WE 6

Rearranging the union formula

40 students were surveyed: 22 own a cat, 18 own a dog, 6 own neither. Find the probability that a randomly chosen student owns both a cat and a dog.

Step 1: Find P(C โˆช D) โ€” owns at least one P(neither) = 6/40 = 0.15 P(C โˆช D) = 1 โˆ’ 0.15 = 0.85 Step 2: Apply the union formula and rearrange P(C โˆช D) = P(C) + P(D) โˆ’ P(C โˆฉ D) 0.85 = 22/40 + 18/40 โˆ’ P(C โˆฉ D) 0.85 = 0.55 + 0.45 โˆ’ P(C โˆฉ D) P(C โˆฉ D) = 1.00 โˆ’ 0.85 = 0.15 P(owns both) = 0.15 (i.e. 6 students) “neither” + “at least one” always gives the full sample โ€” that’s how you crack it

๐Ÿ’ก Top tips

โš  Common mistakes

That’s the foundation: vocabulary, the four core formulas, and the complement shortcut. The next sub-section sharpens two special cases โ€” independent events (one doesn’t affect the other) and mutually exclusive events (they can’t both happen). Both unlock simpler versions of the formulas above.

Need help with Statistics & Probability?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session โ†’