Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Venn Diagrams and Set Notation
Source: https://www.fatskills.com/gcse-math/chapter/how-to-solve-venn-diagrams-and-set-notation

How to Solve: Venn Diagrams and Set Notation

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

How to Solve: Venn Diagrams and Set Notation

GCSE & A-Level Maths


Introduction

"Venn diagrams and set notation appear in every GCSE and A-Level Maths exam—get them wrong, and you could lose 8-12 marks. But master them, and you’ll solve real-life problems like analysing survey data, comparing customer preferences, or even cracking logic puzzles in seconds."


What You Need To Know First

  1. Basic number operations (addition, subtraction, multiplication).
  2. Understanding of "and" vs. "or" in probability (e.g., "A and B" means both must happen).
  3. How to read simple inequalities (e.g., x > 5).

Key Vocabulary

Term Plain-English Definition Quick Example
Set A collection of distinct objects (numbers, letters, etc.). A = {1, 2, 3} (Set A contains 1, 2, 3).
Element A single object in a set. 2 ∈ A (2 is an element of set A).
Universal Set (ξ) The "big box" containing all possible elements. ξ = {1, 2, 3, 4, 5} (All numbers we’re considering).
Union (A ∪ B) All elements in either set A or set B. A = {1, 2}, B = {2, 3} → A ∪ B = {1, 2, 3}.
Intersection (A ∩ B) Only elements in both set A and set B. A = {1, 2}, B = {2, 3} → A ∩ B = {2}.
Complement (A’) Everything not in set A (but still in ξ). ξ = {1, 2, 3, 4}, A = {1, 2} → A’ = {3, 4}.

Formulas To Know

  1. Number of elements in a union (2 sets):
    [
    n(A ∪ B) = n(A) + n(B) - n(A ∩ B)
    ]
  2. n(A) = number of elements in set A.
  3. n(B) = number of elements in set B.
  4. n(A ∩ B) = number of elements in both A and B.
  5. MEMORISE THIS (not always given on exam sheets).

  6. Number of elements in a complement:
    [
    n(A’) = n(ξ) - n(A)
    ]

  7. n(ξ) = total number of elements in the universal set.
  8. MEMORISE THIS.

  9. Number of elements in "only A" (not in B):
    [
    n(A \text{ only}) = n(A) - n(A ∩ B)
    ]

  10. Given on exam sheet (but understand how to use it).

Step-by-Step Method

How to Solve Any Venn Diagram Problem

Step 1: Draw the universal set (ξ) as a rectangle. - Label it ξ in the top-right corner.

Step 2: Draw overlapping circles for each set. - Label each circle (e.g., A, B, C). - If there are 3 sets, draw 3 overlapping circles.

Step 3: Fill in the intersection first. - Start with the middle overlap (where all sets meet). - Work outwards (e.g., A ∩ B but not C).

Step 4: Fill in the "only" regions. - Subtract the intersection from each set’s total. - Example: "Only A" = n(A) - n(A ∩ B) - n(A ∩ C) + n(A ∩ B ∩ C).

Step 5: Fill in the outside (A’ ∩ B’ ∩ C’). - Subtract all filled regions from n(ξ).

Step 6: Answer the question. - Read carefully: "How many are in A but not B?" → Look at the A only region.


Worked Example (Using Steps)

Question: In a class of 30 students: - 18 study Maths (M), - 12 study Physics (P), - 5 study both. How many study only Maths?

Solution: 1. Draw ξ (rectangle) with n(ξ) = 30. 2. Draw two overlapping circles: M and P. 3. Fill the intersection: n(M ∩ P) = 5. 4. Fill "only M": n(M) - n(M ∩ P) = 18 - 5 = 13. 5. Fill "only P": n(P) - n(M ∩ P) = 12 - 5 = 7. 6. Fill outside: 30 - (13 + 5 + 7) = 5 (study neither). Answer: 13 students study only Maths.


Worked Examples

Example 1 – Basic (2 Sets)

Question: ξ = {1, 2, 3, 4, 5, 6, 7, 8}, A = {1, 2, 3, 4}, B = {3, 4, 5, 6}. Find (i) A ∪ B, (ii) A ∩ B, (iii) A’.

Solution: 1. A ∪ B = All elements in A or B = {1, 2, 3, 4, 5, 6}. 2. A ∩ B = Elements in both A and B = {3, 4}. 3. A’ = Elements not in A = {5, 6, 7, 8}. What we did and why: - Union = combine all unique elements. - Intersection = find the overlap. - Complement = everything outside the set.


Example 2 – Medium (3 Sets)

Question: In a survey of 50 people: - 20 like tea (T), - 15 like coffee (C), - 10 like juice (J), - 5 like tea and coffee, - 3 like tea and juice, - 2 like coffee and juice, - 1 likes all three. How many like only tea?

Solution: 1. Draw 3 overlapping circles. 2. Fill the triple intersection first: n(T ∩ C ∩ J) = 1. 3. Fill T ∩ C (but not J): 5 - 1 = 4. 4. Fill T ∩ J (but not C): 3 - 1 = 2. 5. Fill C ∩ J (but not T): 2 - 1 = 1. 6. Fill "only T": n(T) - (4 + 1 + 2) = 20 - 7 = 13. Answer: 13 people like only tea. What we did and why: - Start with the most overlapping region (all three sets). - Subtract overlaps to avoid double-counting.


Example 3 – Exam-Style (Disguised Problem)

Question: A gym has 80 members. 45 do yoga (Y), 30 do pilates (P), and 10 do neither. How many do both yoga and pilates?

Solution: 1. n(ξ) = 80, n(neither) = 10n(Y ∪ P) = 80 - 10 = 70. 2. Use the union formula:
[
n(Y ∪ P) = n(Y) + n(P) - n(Y ∩ P)
]
[
70 = 45 + 30 - n(Y ∩ P)
] 3. Solve for n(Y ∩ P):
[
n(Y ∩ P) = 45 + 30 - 70 = 5
] Answer: 5 members do both yoga and pilates. What we did and why: - The question hides the union formula—spot it by looking for "both" or "neither". - Always subtract "neither" first to find n(Y ∪ P).


Common Mistakes

Mistake Why it Happens Correct Approach
Double-counting overlaps Adding n(A) and n(B) without subtracting n(A ∩ B). Use n(A ∪ B) = n(A) + n(B) - n(A ∩ B).
Ignoring the universal set Forgetting to subtract "neither" from n(ξ). Always find n(A ∪ B) = n(ξ) - n(neither).
Mislabeling "only" regions Confusing A ∩ B with "only A". "Only A" = n(A) - n(A ∩ B).
Assuming all regions are filled Leaving a region blank when it could be zero. Check if n(A ∩ B ∩ C) = 0 is possible.
Mixing up ∪ and ∩ Writing A ∪ B when the question asks for A ∩ B. ∪ = OR, ∩ = AND (remember: looks like an "A" for "AND").

Exam Traps

Trap How to Spot it How to Avoid it
"Neither" is hidden in the question Phrases like "do not do either" or "none of these". Always subtract "neither" from n(ξ) first.
Three sets but only two are mentioned The question gives n(A), n(B), but n(C) is implied. Draw all 3 circles—some regions may be zero.
Using the wrong formula for "only" The question asks for "only A", but you calculate A ∪ B. "Only A" = n(A) - n(A ∩ B) - n(A ∩ C) + n(A ∩ B ∩ C).

1-Minute Recap

"Right, listen up—this is your last-minute Venn diagram survival guide. First, draw ξ as a rectangle. For 2 sets, draw two overlapping circles; for 3, draw three. Always fill the intersection first, then work outwards. Remember: ∪ = OR (everything), ∩ = AND (overlap). If the question mentions 'neither,' subtract it from the total first. For 'only A,' subtract all overlaps from A’s total. And if you see three sets, don’t panic—start with the middle overlap. You’ve got this. Now go smash that exam!