Mastering Union, Intersection, and Complement

CSEC Mathematics: Set Theory Operations

Essential Understanding: Set operations are fundamental tools for organizing and analyzing data. Union, intersection, and complement help us combine sets, find common elements, and identify what’s missing. Master these operations to solve problems in probability, logic, and real-world data analysis.

🔑 Key Skill: Venn Diagram Representation
📈 Exam Focus: Set Notation & Cardinality
🎯 Problem Solving: n(A∪B) = n(A) + n(B) – n(A∩B)

Core Concepts

Union (A ∪ B)

Definition: The set of all elements that are in A OR in B (or in both).

Set Builder Notation: \[ A \cup B = \{x : x \in A \text{ or } x \in B\} \]

Venn Diagram: Everything in either circle.

Example: If A = {1,2,3}, B = {3,4,5}, then A ∪ B = {1,2,3,4,5}

Intersection (A ∩ B)

Definition: The set of all elements that are in A AND in B.

Set Builder Notation: \[ A \cap B = \{x : x \in A \text{ and } x \in B\} \]

Venn Diagram: Overlapping region of both circles.

Example: If A = {1,2,3}, B = {3,4,5}, then A ∩ B = {3}

A’

Complement (A’)

Definition: The set of all elements in the universal set that are NOT in A.

Set Builder Notation: \[ A’ = \{x \in U : x \notin A\} \]

Venn Diagram: Everything outside circle A.

Example: If U = {1,2,3,4,5}, A = {1,2,3}, then A’ = {4,5}

Subset & Universal Set

Universal Set (U): The set containing all elements under consideration.

Subset (A ⊂ B): All elements of A are also in B.

Empty Set (∅): Set with no elements.

Example: {1,2} ⊂ {1,2,3,4}

Cardinality Formula

For any two finite sets A and B:

\[ n(A \cup B) = n(A) + n(B) – n(A \cap B) \]

Why? When we add n(A) and n(B), we count the intersection twice, so we subtract it once.

Set Operations Reference Table

Operation Symbol Meaning Example (A={1,2,3}, B={3,4,5}, U={1,2,3,4,5,6})
Union A ∪ B Elements in A OR B (or both) {1,2,3,4,5}
Intersection A ∩ B Elements in A AND B {3}
Complement of A A’ Elements in U but NOT in A {4,5,6}
Difference (A minus B) A – B or A \ B Elements in A but NOT in B {1,2}
Symmetric Difference A Δ B Elements in A or B but NOT both {1,2,4,5}

Interactive Venn Diagram Builder

🔵

Visualize Set Operations

Objective: Add elements to sets A and B, then visualize their union, intersection, and complements in real-time.

Set A

{ }

Set B

{ }

A ∩ B

{ }

A ∪ B

{ }

Cardinality Calculations

n(A) = 0, n(B) = 0, n(A∩B) = 0, n(A∪B) = 0

Verification: n(A∪B) = n(A) + n(B) – n(A∩B) = 0 + 0 – 0 = 0 ✓

Worked Examples

📚

Example 1: Survey Problem

Problem: In a class of 40 students, 25 study Mathematics, 20 study Physics, and 8 study both subjects. How many students study:

(a) Mathematics or Physics?

(b) Only Mathematics?

(c) Only Physics?

(d) Neither subject?

1
Define sets: Let M = Mathematics students, P = Physics students n(M) = 25, n(P) = 20, n(M∩P) = 8, Total = 40
2
(a) Mathematics or Physics: \[ n(M \cup P) = n(M) + n(P) – n(M \cap P) \] \[ = 25 + 20 – 8 = 37 \]
3
(b) Only Mathematics: \[ \text{Only M} = n(M) – n(M \cap P) \] \[ = 25 – 8 = 17 \]
4
(c) Only Physics: \[ \text{Only P} = n(P) – n(M \cap P) \] \[ = 20 – 8 = 12 \]
5
(d) Neither subject: \[ \text{Neither} = \text{Total} – n(M \cup P) \] \[ = 40 – 37 = 3 \]
🔢

Example 2: Set Operations with Notation

Problem: Given U = {1,2,3,4,5,6,7,8,9,10}, A = {1,3,5,7,9}, B = {2,3,5,7}. Find:

(a) A ∪ B

(b) A ∩ B

(c) A’ (complement of A)

(d) (A ∩ B)’

1
(a) A ∪ B: All elements in A or B (or both) \[ A \cup B = \{1,2,3,5,7,9\} \] Note: 3,5,7 appear in both but are listed once.
2
(b) A ∩ B: Elements in both A and B \[ A \cap B = \{3,5,7\} \]
3
(c) A’: Elements in U but not in A \[ A’ = \{2,4,6,8,10\} \]
4
(d) (A ∩ B)’: Complement of the intersection First: A ∩ B = {3,5,7} Then: (A ∩ B)’ = all elements except 3,5,7 \[ (A \cap B)’ = \{1,2,4,6,8,9,10\} \]

CSEC Past Paper Questions

📝

CSEC 2019, Paper 2 Question 2(a)

Question: In a survey of 50 students, 30 liked football, 25 liked cricket, and 5 liked neither sport.

(i) Draw a Venn diagram to represent this information.

(ii) Calculate the number of students who liked both sports.

(iii) Calculate the number of students who liked only football.

1
Define variables: Let F = football, C = cricket n(F) = 30, n(C) = 25, n(U) = 50, n(F∪C)’ = 5 (neither)
2
Find n(F∪C): \[ n(F \cup C) = \text{Total} – \text{Neither} = 50 – 5 = 45 \]
3
(ii) Find n(F∩C): Use formula: \[ n(F \cup C) = n(F) + n(C) – n(F \cap C) \] \[ 45 = 30 + 25 – n(F \cap C) \] \[ 45 = 55 – n(F \cap C) \] \[ n(F \cap C) = 55 – 45 = 10 \] So 10 students liked both sports.
4
(iii) Only football: \[ \text{Only F} = n(F) – n(F \cap C) \] \[ = 30 – 10 = 20 \] So 20 students liked only football.
5
Venn Diagram: Would show: F only = 20, C only = 15, F∩C = 10, Outside = 5

Key Examination Insights

Common Mistakes

  • Forgetting to subtract the intersection when using the union formula.
  • Confusing union (∪) with intersection (∩) symbols.
  • Including elements multiple times in a set (sets don’t have duplicates).
  • Forgetting the universal set when finding complements.

Success Strategies

  • Always draw a Venn diagram for word problems with 2 or 3 sets.
  • Use the formula: n(A∪B) = n(A) + n(B) – n(A∩B).
  • Label all regions of your Venn diagram clearly.
  • Check that the sum of all regions equals the total number of elements.

CSEC Practice Arena

Test Your Understanding

1
If A = {2,4,6,8} and B = {6,8,10,12}, what is A ∩ B?
{6,8}
{2,4,6,8,10,12}
{2,4}
{10,12}
Explanation: Intersection means elements in BOTH sets. Only 6 and 8 appear in both A and B.
2
In a group of 60 people, 35 like coffee, 25 like tea, and 15 like both. How many like neither coffee nor tea?
5
15
20
25
Solution: n(C∪T) = n(C) + n(T) – n(C∩T) = 35 + 25 – 15 = 45. Neither = Total – n(C∪T) = 60 – 45 = 15.
3
If U = {1,2,3,4,5,6,7,8}, A = {1,3,5,7}, and B = {2,3,5,7}, what is (A ∪ B)’?
{4,6,8}
{1,2,3,5,7}
{4,6,8}
{3,5,7}
Solution: First find A ∪ B = {1,2,3,5,7}. Then (A ∪ B)’ = elements in U but not in A∪B = {4,6,8}.
🎯

CSEC Examination Mastery Tip

Venn Diagram Strategy for 3-Set Problems: When dealing with 3 sets (A, B, C):

  1. Start from the innermost region: n(A∩B∩C)
  2. Work outward: For n(A∩B only), subtract n(A∩B∩C) from n(A∩B)
  3. Fill in individual regions: For “A only”, subtract all intersections from n(A)
  4. Check: Sum of all 8 regions = total number of elements

Remember: n(A∪B∪C) = n(A) + n(B) + n(C) – n(A∩B) – n(A∩C) – n(B∩C) + n(A∩B∩C)

Scroll to Top