NUMBER AND ALGEBRAIC PATTERNS
Download the Lessonotes Mobile Ghana app for faster lesson access on Android and iPhone.
Subject: Additional Mathematics
Class: SHS 1
Term: 1st Term
Week: 2
Grade code: 1.1.1.LI.4
Strand code: 1
Sub-strand code: 1
Content standard code: 1.1.1.CS.1
Indicator code: 1.1.1.LI.4
Theme: MODELLING WITH ALGEBRA
Subtheme: NUMBER AND ALGEBRAIC PATTERNS
This page supports the lesson note with a companion video and a short classroom-ready summary.
For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.
In our daily lives in Ghana, we are constantly grouping things. We group students into houses like Aggrey or Sarbah, we group foods into categories like starches or proteins, and we group mobile network users into MTN, Vodafone, or AirtelTigo. Set theory is the mathematical language we use to describe these groups and the rules that govern them. Understanding the properties of sets helps us to think logically, organize information efficiently, and solve complex real-world problems, from business marketing to public health surveys. This lesson explores the fundamental "algebra" of sets.
Part 1: Recap of Basic Set Concepts Set: A well-defined collection of distinct objects or elements. *Example:* `A = {Monday, Tuesday, Wednesday}` Universal Set (U): The set containing all possible elements under consideration. *Example:* If we are discussing mobile networks in Ghana, `U = {MTN, Vodafone, AirtelTigo, Glo}`. Subset (⊂): Set A is a subset of set B if all elements of A are also in B. *Example:* `A = {Accra, Kumasi}`, `B = {All regional capitals in Ghana}`. Here, `A ⊂ B`. Empty Set (∅ or {}): A set with no elements. *Example:* The set of SHS 1 students who are 5 years old. Cardinality of a Set [n(A)]: The number of elements in a set. *Example:* If `A = {banku, fufu, jollof}`, then `n(A) = 3`. Part 2: Operations on Sets
Let's use two sets to explain the operations: `A = {1, 2, 3, 4}` and `B = {3, 4, 5, 6}`. Let our Universal set be `U = {1, 2, 3, 4, 5, 6, 7, 8}`. Union (∪) - "OR" / "Everything" The union of two sets is the set of all elements that are in either set, or in both. We don't repeat elements. `A ∪ B = {1, 2, 3, 4, 5, 6}` Intersection (∩) - "AND" / "Common Elements" The intersection of two sets is the set of elements that are common to both sets. `A ∩ B = {3, 4}` Complement (') - "NOT" The complement of a set A is the set of all elements in the universal set `U` that are NOT in A. `A' = {5, 6, 7, 8}` Difference (-) - "Only in the first set" The difference `A - B` is the set of elements that are in A but NOT in B. `A - B = {1, 2}` `B - A = {5, 6}` Note: `A - B` is the same as `A ∩ B'`. Part 3: Properties of Set Operations (The Algebra of Sets)
This is the core of our lesson. Just like numbers have rules (e.g., 3 + 5 = 5 + 3), sets also have rules.
(a) Commutative Property (Order does not matter) For Union: `A ∪ B = B ∪ A` For Intersection: `A ∩ B = B ∩ A` Example Verification: Let `A = {a, b, c}` and `B = {c, d, e}`. `A ∪ B = {a, b, c, d, e}` `B ∪ A = {c, d, e, a, b} = {a, b, c, d, e}` *Therefore, A ∪ B = B ∪ A.*