JHS Portal/Mathematics/Sets and Operations on Sets
All Topics
MATHJHS 1 • Term 1Topic 1Free Trial Lesson

Sets and Operations on Sets

Master set notation, types of sets, union, intersection, and two-set Venn diagrams.

Curated Video Lesson

Visual explanation and practical step-by-step walk-through

Watch on YouTube

Comprehensive Study Notes

Aligned with Ghana NaCCA & WAEC BECE syllabus standards

Topic Introduction & Real-World Context:

The study of sets is one of the foundational pillars of modern mathematics. In daily life, we constantly organize objects into groups or collections: a set of mathematical instruments, a cutlery set in the kitchen, a football squad of 11 players, or the set of all students in JHS 1. In mathematics, a set provides a precise language for classifying numbers, shapes, and data without ambiguity. For the BECE examination, set operations and two-set Venn diagrams frequently appear in Section B (Theory) and Section A (Objective Test).

What You Will Master in This Lesson (NaCCA Objectives):

Define a set and identify elements or members using standard notation (∈ and ∉).
Distinguish clearly between finite sets, infinite sets, unit sets, and empty (null) sets.
Represent sets using the listing (roster) method and the rule (description) method.
Differentiate between subsets (⊆), proper subsets (⊂), and calculate the total number of subsets (2^n).
Perform set operations: Union (∪), Intersection (∩), and Complement (A').
Construct and solve real-world problems using two-set Venn diagrams and the inclusion-exclusion principle.

1. What is a Set and How is it Defined?

A set is a well-defined collection of distinct objects, called elements or members. "Well-defined" means that anyone can clearly determine whether a given object belongs to the set or not. For example, "The set of all even numbers between 1 and 10" is well-defined: {2, 4, 6, 8}. However, "The set of beautiful flowers in Accra" is NOT well-defined because beauty is subjective and cannot be objectively measured.
Elements: Objects belonging to a set. Symbol: ∈ means "is an element of" (e.g. 4 ∈ {2, 4, 6}).
Non-elements: Symbol: ∉ means "is not an element of" (e.g. 5 ∉ {2, 4, 6}).
Notation: Sets are named using capital letters (A, B, C) and elements are enclosed inside curly braces { } separated by commas.
No Duplicates: Elements in a set are never repeated. The letters in the word "GHANA" form the set {G, H, A, N}.

2. Types of Sets

In the BECE syllabus, you must master the classification of sets based on the number and nature of their elements.
Finite Set: A set whose elements can be completely counted and listed. Example: Factors of 12 = {1, 2, 3, 4, 6, 12}. Cardinality: n(F) = 6.
Infinite Set: A set whose elements continue endlessly. Example: Counting numbers = {1, 2, 3, 4, 5, ...}.
Empty / Null Set: A set that contains no elements at all. Symbol: ∅ or {}. (Note: NEVER write {∅} as an empty set). Example: Set of months with 35 days.
Unit (Singleton) Set: A set containing exactly one element. Example: Set of even prime numbers = {2}.
Universal Set (U or ξ): The overarching set containing all possible elements under consideration in a given problem.

3. Subsets and the Number of Subsets Formula

If every element in set A is also present in set B, then A is a subset of B, written as A ⊆ B. If A is a subset of B and B contains at least one element that is not in A, then A is a proper subset of B, written as A ⊂ B. Every set is a subset of itself, and the empty set ∅ is a subset of EVERY set.
Total number of subsets formula: If a set has n elements, total subsets = 2^n.
Example: For set S = {a, b}, n = 2. Total subsets = 2² = 4. Subsets: ∅, {a}, {b}, {a, b}.
Proper subsets formula: Total proper subsets = 2^n - 1.

4. Operations on Sets: Union, Intersection, and Complement

Set operations combine or modify sets in precise mathematical ways: 1. Intersection (A ∩ B): The set of elements that belong to BOTH set A and set B simultaneously. 2. Union (A ∪ B): The set of elements that belong to set A OR set B, or both. All elements are gathered together without repeating duplicates. 3. Complement of A (A' or A^c): The set of all elements in the Universal Set (U) that do NOT belong to set A. Formula: A' = U - A. 4. Disjoint Sets: Two sets are disjoint if they have no common elements: A ∩ B = ∅.
Intersection keyword: "BOTH", "COMMON", "AND".
Union keyword: "EITHER", "OR", "COMBINED", "ALL TOGETHER".
Complement keyword: "NOT IN", "EXCEPT", "OUTSIDE".

5. Solving Two-Set Venn Diagram Problems

Venn diagrams represent sets visually using circles inside a bounding rectangle (the Universal Set U). For two intersecting sets A and B: • Region 1: Elements belonging to set A ONLY = n(A) - n(A ∩ B). • Region 2: Elements belonging to BOTH A and B = n(A ∩ B). • Region 3: Elements belonging to set B ONLY = n(B) - n(A ∩ B). • Region 4: Elements belonging to NEITHER A nor B. Fundamental Equation: Total n(U) = [n(A) - x] + x + [n(B) - x] + [Neither] where x = n(A ∩ B). Simplified formula: n(A ∪ B) = n(A) + n(B) - n(A ∩ B).
Common Mistakes Students Make in BECE Examinations:
⚠️Writing {∅} to represent an empty set. Write either ∅ or {}.
⚠️Forgetting to subtract the intersection (both) from individual set totals when filling a Venn diagram.
⚠️Repeating duplicate elements in a set roster.
⚠️Confusing the symbols: ∪ (Union = all) vs ∩ (Intersection = common only).
Teacher's BECE Exam Pro-Tips:
⭐Always start by drawing the Venn diagram rectangle first and labeling n(U) in the top corner.
⭐Always fill the center intersection region (both) first before filling the "only" regions.
⭐Double-check that all four regions inside the rectangle add up exactly to the Universal set n(U).
Quick Revision Summary Checklist:
Set notation: A = {elements}, ∈ (element of), ∉ (not element of).
Empty set: ∅ or {}. Number of subsets = 2^n.
A ∩ B = common elements; A ∪ B = all elements without duplicates.
A' = elements in Universal set U that are not in A.

Step-by-Step Worked Examples (2)

Real BECE exam-standard problems with complete solution steps

Example 1: Finding Union and Intersection of Two Sets
Problem StatementGiven U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, A = {2, 4, 6, 8, 10}, and B = {4, 5, 6, 7, 8}. Find: (i) A ∩ B (ii) A ∪ B
Step-by-Step Solution:

Step 1: Identify common elements for Intersection (A ∩ B): The numbers 4, 6, and 8 appear in both sets. So, A ∩ B = {4, 6, 8}.

Step 2: Combine all elements without repeating duplicates for Union (A ∪ B): {2, 4, 5, 6, 7, 8, 10}.

💡
Key Takeaway / Exam Rule: Intersection means "common to both". Union means "combine all distinct elements".
Example 2: Two-Set Venn Diagram Problem
Problem StatementIn a class of 30 students, 18 study French (F), 14 study Twi (T), and 6 study both subjects. How many students study neither subject?
Step-by-Step Solution:

Step 1: Total n(U) = 30. Both subjects n(F ∩ T) = 6.

Step 2: French ONLY = 18 - 6 = 12.

Step 3: Twi ONLY = 14 - 6 = 8.

Step 4: At least one subject = 12 + 6 + 8 = 26.

Step 5: Neither = 30 - 26 = 4 students.

💡
Key Takeaway / Exam Rule: Always subtract the intersection (both) from each circle to find the "only" region first.
Mastery Diagnostic Quiz

Ready to test your knowledge on Sets and Operations on Sets?

Timed computerized test with instant feedback, scoring, and comprehensive question rationales.