Sets provide a precise language for describing collections of objects and the relationships between them. For the Edexcel IGCSE Mathematics Specification B exam, set theory connects directly to logic, probability, and number classification.
The Sets section of the edexcel igcse mathematics specification b sets content is compact but demanding. It tests your ability to use formal notation accurately, interpret Venn diagrams, and solve problems that combine set operations with algebra. A student who treats this topic as a simple labelling exercise will lose marks. A student who understands the underlying logic will find that sets appear in disguised form throughout the rest of the specification.
Fundamental set concepts
What is a set?
A set is a well-defined collection of distinct objects. "Well-defined" means there is a clear rule for deciding whether something belongs to the set or not. The objects in a set are called elements or members.
Sets are typically denoted by capital letters (A, B, C) and their elements are listed inside curly brackets:
A = {2, 4, 6, 8, 10}
B = {x : x is a prime number less than 20} = {2, 3, 5, 7, 11, 13, 17, 19}
The colon notation "x : ..." reads as "x such that..." and defines a set by a property rather than a list.
Key notation
| Symbol | Meaning | Example |
|---|---|---|
| ∈ | is an element of | 3 ∈ B means 3 belongs to set B |
| ∉ | is not an element of | 4 ∉ B means 4 does not belong to set B |
| n(A) | number of elements in A | n(A) = 5 for the set A above |
| ∅ | the empty (null) set | The set of even prime numbers greater than 2 = ∅ |
| ∪ | union (elements in A or B or both) | A ∪ B |
| ∩ | intersection (elements in both A and B) | A ∩ B |
| A' | complement of A (everything not in A) | If the universal set is {1,...,10}, A' = {1, 3, 5, 7, 9} |
| ⊆ | is a subset of | {2, 4} ⊆ A |
Venn diagrams
Venn diagrams are the primary visual tool for sets questions on both papers. Every region of a Venn diagram represents a specific combination of set membership, and you need to be able to identify, shade, and calculate with each region.
Two-set Venn diagram regions
For two sets A and B within a universal set, there are four distinct regions:
- A ∩ B - elements in both A and B (the overlap)
- A ∩ B' - elements in A only (A but not B)
- A' ∩ B - elements in B only (B but not A)
- (A ∪ B)' - elements in neither A nor B (outside both circles)
Worked example: In a class of 30 students, 18 study French, 12 study German, and 5 study both. How many students study neither language?
Start with the intersection: n(F ∩ G) = 5.
French only: 18 - 5 = 13.
German only: 12 - 5 = 7.
Total studying at least one language: 13 + 5 + 7 = 25.
Neither: 30 - 25 = 5.
This uses the addition principle: n(F ∪ G) = n(F) + n(G) - n(F ∩ G) = 18 + 12 - 5 = 25.
Three-set Venn diagrams
Three-set problems follow the same logic but with more regions. The key is to always start from the innermost region (the intersection of all three sets) and work outward.
Worked example: In a survey of 50 people, 28 like tea (T), 22 like coffee (C), 15 like juice (J), 8 like tea and coffee, 6 like tea and juice, 4 like coffee and juice, and 2 like all three. Find how many people like none of these drinks.
Start from the centre: n(T ∩ C ∩ J) = 2.
T and C only: 8 - 2 = 6.
T and J only: 6 - 2 = 4.
C and J only: 4 - 2 = 2.
T only: 28 - 6 - 4 - 2 = 16.
C only: 22 - 6 - 2 - 2 = 12.
J only: 15 - 4 - 2 - 2 = 7.
Total in at least one set: 16 + 12 + 7 + 6 + 4 + 2 + 2 = 49.
None: 50 - 49 = 1.
Sets defined in algebraic terms
The igcse 4mb1 sets questions sometimes define sets using algebraic conditions. For example:
Given that the universal set is the set of integers from 1 to 20 inclusive:
P = {x : x is a multiple of 3}
Q = {x : x > 12}
Then P = {3, 6, 9, 12, 15, 18} and Q = {13, 14, 15, 16, 17, 18, 19, 20}.
P ∩ Q = {15, 18} (multiples of 3 that are also greater than 12).
P ∪ Q = {3, 6, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20}.
P' = {1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 19, 20}.
Worked example: Using the sets above, find n(P' ∩ Q).
P' ∩ Q means elements not in P but in Q: {13, 14, 16, 17, 19, 20}. So n(P' ∩ Q) = 6.
Subsets and the universal set
A is a subset of B (written A ⊆ B) if every element of A is also in B. Every set is a subset of itself, and the empty set is a subset of every set.
The universal set contains all elements under consideration for a particular problem. It is usually defined at the start of a question and determines what A' contains. Without a clearly defined universal set, the complement A' has no meaning.
Combining set operations
The sets edexcel igcse questions often require you to combine multiple operations. The priority is similar to arithmetic: work from the innermost brackets outward.
Worked example: Given the universal set = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, A = {1, 2, 3, 4, 5}, B = {3, 4, 5, 6, 7}. Find (A ∪ B)'.
A ∪ B = {1, 2, 3, 4, 5, 6, 7}.
(A ∪ B)' = {8, 9, 10}.
Now find (A' ∩ B').
A' = {6, 7, 8, 9, 10}. B' = {1, 2, 8, 9, 10}.
A' ∩ B' = {8, 9, 10}.
Notice that (A ∪ B)' = A' ∩ B'. This is De Morgan's Law, and it always holds. The complement of a union equals the intersection of the complements. Similarly, (A ∩ B)' = A' ∪ B'. These identities are powerful shortcuts for complex problems.
Common mistakes in Sets questions
- Confusing union and intersection. Union means "in A or B or both" (think of it as combining everything). Intersection means "in A and B" (think of it as the overlap only). If in doubt, go back to the definitions.
- Forgetting the universal set. The complement A' depends on what the universal set is. Your edexcel igcse mathematics specification b notes should always record the universal set alongside each problem. If the question changes the universal set, A' changes too, even if A stays the same.
- Double-counting in Venn diagram calculations. When finding n(A ∪ B), students sometimes add n(A) and n(B) without subtracting n(A ∩ B). The formula n(A ∪ B) = n(A) + n(B) - n(A ∩ B) corrects for elements counted twice.
- Listing elements incorrectly for algebraically defined sets. Read the condition precisely. "x > 12" does not include 12. "x >= 12" does. One symbol changes the answer.
Self-check questions
Use these edexcel igcse mathematics specification b practice questions to test your understanding. Write out full solutions before checking.
- The universal set is {integers from 1 to 15}. A = {multiples of 4}, B = {factors of 12}. List the elements of A ∩ B and find n(A' ∪ B).
- In a group of 40 students, 25 play basketball, 20 play football, and x play both. If 3 students play neither sport, find x.
- Given sets P = {a, b, c, d, e} and Q = {c, d, e, f, g, h}. List P ∩ Q, P ∪ Q, and (P ∩ Q)'. The universal set is P ∪ Q.
Solutions
1. A = {4, 8, 12}. B = {1, 2, 3, 4, 6, 12}. A ∩ B = {4, 12}. A' = {1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15}. A' ∪ B = {1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15}. n(A' ∪ B) = 14.
2. Using the formula: n(B' ∩ F') = 3, so n(B ∪ F) = 40 - 3 = 37. Then 37 = 25 + 20 - x, so x = 8.
3. P ∩ Q = {c, d, e}. P ∪ Q = {a, b, c, d, e, f, g, h}. (P ∩ Q)' = {a, b, f, g, h}.
The edexcel igcse mathematics specification b revision notes for Sets reward careful, systematic work. Every Venn diagram problem follows the same inside-out logic. Every notation question tests whether you can distinguish between union and intersection, between a set and its complement, between membership and subset. The edexcel igcse mathematics specification b explained approach to sets is one that builds confidence through repetition: the more problems you solve, the more natural the notation becomes, and the faster you can work through these questions under exam conditions.
Edexcel IGCSE Mathematics Specification B Sets revision notes: Venn diagrams, set notation, union, intersection, and worked examples.
Àsìkò méjì (Comment(s))