SETS

 Below is a comprehensive note covering the topic “sets”with details on types of sets, algebra of sets, Venn (commonly mis‐spelled “vein”) diagrams and their applications At the end you’ll find five worked examples (with diagrams) similar to JAMB exam questions, followed by ten practice questions for further review.


1. Introduction to Sets

A set is a well‐defined collection of objects called elements. Sets are usually denoted by capital letters and their elements are listed within curly braces. For example,
  A = {1, 2, 3}
means that the set A contains 1, 2, and 3. An element “a” belonging to set A is written as a ∈ A.


2. Types of Sets

Sets come in many forms. Some important types include:

  • Finite and Infinite Sets:
    – A finite set has a limited number of elements (e.g., {2, 4, 6, 8}).
    – An infinite set has endlessly many elements (e.g., the set of natural numbers ℕ = {0, 1, 2, 3, …}).

  • Equal Sets:
    Two sets are equal if they have exactly the same elements. (Order is irrelevant.)

  • Subsets and Proper Subsets:
    – A set A is a subset of B (A ⊆ B) if every element of A is also in B.
    – A is a proper subset of B (A ⊂ B) if A ⊆ B but A ≠ B.

  • Universal Set:
    The universal set (usually denoted U) is the “universe” of all objects under discussion.

  • Empty (Null) Set:
    The set with no elements is denoted by ∅.

  • Special Number Sets:
    Common examples include:
      ℕ (natural numbers),
      ℤ (integers),
      ℚ (rational numbers),
      ℝ (real numbers), and
      ℂ (complex numbers).

(For an in‐depth review of set types see Math is Fun on Sets and Venn Diagrams (Click here for more details )


3. Algebra of Sets

The algebra of sets involves operations that combine or modify sets. The basic operations include:

  • Union ( ∪ ):
    The union of A and B, A ∪ B, is the set of all elements that are in A or B (or both).
    Example: If A = {1, 2} and B = {2, 3}, then A ∪ B = {1, 2, 3}.

  • Intersection ( ∩ ):
    The intersection, A ∩ B, is the set of all elements common to both A and B.
    Example: A ∩ B = {2}.

  • Complement ( Aᶜ or A′ ):
    The complement of A (relative to U) is the set of all elements in U that are not in A.

  • Difference ( Relative Complement, A – B ):
    The difference A – B is the set of elements in A that are not in B.

  • Symmetric Difference ( Δ ):
    A Δ B = (A – B) ∪ (B – A).

These operations satisfy many useful laws:

  • Commutative Laws:
      A ∪ B = B ∪ A, A ∩ B = B ∩ A

  • Associative Laws:
      (A ∪ B) ∪ C = A ∪ (B ∪ C), (A ∩ B) ∩ C = A ∩ (B ∩ C)

  • Distributive Laws:
      A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
      A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)

  • De Morgan’s Laws:
      (A ∪ B)ᶜ = Aᶜ ∩ Bᶜ
      (A ∩ B)ᶜ = Aᶜ ∪ Bᶜ


4. Venn Diagrams and Their Applications

A Venn diagram is a graphical tool that uses overlapping closed curves (usually circles) to represent sets and illustrate their relationships. Each circle shows a set; the overlapping areas represent intersections, while the non‐overlapping parts show the difference between sets.

Applications include:

  • Mathematics: Visualizing unions, intersections, and complements; solving counting problems.
  • Logic and Probability: Illustrating logical relations and calculating probabilities from overlapping events.
  • Real Life: Organizing data (e.g., survey results, student subject combinations) to quickly see commonalities and differences.

(For further background, see Cuemath on Venn Diagrams Click here for more details and Wikipedia’s Venn diagram article Click here for more details )


5. Worked Examples (JAMB Exam Style)

Below are five worked examples that mirror the style of JAMB exam questions. (Simple diagrams are provided using basic sketches.)

Example 1: Two-Set Union and Intersection

Let
  A = {2, 4, 6, 8}
  B = {6, 8, 10, 12}

  • Find A ∪ B and A ∩ B.

Solution:
– A ∪ B = {2, 4, 6, 8, 10, 12}
– A ∩ B = {6, 8}

Venn Diagram Sketch:

_______
/ \
A | 2 4 6 8 |
\ 6 8 /
\_____/
_______
/ \
B |6 8 10 12|
\_______/

Example 2: Students Taking Subjects

In a class of 40 students, 32 offer Mathematics, 24 offer Physics, and 4 offer neither.

  • Find how many offer both Mathematics and Physics.

Solution:
Let M = Mathematics, P = Physics, and U = 40.
Using the formula:
  |M ∪ P| = |M| + |P| – |M ∩ P|
Since 4 offer neither, |M ∪ P| = 40 – 4 = 36.
Thus:
  36 = 32 + 24 – |M ∩ P|
  |M ∩ P| = 32 + 24 – 36 = 20

Venn Diagram Sketch:

____________
/ \
M | 32 | ← (M only = 32–20 = 12)
\ 20 /
\________/
20 in overlap
____________
/ \
P | 24 | ← (P only = 24–20 = 4)
\__________/

Example 3: Intersection of Even Numbers and Common Factors

Let T = {even numbers from 1 to 12} = {2, 4, 6, 8, 10, 12}
and N = {common factors of 6, 8, and 12}.
First, determine N:
The factors of 6: {1, 2, 3, 6}
Factors of 8: {1, 2, 4, 8}
Factors of 12: {1, 2, 3, 4, 6, 12}
Common factors: {1, 2}
Since we usually consider positive factors (and 1 is not even), we have:
  T ∩ N = {2}


Example 4: Multiples and Parity

Let U = {1, 2, …, 20},
A = {multiples of 3 in U} = {3, 6, 9, 12, 15, 18}, and
B = {odd numbers in U} = {1, 3, 5, 7, 9, 11, 13, 15, 17, 19}.

  • Find A ∩ B.

Solution:
A ∩ B = {3, 9, 15}
(Only 3, 9, and 15 are both multiples of 3 and odd.)

Venn Diagram Sketch (Two overlapping circles):

_______ ← A: {3, 6, 9, 12, 15, 18}
/ \
| 3 6 9 12 15 18|
\ 3,9,15 /
\_________/
_______ ← B: {odd numbers}
/ \
|1,3,5,7,9,11,13,15,17,19|
\_________/

The overlapping region contains {3, 9, 15}.


Example 5: Three-Set Venn Diagram Problem

In a survey, the following information is obtained:
  |A| = 20, |B| = 15, and |C| = 10;
  |A ∩ B| = 5, |A ∩ C| = 4, |B ∩ C| = 3, and |A ∩ B ∩ C| = 2.

  • Find the number of elements only in A.

Solution:
Only in A = |A| – [ (A ∩ B) + (A ∩ C) – (A ∩ B ∩ C) ]
  = 20 – [5 + 4 – 2]
  = 20 – 7 = 13

Diagram Outline for three sets:
A, B, and C overlap with the triple intersection in the center (2). The part of A overlapping only with B (excluding C) is 5 – 2 = 3 and with C (excluding B) is 4 – 2 = 2. Hence, only A = 20 – (3 + 2 + 2) = 13.


6. JAMB Practice Questions on Sets

Below are ten practice questions you can use to test your understanding:

  1. Question 1:
      If A = {2, 4, 6, 8, 10} and B = {1, 2, 3, 4, 5}, what is A ∩ B?
      A) {2, 4}  B) {1, 3, 5}  C) {2, 4, 6}  D) {2, 4, 8}

  2. Question 2:
      Let U = {1, 2, …, 15} and A = {multiples of 3}. Find Aᶜ (the complement of A in U).
      A) {1, 2, 4, 5, 7, 8, 10, 11, 13, 14}  B) {3, 6, 9, 12, 15}  C) {1, 3, 5, …}  D) {2, 4, 8, 10, 14}

  3. Question 3:
      If A = {x: x is an even number ≤ 10} and B = {x: x is a prime number ≤ 10}, what is A ∪ B?
      A) {2, 3, 4, 5, 6, 7, 8, 10}  B) {2, 3, 5, 7}  C) {2, 4, 6, 8, 10}  D) {2, 3, 4, 6, 7, 8, 10}

  4. Question 4:
      Let A, B be sets with |A| = 12, |B| = 9 and |A ∩ B| = 4. Find |A ∪ B|.
      A) 17  B) 21  C) 16  D) 25

  5. Question 5:
      If A = {1, 2, 3, 4, 5} and B = {3, 4, 5, 6, 7}, then A – B equals:
      A) {1, 2}  B) {6, 7}  C) {1, 2, 6, 7}  D) {3, 4, 5}

  6. Question 6:
      For sets A and B, which of the following is equivalent to (A ∪ B)ᶜ?
      A) Aᶜ ∪ Bᶜ  B) Aᶜ ∩ Bᶜ  C) (A ∩ B)ᶜ  D) (A – B)ᶜ

  7. Question 7:
      If U = {1, 2, 3, 4, 5, 6} and A = {2, 4, 6}, then what is Aᶜ?
      A) {1, 3, 5}  B) {2, 4, 6}  C) {1, 2, 3, 4, 5, 6}  D) ∅

  8. Question 8:
      Let A = {x: x is a multiple of 2, 1 ≤ x ≤ 20} and B = {x: x is a multiple of 5, 1 ≤ x ≤ 20}. Find A ∩ B.
      A) {10, 20}  B) {2, 4, 6}  C) {5, 10, 15, 20}  D) {2, 10, 20}

  9. Question 9:
      If A ⊆ B and B ⊆ C, then which of the following is always true?
      A) A ⊆ C  B) C ⊆ A  C) A = B  D) C = B

  10. Question 10:
      If A = {x: x is a vowel in “education”} and B = {x: x is a letter in “computer”}, what is A ∩ B?
      A) {o}  B) {u, o}  C) {e, o}  D) ∅

Answer Key:

  1. A; 2. A; 3. A; 4. B; 5. A; 6. B; 7. A; 8. A; 9. A; 10. A

This detailed note combines fundamental definitions, operations, diagrammatic representations, and practical examples—all of which are essential for understanding set theory in both academic and exam (JAMB) contexts.






JAMB Set Quiz

JAMB Mathematics (Set) Quiz

Set Theory JAMB Quiz

Set Theory JAMB Quiz

Comments