By the end of this chapter you'll be able to…

  • 1Represent sets in roster and set-builder form
  • 2Identify types of sets and power sets
  • 3Perform union, intersection, difference and complement
  • 4Apply De Morgan's laws
  • 5Use the cardinality formula with Venn diagrams
💡
Why this chapter matters
Set Language is the foundation of mathematical reasoning and notation. Set operations, De Morgan's laws and the cardinality formula are reliable scoring questions in the TN Class 9 exam and prepare students for relations and functions.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Set Language — Class 9 Maths (Samacheer Kalvi)

TN State Board (Samacheer Kalvi) Class 9 Mathematics, Chapter 1. The language of collections — sets, operations and Venn diagrams.


1. About this chapter

This chapter introduces sets, their representation and types, the set operations, De Morgan's laws, and cardinality with Venn diagrams.

2. Sets and their representation

  • A set is a well-defined collection of objects. Elements: a ∈ A (belongs), b ∉ A (does not belong).
  • Representations: descriptive form, roster (tabular) form { … }, and set-builder form { x : property }.

3. Types of sets

  • Empty/null set (∅): no elements. Singleton: one element.
  • Finite / infinite sets; equal sets (same elements); equivalent sets (same number of elements).
  • Subset (⊆), proper subset (⊂), power set P(A) (all subsets; if n(A) = n then n(P(A)) = 2ⁿ), and the universal set (U).

4. Set operations and laws

  • Union (A ∪ B): elements in A or B. Intersection (A ∩ B): elements in both.
  • Difference (A − B): in A but not B. Complement (A′ = U − A).
  • Properties: commutative, associative and distributive laws hold for ∪ and ∩.
  • De Morgan's laws: (A ∪ B)′ = A′ ∩ B′ and (A ∩ B)′ = A′ ∪ B′.

5. Cardinality

  • n(A) = number of elements. n(A ∪ B) = n(A) + n(B) − n(A ∩ B).

6. Worked examples

Example 1. If A = {1, 2, 3} and B = {2, 3, 4}, find A ∪ B and A ∩ B. A ∪ B = {1, 2, 3, 4}; A ∩ B = {2, 3}.

Example 2. If n(A) = 4, find the number of subsets of A. 2ⁿ = 2⁴ = 16.

Example 3. If n(A) = 20, n(B) = 15, n(A ∩ B) = 5, find n(A ∪ B). = 20 + 15 − 5 = 30.

7. Common mistakes

  • Mistake: Confusing subset (⊆) and element (∈). Fix: ∈ relates an element to a set; ⊆ relates a set to a set.
  • Mistake: Forgetting to subtract n(A ∩ B). Fix: n(A ∪ B) = n(A) + n(B) − n(A ∩ B).
  • Mistake: Wrong De Morgan form. Fix: (A ∪ B)′ = A′ ∩ B′ (the operation flips).

8. Practice (book-back style)

  1. Write {x : x is a natural number less than 5} in roster form.
  2. If n(A) = 5, find the number of subsets and proper subsets.
  3. State De Morgan's laws.
  4. If A = {a, b, c}, B = {b, c, d}, find A − B.
  5. If n(A) = 12, n(B) = 8, n(A ∪ B) = 16, find n(A ∩ B).

9. Answer key

  1. {1, 2, 3, 4}.
  2. Subsets = 2⁵ = 32; proper subsets = 32 − 1 = 31.
  3. (A ∪ B)′ = A′ ∩ B′; (A ∩ B)′ = A′ ∪ B′.
  4. A − B = {a}.
  5. n(A ∩ B) = n(A) + n(B) − n(A ∪ B) = 12 + 8 − 16 = 4.

10. Quick revision

  • Chapter 1 · sets, operations, De Morgan, cardinality.
  • Roster and set-builder forms; types of sets; power set has 2ⁿ subsets.
  • ∪ (or), ∩ (and), A − B, complement A′.
  • De Morgan: (A ∪ B)′ = A′ ∩ B′; (A ∩ B)′ = A′ ∪ B′.
  • n(A ∪ B) = n(A) + n(B) − n(A ∩ B).

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Number of subsets
2ⁿ (n = number of elements)
Proper subsets = 2ⁿ − 1.
Cardinality of union
n(A ∪ B) = n(A) + n(B) − n(A ∩ B)
Inclusion–exclusion.
De Morgan's laws
(A ∪ B)′ = A′ ∩ B′ ; (A ∩ B)′ = A′ ∪ B′
The operation flips under complement.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Confusing subset (⊆) and element (∈)
∈ relates an element to a set; ⊆ relates a set to a set.
WATCH OUT
Forgetting to subtract n(A ∩ B)
n(A ∪ B) = n(A) + n(B) − n(A ∩ B).
WATCH OUT
Wrong De Morgan form
(A ∪ B)′ = A′ ∩ B′ — the operation flips.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Concept
Write {x : x is a natural number less than 5} in roster form.
Show solution
{1, 2, 3, 4}.
Q2EASY· Counting
If n(A) = 5, find the number of subsets and proper subsets.
Show solution
Subsets = 2⁵ = 32; proper subsets = 31.
Q3EASY· Concept
State De Morgan's laws.
Show solution
(A ∪ B)′ = A′ ∩ B′ and (A ∩ B)′ = A′ ∪ B′.
Q4EASY· Operation
If A = {a, b, c} and B = {b, c, d}, find A − B.
Show solution
A − B = {a}.
Q5MEDIUM· Cardinality
If n(A) = 12, n(B) = 8 and n(A ∪ B) = 16, find n(A ∩ B).
Show solution
n(A ∩ B) = 12 + 8 − 16 = 4.
Q6MEDIUM· Cardinality
If n(A) = 20, n(B) = 15, n(A ∩ B) = 5, find n(A ∪ B).
Show solution
n(A ∪ B) = 20 + 15 − 5 = 30.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Chapter 1 of Samacheer Kalvi Class 9 Mathematics.
  • Roster and set-builder forms; power set has 2ⁿ subsets.
  • Operations: ∪ (or), ∩ (and), A − B, complement A′.
  • De Morgan: (A ∪ B)′ = A′ ∩ B′; (A ∩ B)′ = A′ ∪ B′.
  • n(A ∪ B) = n(A) + n(B) − n(A ∩ B).
  • ∈ for elements, ⊆ for subsets.

Tamil Nadu (TNBSE) marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 6-10 marks across MCQ, Venn and cardinality problems

Question typeMarks eachTypical countWhat it tests
MCQ11-2Types of sets and operations
Short Answer2-31-2Operations and De Morgan
Cardinality / Venn2-51Inclusion–exclusion word problems
Prep strategy
  • Practise roster and set-builder forms
  • Learn the operations and De Morgan's laws
  • Master the cardinality formula
  • Draw Venn diagrams for word problems

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Databases

Set operations underlie searching and filtering records.

Surveys

Venn diagrams analyse overlapping groups of people.

Logic and computing

Sets model conditions and Boolean operations.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. List elements clearly in roster form
  2. Draw a Venn diagram for cardinality problems
  3. Apply the inclusion–exclusion formula
  4. Flip the operation when using De Morgan

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Extend the cardinality formula to three sets.
  • Prove De Morgan's laws using Venn diagrams.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

TN Class 9 Annual ExamHigh
Foundation / NTSE MathematicsMedium
School unit testsHigh

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Equal sets have exactly the same elements; equivalent sets only have the same number of elements (same cardinality).

It has 2ⁿ subsets in total, of which 2ⁿ − 1 are proper subsets (all except the set itself).
Verified by the tuition.in editorial team
Last reviewed on 3 June 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo