Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
ICSE • Class 8 • Mathematics • Ch 7
Estimated Time: 45 Mins
Study Progress: In Progress

Sets

In ICSE Class 8 Mathematics, "Sets" provides an authoritative, axiomatic master study guide investigating set notation, representation methods, operations on sets, Venn diagrams, Cartesian products, and cardinality formulas. This comprehensive chapter explores Definition of a Set (Well-defined collection of distinct objects; Elements/members $\in$ vs $\notin$), Methods of Representing Sets (Roster / Tabular form: listing elements in curly braces $\{ \}$; Set-Builder / Rule form: $\{x : P(x)\}$), Types of Sets (Empty / Null / Void set $\emptyset = \{ \}$; Singleton set; Finite vs Infinite sets; Cardinality / Cardinal number $n(A)$; Equivalent sets [$n(A) = n(B)$] vs Equal sets [$A = B$]; Universal Set $U$; Subsets [$A \subseteq B$] and Proper Subsets [$A \subset B$]; Total number of subsets of a set with $n$ elements is $2^n$; Power Set $P(A)$), Set Operations (1. Union: $A \cup B = \{x : x \in A \lor x \in B\}$, 2. Intersection: $A \cap B = \{x : x \in A \land x \in B\}$; Disjoint sets [$A \cap B = \emptyset$], 3. Difference of Sets: $A - B = \{x : x \in A \land x \notin B\}$, 4. Complement of a Set: $A' = U - A = \{x \in U : x \notin A\}$; Properties of complement: $(A')' = A, A \cup A' = U, A \cap A' = \emptyset$), De Morgan's Laws ($(A \cup B)' = A' \cap B'$ and $(A \cap B)' = A' \cup B'$), Venn Diagrams (Pictorial representation of sets using rectangles for Universal set $U$ and circles for subsets), and Cardinality Formulas for Overlapping Sets ($n(A \cup B) = n(A) + n(B) - n(A \cap B)$ and three-set formula) aligned with the 2026–27 CISCE ICSE curriculum.

How Did a Single 19th-Century German Mathematician's Radical Theory of "Sets" Cause Him to Be Banished as a "Scientific Corrupter of Youth"?

In 1874, German mathematician Georg Cantor published a revolutionary paper proposing that mathematical objects could be grouped into collections called "SETS". But Cantor didn't stop at finite numbers: he dared to classify INFINITY ITSELF! He proved that there are different sizes of infinity—that the infinity of decimal real numbers is strictly larger than the infinity of counting natural numbers! The mathematical establishment was horrified. Renowned mathematicians called Cantor a "scientific charlatan" and a "corrupter of youth", driving him to psychological breakdowns. Yet today, Cantor's Set Theory is the absolute foundational bedrock of all modern mathematics, computer database query languages (SQL JOIN, UNION, INTERSECT), search engines, and artificial intelligence logic! What is the difference between an Empty Set ($\emptyset$) and a Singleton Set containing zero ($\{0\}$)? Why does a set with $n$ elements have exactly $2^n$ subsets? What are De Morgan's Laws? Let's master sets.

Why This Chapter Matters

Set theory is the mathematical framework behind computer relational database queries (SQL joins and unions), digital Boolean logic circuits, probability theory, statistical sampling, and programming languages. Mastering Venn diagrams and set operations is essential for scoring top marks in ICSE Class 8 and 10 mathematics.

Before You Begin (Prerequisites)

  • Number systems: Natural numbers $\mathbb{N}$, Whole numbers $\mathbb{W}$, Integers $\mathbb{Z}$.
  • Listing and grouping objects.
  • Basic algebraic equations and inequalities.

What You Will Learn (Core Objectives)

  • Differentiate between well-defined collections (sets) and subjective non-sets.
  • Convert between Roster (tabular) form and Set-Builder (rule) form seamlessly.
  • Identify types of sets: Empty, Singleton, Finite, Infinite, Equal, Equivalent, and Universal sets.
  • Calculate the number of subsets ($2^n$) and proper subsets ($2^n - 1$) of a finite set.
  • Perform set operations: Union ($A \cup B$), Intersection ($A \cap B$), Difference ($A - B$), and Complement ($A'$).
  • Verify De Morgan's Laws algebraically and pictorially using Venn Diagrams.
  • Solve two-set practical word problems using the cardinality formula: $n(A \cup B) = n(A) + n(B) - n(A \cap B)$.

Chapter Roadmap & Progression

1 1. Concept of Sets & Representation...
2 2. Types of Sets, Subsets & Power S...
3 3. Set Operations: Union, Intersect...
4 4. Venn Diagrams & Cardinality Word...

Complete Concept Guide (100% Curriculum Coverage)

1. Concept of Sets & Representation Methods

Understand
A. What is a Set?

A Set is a well-defined collection of distinct objects. "Well-defined" means there is an unambiguous rule that determines whether any given object belongs to the collection or not:

  • Valid Set: "The vowels in the English alphabet" $\to \{a, e, i, o, u\}$ (Universal agreement).
  • NOT a Set: "The collection of honest people in India" (Vague and subjective; no universal definition of "honest").
B. Two Forms of Representation:
  1. Roster / Tabular Form: Elements are listed explicitly separated by commas inside curly brackets $\{ \}$: $$V = \{a, e, i, o, u\}$$ *(Order does not matter, and elements are never repeated: $\{1, 2, 2, 3\} = \{1, 2, 3\}$)*.
  2. Set-Builder / Rule Form: A common characterizing property $P(x)$ shared by all elements is stated: $$A = \{x : x \in \mathbb{N} \text{ and } 3 < x \le 8\} = \{4, 5, 6, 7, 8\}$$

2. Types of Sets, Subsets & Power Set

Set Types
A. Types of Sets:
  • Empty / Null Set ($\emptyset$ or $\{ \}$): Contains zero elements ($n(\emptyset) = 0$). *(Note: $\{0\}$ is NOT empty; it is a singleton containing the number 0!)*.
  • Singleton Set: Contains exactly one element (e.g., $\{7\}$).
  • Cardinal Number $n(A)$: The count of distinct elements in a finite set $A$.
  • Equal Sets ($A = B$): Exactly the same elements.
  • Equivalent Sets ($A \approx B$): Same number of elements: $n(A) = n(B)$.
B. Subsets & Power Set:
  • Subset ($A \subseteq B$): Every element of $A$ is also an element of $B$.
  • The empty set $\emptyset$ is a subset of every set: $\emptyset \subseteq A$.
  • Every set is a subset of itself: $A \subseteq A$.
  • Number of Subsets: A set containing $n$ elements has strictly $2^n$ subsets and $2^n - 1$ proper subsets.
  • Power Set $P(A)$: The set of all subsets of $A$. If $A = \{1, 2\}$, then: $$P(A) = \{\emptyset, \{1\}, \{2\}, \{1, 2\}\} \quad [n(P(A)) = 2^2 = 4]$$

3. Set Operations: Union, Intersection, Difference & Complement

Operations
  1. Union ($A \cup B$): Set of elements belonging to $A$, or $B$, or both: $$A \cup B = \{x : x \in A \lor x \in B\}$$
  2. Intersection ($A \cap B$): Set of elements common to BOTH $A$ and $B$: $$A \cap B = \{x : x \in A \land x \in B\}$$ *(If $A \cap B = \emptyset$, the sets are called Disjoint Sets)*.
  3. Difference ($A - B$): Elements belonging to $A$ but NOT belonging to $B$: $$A - B = \{x : x \in A \land x \notin B\}$$
  4. Complement of a Set ($A'$ or $A^c$): Elements of the Universal Set $U$ that do not belong to $A$: $$\mathbf{A' = U - A = \{x \in U : x \notin A\}}$$
De Morgan's Laws:
$$\mathbf{(A \cup B)' = A' \cap B' \quad \land \quad (A \cap B)' = A' \cup B'}$$

4. Venn Diagrams & Cardinality Word Problems

Cardinality Formula

In a Venn Diagram, the Universal set $U$ is represented by a large outer rectangle, and subsets are drawn as intersecting or disjoint circles within it.

The Fundamental Cardinality Formula for Two Sets:
$$\mathbf{n(A \cup B) = n(A) + n(B) - n(A \cap B)}$$

Rearrangement: $n(A \cap B) = n(A) + n(B) - n(A \cup B)$.

  • Elements in only $A$: $n(A - B) = n(A) - n(A \cap B)$.
  • Elements in only $B$: $n(B - A) = n(B) - n(A \cap B)$.
  • Total elements: $n(A \cup B) = n(A - B) + n(B - A) + n(A \cap B)$.

Key Formulas, Identities & Theorems

Two-Set Cardinality Formula
$$n(A \cup B) = n(A) + n(B) - n(A \cap B)$$
Prevents double-counting of the common intersection.
De Morgan's First Law
$$(A \cup B)' = A' \cap B'$$
Complement of union equals intersection of complements.

Set Theory: Venn Diagram Operations & Cardinality Overlap

Set Theory: Venn Diagrams, Operations & De Morgan's Laws VENN DIAGRAM OVERLAPS Universal Set U Only A A ∩ B Only B • Union: A ∪ B (All shaded areas) • Intersection: A ∩ B (Common central football) CARDINALITY & DE MORGAN'S LAWS Cardinality Overlap Equation: n(A ∪ B) = n(A) + n(B) - n(A ∩ B) • De Morgan's Laws: 1. (A ∪ B)' = A' ∩ B' 2. (A ∩ B)' = A' ∪ B' • Subsets Formula: A set with n items has: Total Subsets = 2n • Proper Subsets = 2n - 1 • Disjoint Sets: A ∩ B = ∅ ⇒ n(A∪B) = n(A) + n(B) n(A∪B) = n(A) + n(B) - n(A∩B) • SUBSETS = 2^n • (A∪B)' = A' ∩ B'

Chapter Summary & 10 Key Takeaways

Takeaway 1
A set is a well-defined collection of distinct objects.
Takeaway 2
Representation methods: Roster form {a, b, c} and Set-Builder form {x : P(x)}.
Takeaway 3
An empty set contains zero elements (∅); a singleton set contains exactly one element.
Takeaway 4
A set with n elements has 2^n total subsets and 2^n - 1 proper subsets.
Takeaway 5
Union (A ∪ B) combines all elements from both sets without duplicates.
Takeaway 6
Intersection (A ∩ B) contains only elements belonging to both sets.
Takeaway 7
Disjoint sets have no elements in common (A ∩ B = ∅).
Takeaway 8
Complement of A is A' = U - A (all elements in Universal set outside A).
Takeaway 9
De Morgan's Laws: (A ∪ B)' = A' ∩ B' and (A ∩ B)' = A' ∪ B'.
Takeaway 10
Cardinality formula for two sets: n(A ∪ B) = n(A) + n(B) - n(A ∩ B).

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
In a class of $50$ students, $30$ play Cricket, $25$ play Football, and $10$ play both games. Find: (a) The number of students who play either Cricket or Football, (b) The number of students who play neither game.
Reveal Answer & Explanation
Answer:

Let $C$ be the set of students playing Cricket, and $F$ be the set playing Football.
Given: Total students $n(U) = 50$, $n(C) = 30$, $n(F) = 25$, $n(C \cap F) = 10$.
• (a) Play either Cricket or Football ($n(C \cup F)$):
Apply the Cardinality Formula:

$$n(C \cup F) = n(C) + n(F) - n(C \cap F)$$


$$= 30 + 25 - 10 = 55 - 10 = \mathbf{45\text{ students}}$$


• (b) Play neither game ($n(C \cup F)'$):

$$n(\text{Neither}) = n(U) - n(C \cup F) = 50 - 45 = \mathbf{5\text{ students}}$$

.


$n(C \cup F) = 30 + 25 - 10 = 45$. Neither is $50 - 45 = 5$.
2
Write the power set $P(A)$ of the set $A = \{a, b, c\}$. How many subsets does it contain?
Reveal Answer & Explanation
Answer:

The set $A$ has $n = 3$ elements.
• Number of Subsets: $2^n = 2^3 = \mathbf{8\text{ subsets}}$.
• Power Set $P(A)$: The collection of all subsets:

$$\mathbf{P(A) = \Big\{ \emptyset, \{a\}, \{b\}, \{c\}, \{a, b\}, \{b, c\}, \{a, c\}, \{a, b, c\} \Big\}}$$

.


Subsets count is $2^3 = 8$. List the empty set, 3 singletons, 3 pairs, and the set itself.
3
Let $U = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$, $A = \{2, 4, 6, 8, 10\}$, and $B = \{4, 6, 7, 9\}$. Verify De Morgan's First Law: $(A \cup B)' = A' \cap B'$.
Reveal Answer & Explanation
Answer:

• LHS: $(A \cup B)'$:

$$A \cup B = \{2, 4, 6, 7, 8, 9, 10\}$$


$$(A \cup B)' = U - (A \cup B) = \mathbf{\{1, 3, 5\}}$$


• RHS: $A' \cap B'$:

$$A' = U - A = \{1, 3, 5, 7, 9\}$$


$$B' = U - B = \{1, 2, 3, 5, 8, 10\}$$


$$A' \cap B' = \{1, 3, 5, 7, 9\} \cap \{1, 2, 3, 5, 8, 10\} = \mathbf{\{1, 3, 5\}}$$


Since $\text{LHS} = \text{RHS} = \{1, 3, 5\}$, De Morgan's First Law is verified!


$A \cup B = \{2,4,6,7,8,9,10\} \implies (A \cup B)' = \{1,3,5\}$. $A' \cap B' = \{1,3,5\}$.
4
If $A = \{x : x = 2n, \, n \in \mathbb{N}, \, n \le 5\}$ and $B = \{x : x = 3n, \, n \in \mathbb{N}, \, n \le 4\}$, find: (a) $A - B$, (b) $B - A$. Is $A - B = B - A$?
Reveal Answer & Explanation
Answer:

First list elements in Roster form:
• $A = \{2, 4, 6, 8, 10\}$
• $B = \{3, 6, 9, 12\}$
• Common elements: $A \cap B = \{6\}$.
• (a) $A - B$ (in $A$ but not in $B$):

$$A - B = \mathbf{\{2, 4, 8, 10\}}$$


• (b) $B - A$ (in $B$ but not in $A$):

$$B - A = \mathbf{\{3, 9, 12\}}$$


• Comparison: Since $\{2, 4, 8, 10\} \ne \{3, 9, 12\}$, $A - B \ne B - A$ (Set difference is NOT commutative!).


$A - B = \{2,4,8,10\}$ and $B - A = \{3,9,12\}$. They are not equal.
5
What is the difference between an "Empty Set" and a "Singleton Set"? Is $\{0\}$ an empty set?
Reveal Answer & Explanation
Answer:

• Empty Set ($\emptyset$): A set containing zero elements ($n(\emptyset) = 0$), such as $\{x : x \in \mathbb{N} \text{ and } x < 1\}$.
• Singleton Set: A set containing exactly one single element ($n = 1$), such as $\{5\}$.
• Is $\{0\}$ an empty set? NO! $\{0\}$ is a singleton set containing the number zero as its single element ($n(\{0\}) = 1$). The empty set contains nothing at all ($\{ \}$).


Empty set has 0 elements ($\emptyset$). $\{0\}$ contains one element (the number zero), so it is a singleton set.
6
State whether the following pairs of sets are Equal or Equivalent:
(a) $A = \{1, 2, 3\}, \quad B = \{p, q, r\}$
(b) $C = \{T, E, A\}, \quad D = \{E, A, T\}$.
Reveal Answer & Explanation
Answer:

• (a) Sets $A$ and $B$:
$n(A) = 3$ and $n(B) = 3$. Since their cardinal numbers are equal ($n(A) = n(B)$) but their elements are different, they are EQUIVALENT SETS ($A \approx B$).
• (b) Sets $C$ and $D$:
Both sets contain the exact same three letters ($E, A, T$). Therefore, they are EQUAL SETS ($C = D$).


(a) Equivalent (same count, different items). (b) Equal (identical elements).
7
If $n(A) = 35, n(B) = 22,$ and $n(A \cup B) = 45$, find $n(A \cap B)$.
Reveal Answer & Explanation
Answer: Apply the Cardinality Formula:
$$n(A \cap B) = n(A) + n(B) - n(A \cup B)$$
$$n(A \cap B) = 35 + 22 - 45$$
$$n(A \cap B) = 57 - 45 = \mathbf{12}$$.
$n(A \cap B) = 35 + 22 - 45 = 12$.
8
Write the set $P = \{1, 4, 9, 16, 25, 36, 49\}$ in Set-Builder notation.
Reveal Answer & Explanation
Answer: Observe the pattern: $1^2, 2^2, 3^2, 4^2, 5^2, 6^2, 7^2$.
In Set-Builder notation:
$$\mathbf{P = \left\{ x : x = n^2, \, n \in \mathbb{N}, \, 1 \le n \le 7 \right\}}$$.
$x$ is the square of a natural number up to 7: $\{x : x = n^2, n \in \mathbb{N}, 1 \le n \le 7\}$.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.