Chapter 5 of 10

🧩 Sets & Matrices

4 min+10 XP

Sets and Matrices cover set notation, Venn diagrams, union/intersection, matrix operations, and inverse matrices. These topics are relatively newer additions to the E-Math syllabus and are very scorable with consistent practice. Many students find sets intuitive, and matrix questions follow predictable patterns.

Sets questions often appear as word problems involving surveys, club memberships, or student activities. The key tool is the Venn diagram, which provides a visual way to organise information about overlapping groups. Matrix questions typically test arithmetic operations and the ability to interpret matrices in real-world contexts (e.g., quantities and prices).

Set Notation & Terminology

A set is a well-defined collection of distinct objects called elements or members. We use curly brackets to list elements: A = {1, 2, 3, 4, 5}. The symbol means "is an element of" and means "is not an element of". The universal set (denoted by a script E or U) contains all elements under consideration in a particular problem.

Understanding set notation precisely is crucial because exam questions often ask you to shade regions on Venn diagrams or describe sets using notation. A common exam task is to express a shaded region using union, intersection, and complement symbols.

Set Notation Essentials

1
Union (A βˆͺ B)

Elements in A OR B (or both). On a Venn diagram, this is everything inside either circle.

2
Intersection (A ∩ B)

Elements in BOTH A AND B simultaneously. The overlapping region in a Venn diagram.

3
Complement (A')

Elements NOT in A but still in the universal set. Everything outside circle A.

4
Subset (A βŠ‚ B)

Every element of A is also in B. Circle A is entirely inside circle B. Also written A βŠ† B.

5
Empty Set (βˆ…)

A set with no elements. A ∩ B = βˆ… means A and B have no overlap (mutually exclusive / disjoint).

6
n(A)

The number of elements in set A. For example, if A = {2, 4, 6}, then n(A) = 3.

Key Venn Diagram Formula

For two sets A and B: . We subtract the intersection because those elements are counted twice (once in A and once in B). This formula is the basis for solving almost all Venn diagram word problems.

πŸ“Worked Example 1: Two-Set Venn Diagram

Q
Question

In a class of 40 students, 25 play football, 18 play basketball, and 8 play both. How many play (a) at least one sport? (b) neither sport? (c) football only?

ΞΎFBF onlyF ∩ BB onlyn(F βˆͺ B) = n(F) + n(B) - n(F ∩ B)

Venn diagram showing union, intersection, and complement regions

πŸ“Worked Example 2: Three-Set Venn Diagram

Q
Question

In a survey of 100 people: 60 like tea, 50 like coffee, 30 like juice, 20 like both tea and coffee, 15 like both tea and juice, 10 like both coffee and juice, 5 like all three. Find how many like none of them.

ΞΎTCJT ∩ CT ∩ JC ∩ Jall 3n(T βˆͺ C βˆͺ J) = n(T) + n(C) + n(J) - n(T∩C) - n(T∩J) - n(C∩J) + n(T∩C∩J)

Three-set Venn diagram showing all intersection regions

πŸ“Worked Example 3: Shading Venn Diagrams

Q
Question

Shade the region representing on a three-set Venn diagram.

ΞΎABCA ∩ BA ∩ CB ∩ Call 3n(A βˆͺ B βˆͺ C) = n(A) + n(B) + n(C) - n(A∩B) - n(A∩C) - n(B∩C) + n(A∩B∩C)

Three-set Venn diagram showing all intersection regions

🧠Quick Check

If n(A) = 12, n(B) = 8, and n(A intersection B) = 3, what is n(A union B)?

A20
B17
C23
D15

Matrix Operations

A matrix is a rectangular array of numbers arranged in rows and columns. The order of a matrix is written as rows x columns. For example, a 2 x 3 matrix has 2 rows and 3 columns. For O-Level, you need to know: addition, subtraction, scalar multiplication, matrix multiplication, and inverse of a 2 x 2 matrix.

Addition/Subtraction: Only possible when matrices have the same order. Add (or subtract) corresponding elements. Scalar Multiplication: Multiply every element by the scalar. Matrix Multiplication: The number of columns of the first matrix must equal the number of rows of the second. The result has the same number of rows as the first matrix and the same number of columns as the second.

Matrix Multiplication Rule

You can only multiply an matrix by an matrix. The result is an matrix. The inner dimensions must match. Matrix multiplication is NOT commutative: AB is not always equal to BA.

πŸ“Worked Example 4: Matrix Multiplication

Q
Question

Calculate the product of the 2x2 matrix [2 3; 1 4] and the 2x1 matrix [5; 2].

πŸ“Worked Example 5: 2x2 Matrix Multiplication

Q
Question

Calculate [1 2; 3 4] x [5 6; 7 8].

Inverse of a 2 x 2 Matrix

The identity matrix I is the matrix equivalent of the number 1 in multiplication. For 2 x 2 matrices, I = [1 0; 0 1]. The inverse of matrix A, written , satisfies . Not every matrix has an inverse β€” a matrix is singular (no inverse) when its determinant is zero.

Inverse of a 2x2 Matrix

Determinant

πŸ“Worked Example 6: Finding the Inverse Matrix

Q
Question

Find the inverse of A = [3 1; 5 2].

πŸ“Worked Example 7: Using Inverse Matrix to Solve Equations

Q
Question

Solve using matrices: and .

🧠Quick Check

A 3x2 matrix is multiplied by a 2x4 matrix. What are the dimensions of the result?

A3 x 4
B2 x 2
C3 x 2
DCannot multiply

⚠️Common Mistakes β€” Sets & Matrices

Common Mistake
Interior angle
Correct
Interior angle . Exterior angle .

Why: Students mix up interior and exterior angle formulas. Interior + Exterior = 180 degrees for each vertex.

Common Mistake
Two triangles with all angles equal are congruent.
Correct
Equal angles means SIMILAR, not congruent. Congruence needs at least one pair of equal sides.

Why: AAA proves similarity only, not congruence. Congruence requires SSS, SAS, AAS, or RHS.

Matrices in Real-World Context

Exam questions often present matrices in a practical context β€” such as prices and quantities, routes between locations, or scores in a competition. You need to interpret what the matrix represents, perform the required operation, and then interpret the result in context.

πŸ“Worked Example 8: Matrices in Context

Q
Question

A shop sells 3 types of drink. Matrix Q shows quantities sold on Mon and Tue. Matrix P shows the unit price ($). Find QP and interpret it.

πŸ“Worked Example 9: Finding a Missing Element

Q
Question

Given [2 k; 3 5] has determinant 1. Find k.

🧠Quick Check

If matrix A = [2 1; 4 3], what is det(A)?

A2
B10
C6
D-2

πŸ“Worked Example 10: Solving Simultaneous Equations Using Matrices

Q
Question

Using matrices, solve the simultaneous equations: and .

Set Builder Notation and Number Sets

Sets can also be described using set builder notation, which defines a set by a property that its members share. For example, A = {x : x is a prime number less than 20} describes all primes less than 20. You should also know the standard number sets: natural numbers (N), integers (Z), rational numbers (Q), and real numbers (R).

πŸ“Worked Example 11: Set Builder Notation

Q
Question

List the elements of A = {x : x is an integer and -2 <= x < 5}.

πŸ“Worked Example 12: Complement and De Morgan's Laws

Q
Question

Universal set U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}. A = {2, 4, 6, 8, 10}. B = {1, 2, 3, 4, 5}. Find (a) (A union B)' (b) A' intersection B'

ΞΎABA onlyA ∩ BB onlyn(A βˆͺ B) = n(A) + n(B) - n(A ∩ B)

Venn diagram showing union, intersection, and complement regions

De Morgan's Laws

Two important identities for set complements:

  • (A union B)' = A' intersection B' β€” the complement of the union equals the intersection of complements
  • (A intersection B)' = A' union B' β€” the complement of the intersection equals the union of complements

These laws are useful for simplifying complex set expressions and are sometimes tested directly.

🧠Quick Check

U = {1,2,3,...,10}. A = {1,3,5,7,9}. B = {3,6,9}. Find A intersection B.

A{3, 9}
B{1, 3, 5, 6, 7, 9}
C{3}
D{6}
🌟You Got This!

Sets & Matrices Are Scoring Topics!

These topics follow very predictable patterns. Venn diagram word problems always use the same formula: n(A union B) = n(A) + n(B) - n(A intersection B). Matrix multiplication always follows the same "row times column" process. Practise 5-10 questions and you will handle any exam variation confidently.

🎯Key Takeaway
For Venn diagrams, always fill in the intersection FIRST, then work outward. Use the formula n(A union B) = n(A) + n(B) - n(A intersection B). Know De Morgan's Laws for complement questions. For matrices, check dimensions before multiplying (inner dimensions must match). For inverse matrices, calculate the determinant first β€” if it is zero, no inverse exists. In context problems, interpret what each matrix represents.