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

Venn Diagrams

A Venn diagram is the easiest way to “see” how two or more events overlap. Two circles, one rectangle around them โ€” and suddenly all the AND/OR/NOT logic from probability becomes visual. They’re a Paper 1 & 2 favourite.

๐Ÿ“˜ What you need to know

What a Venn diagram looks like

The basics:

Anatomy of a 2-event Venn diagram
U A B A only (A โˆฉ B’) A โˆฉ B (both) B only (B โˆฉ A’) neither (A’ โˆฉ B’)
A 2-event Venn diagram has 4 regions: A only, both, B only, and neither. If you can fill in all 4, you can answer any probability question about A and B.

What each region means

Union (OR)

A โˆช B

Anything inside either circle. “A or B or both”.
Intersection (AND)

A โˆฉ B

The overlap region. “Both A and B happen”.
Complement (NOT)

A’

Everything NOT in circle A โ€” even if it’s in B.
Three regions shaded
U A B A โˆช B (union) U A B A โˆฉ B (intersection) U A B A’ (complement of A)
๐Ÿง 

Memory trick: “Overlap = AND, Both circles = OR, Outside = NOT”

The middle of the overlap is where both events happen. Either circle alone (or both) is the union. Anything outside circle A is the complement of A. Three regions, three rules.

How to fill in a Venn diagram

This is the bit that earns marks in exams. Always work in the same order:

The 4-step method

  1. Draw two circles inside a rectangle. Label them clearly (A, B) and label the rectangle U.
  2. Fill in the intersection (centre) first. The centre overlap is the trickiest, so do it before anything else.
  3. Subtract to find “A only” and “B only”. A only = n(A) โˆ’ n(A โˆฉ B), and similarly for B only.
  4. Fill in the outside (neither) last. This is total โˆ’ everything else inside the circles.

๐Ÿค” Why work from the centre outwards?

If you put a number in the “A only” region first, you can’t be sure it doesn’t include the overlap. But once you’ve filled the centre, the rest is just subtraction: A only = (everything in A) โˆ’ (overlap). That’s why the centre is always step 1.

๐Ÿ“

If you don’t know the centre โ€” use algebra

If the question doesn’t give you the intersection directly, label it x and write the other regions in terms of x. The “everything must add to the total” rule will let you solve for x. (See worked example 1!)

Finding probabilities from a Venn diagram

Once your Venn is filled in, finding any probability is just counting:

From a frequency Venn diagram
P(event) = count of region(s) in eventtotal count

Conditional probability from a Venn

For P(A|B) โ€” “A given B”:

Conditional from a Venn (the visual way)

  1. Restrict to the B circle. The total of all numbers in B is your denominator.
  2. Count what’s also in A. The number in the overlap is your numerator.
  3. Divide: P(A|B) = (overlap) รท (B total).
This is exactly the “shrunken sample space” idea from the conditional probability note โ€” but visual. The B circle becomes your new total, and you ask what fraction of it lies inside A.

Spotting mutually exclusive and independent events

Mutually exclusive โ€” easy to spot

If the two circles don’t overlap, the events are mutually exclusive. The intersection region simply doesn’t exist (or is 0).

Independent โ€” needs a check

You can’t tell from a glance whether events are independent โ€” you have to test it. Use either:

๐Ÿ“

Stuck on a Venn? Use algebra

If a question gives you incomplete info, label the unknown regions with letters (e.g. x, y) and write equations using the total and any other facts. For independent events, also use P(A โˆฉ B) = P(A) ร— P(B) as an extra equation.

Worked examples

WE 1

Build a Venn diagram and find probabilities

40 people are asked if they have sugar (S) and/or milk (M) in their coffee. 21 have sugar, 25 have milk, and 7 have neither.

(a) Draw a Venn diagram.   (b) Find the probability a person has sugar but not milk.   (c) Given that the person has sugar, find the probability they also have milk.

Set up algebra: let x = both sugar AND milk. Then “sugar only” = 21 โˆ’ x and “milk only” = 25 โˆ’ x.part (a) โ€” venn diagram Total = 40 across all 4 regions: (21 โˆ’ x) + x + (25 โˆ’ x) + 7 = 40 53 โˆ’ x = 40  โŸน  x = 13 So: Sugar only = 21 โˆ’ 13 = 8,   Both = 13,   Milk only = 25 โˆ’ 13 = 12,   Neither = 7 U = 40 S M 8 13 12 7 part (b) โ€” sugar but not milk Sugar only region = 8 out of 40: P(S โˆฉ M’) = 840 = 15 P(S โˆฉ M’) = 15part (c) โ€” milk given sugar Restrict to sugar circle: 8 + 13 = 21 people. Of those, 13 also have milk. P(M | S) = 1321 P(M | S) = 1321 always start with the centre (overlap) โ€” work outwards from there!
WE 2

Find probabilities from a given Venn diagram

The Venn diagram shows the number of students in a class who play football (F) and basketball (B). Find (a) P(F), (b) P(F โˆฉ B), (c) P(F โˆช B), (d) P(F | B).

U F B 10 6 8 6
Total = 10 + 6 + 8 + 6 = 30part (a) โ€” p(f) F circle: 10 + 6 = 16 P(F) = 1630 = 815 P(F) = 815part (b) โ€” p(f โˆฉ b) Just the overlap: 6 P(F โˆฉ B) = 630 = 15part (c) โ€” p(f โˆช b) Both circles together: 10 + 6 + 8 = 24 P(F โˆช B) = 2430 = 45part (d) โ€” p(f | b) Restrict to B circle: 6 + 8 = 14 Of those, 6 also play F. P(F | B) = 614 = 37 conditional = restrict total to the “given” circle, then count overlap
WE 3

Use probabilities (not frequencies) in a Venn

For events A and B: P(A) = 0.6, P(B) = 0.5, P(A โˆฉ B) = 0.2. Find (a) P(A only), (b) P(neither), (c) P(A โˆช B).

Fill in the centre first, then work outwards. All regions must add to 1. Centre (intersection): 0.2 A only: P(A) โˆ’ P(A โˆฉ B) = 0.6 โˆ’ 0.2 = 0.4 B only: P(B) โˆ’ P(A โˆฉ B) = 0.5 โˆ’ 0.2 = 0.3 Neither: 1 โˆ’ (0.4 + 0.2 + 0.3) = 0.1part (a) P(A only) = 0.4part (b) P(neither) = 0.1part (c) P(A โˆช B) = 0.4 + 0.2 + 0.3 = 0.9 P(A โˆช B) = 0.9 probability Venns work the same way, but regions sum to 1 instead of n
WE 4

Algebra approach for unknown intersection

In a class of 35 students, 20 have a phone, 18 have a laptop, and 5 have neither. How many have both?

Don’t know the intersection โ€” call it x and use the total. Let x = number with both. Phone only: 20 โˆ’ x Laptop only: 18 โˆ’ x Total = 35: (20 โˆ’ x) + x + (18 โˆ’ x) + 5 = 35 43 โˆ’ x = 35  โŸน  x = 8 8 students have both setting up x for the unknown intersection is the classic Venn algebra move
WE 5

Test independence from a Venn diagram

From the Venn in WE 2 (football and basketball, total 30): 16 students play football, 14 play basketball, and 6 play both. Are F and B independent?

Test: P(F โˆฉ B) = P(F) ร— P(B)? P(F): 1630 = 815 P(B): 1430 = 715 P(F โˆฉ B): 630 = 15 Compare: P(F) ร— P(B) = 815 ร— 715 = 56225 โ‰ˆ 0.249 P(F โˆฉ B) = 15 = 0.2 0.2 โ‰  0.249, so they’re not equal. F and B are NOT independent Venns make the multiplication test easy โ€” just count three regions and compare

๐Ÿ’ก Top tips

โš  Common mistakes

Venn diagrams shine when events overlap. The next note covers tree diagrams โ€” perfect for sequential events where one thing happens, then another (especially “without replacement” problems).

Need help with Venn Diagrams?

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

Book Free Session โ†’