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

Venn Diagrams

A Venn diagram turns set-based probability into a picture: each region is a count or a probability, and you can read off any union, intersection, or complement at a glance. Once you can fill one in cleanly โ€” including the centre piece for three sets โ€” most “and / or / given that” questions become arithmetic. Build from the centre outwards and the rest falls into place.

๐Ÿ“˜ What you need to know

Reading the regions of a Venn

Intersection
A โˆฉ B
just the overlap region
Union
A โˆช B
everything inside either circle
Complement
Aโ€ฒ
anywhere outside circle A
Conditional
P(A | B) = overlapcircle B
restrict the universe to circle B
Cardinal rule: P(A) is the WHOLE of circle A โ€” including the overlap with B. Reading just the “A-only” region gives the wrong answer.

Building a Venn from data

Whether you’re given counts, probabilities, or a mix, the procedure is identical: place the centre value first, then fill the surrounding regions by subtraction.

Two-set region equations n(A only) = n(A) โˆ’ n(A โˆฉ B)   |   n(neither) = total โˆ’ n(A โˆช B)
Three-set centre-out approach pairwise-only region = n(A โˆฉ B) โˆ’ n(A โˆฉ B โˆฉ C)

If the centre is unknown, label it x and solve using the total. The answer pops out from one linear equation.

Two-set vs three-set Venn diagrams

FeatureTwo-set VennThree-set Venn
Distinct regions4 (incl. “neither”)8 (incl. “none”)
Start filling atA โˆฉ BA โˆฉ B โˆฉ C (centre)
Subtraction layers1 โ€” overlap from each circle2 โ€” centre from each pairwise; pairwise from each circle
Common pitfallforgetting “neither”not subtracting the centre out of pairwise totals

๐Ÿงญ Recipe โ€” filling in a Venn diagram

  1. Sketch the rectangle and the circles; label them clearly.
  2. Place the centre first: the all-sets intersection (A โˆฉ B for two sets; A โˆฉ B โˆฉ C for three).
  3. Subtract outwards: pairwise-only regions = full pairwise minus centre.
  4. Fill single-set-only regions: each circle’s total minus all its inner overlaps.
  5. Compute “outside all circles”: total minus everything inside the circles, then sense-check the sum.

Worked examples

WE 1

Two-set Venn from frequencies

60 students were surveyed about their hobbies. 28 read books regularly, 22 play sports, and 10 do both. (a) Find how many do neither. (b) Find the probability that a randomly chosen student reads books but does not play sports.

(a) Build the Venn โ€” start at the overlap n(B โˆฉ S) = 10 n(B only) = 28 โˆ’ 10 = 18 n(S only) = 22 โˆ’ 10 = 12 n(neither) = 60 โˆ’ (18 + 12 + 10) = 20 (b) P(reads books only) = 18 / 60 = 3/10 = 0.3 (a) 20 do neither; (b) P = 3/10 “reads books but not sports” = the B-only region, NOT the whole of circle B
WE 2

Build a Venn from probabilities

In a music class, the probability a student plays piano is 0.40, the probability they play violin is 0.25, and the probability they play neither is 0.50. Find the probability that a randomly chosen student plays both.

Step 1: Find P(at least one) from the complement P(P โˆช V) = 1 โˆ’ P(neither) = 1 โˆ’ 0.50 = 0.50 Step 2: Apply union formula P(P โˆช V) = P(P) + P(V) โˆ’ P(P โˆฉ V) 0.50 = 0.40 + 0.25 โˆ’ P(P โˆฉ V) P(P โˆฉ V) = 0.65 โˆ’ 0.50 = 0.15 P(plays both) = 0.15 “neither” + “at least one” = 1 โ€” always your bridge between the two sides of a Venn
WE 3

Conditional probability from a Venn

In a company of 80 employees, 35 know Spanish, 28 know French, and 12 know both languages. Given that a randomly selected employee knows Spanish, find the probability that they also know French.

Reduce to circle S as the new sample space n(S) = 35 (denominator) n(S โˆฉ F) = 12 (numerator โ€” overlap) Apply conditional P(F | S) = 12 / 35 P(F | S) = 12/35 โ‰ˆ 0.343 conditional on a Venn = (overlap region) รท (the “given” circle’s total)
WE 4

Test independence using a Venn

A Venn diagram for events A and B shows the four regions with these probabilities: A only = 0.35, both = 0.15, B only = 0.15, neither = 0.35. Determine whether A and B are independent.

Step 1: Read off P(A) and P(B) P(A) = 0.35 + 0.15 = 0.50 P(B) = 0.15 + 0.15 = 0.30 Step 2: Compute P(A) ยท P(B) 0.50 ร— 0.30 = 0.15 Step 3: Compare with P(A โˆฉ B) P(A โˆฉ B) = 0.15 (centre region) 0.15 = 0.15 โœ“ A and B ARE independent remember P(A) is the WHOLE circle โ€” A only PLUS the overlap
WE 5

Three-set Venn โ€” streaming services

A survey of 100 people asked about three streaming services. Results: 55 use Netflix, 40 use Disney+, 35 use Spotify. 20 use Netflix and Disney+, 15 use Netflix and Spotify, 12 use Disney+ and Spotify. 8 use all three. Find (a) how many use none of the three, (b) the probability a randomly chosen person uses exactly one service.

Step 1: Centre โ€” all three = 8 Step 2: Pairwise-only regions (subtract centre) N โˆฉ D only = 20 โˆ’ 8 = 12 N โˆฉ S only = 15 โˆ’ 8 = 7 D โˆฉ S only = 12 โˆ’ 8 = 4 Step 3: Single-set-only regions N only = 55 โˆ’ (12 + 7 + 8) = 28 D only = 40 โˆ’ (12 + 4 + 8) = 16 S only = 35 โˆ’ (7 + 4 + 8) = 16 Step 4: “None” region Inside total = 28+16+16+12+7+4+8 = 91 n(none) = 100 โˆ’ 91 = 9 Step 5: P(exactly one) n(exactly one) = 28 + 16 + 16 = 60 P(exactly one) = 60/100 = 3/5 = 0.6 (a) 9 use none; (b) P(exactly one) = 0.6 three-set Venn: ALWAYS centre first, then pairwise, then singles, then “none”
WE 6

Algebra on a Venn โ€” find every region

50 customers were surveyed. P(uses product A) = 0.6, P(uses product B) = 0.5, and P(uses at least one) = 0.8. Find the number of customers in each of the four Venn regions: both, A only, B only, neither.

Step 1: Find P(A โˆฉ B) using union formula P(A โˆฉ B) = P(A) + P(B) โˆ’ P(A โˆช B) = 0.6 + 0.5 โˆ’ 0.8 = 0.3 Step 2: Subtract for “only” regions P(A only) = 0.6 โˆ’ 0.3 = 0.3 P(B only) = 0.5 โˆ’ 0.3 = 0.2 P(neither) = 1 โˆ’ 0.8 = 0.2 Step 3: Multiply by 50 for counts n(both) = 0.3 ร— 50 = 15 n(A only) = 0.3 ร— 50 = 15 n(B only) = 0.2 ร— 50 = 10 n(neither) = 0.2 ร— 50 = 10 15 / 15 / 10 / 10 (sum = 50 โœ“) always check the four region counts add back up to the total

๐Ÿ’ก Top tips

โš  Common mistakes

Next: Tree Diagrams โ€” the sequential cousin of the Venn. Where Venns excel at static “and / or” questions, trees handle multi-stage events (drawing without replacement, two-step processes, conditional chains) far more cleanly.

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 โ†’