Exercise 2.2 — Types of Sets and Venn Diagrams

Empty set, universal set, subset, Venn diagrams and operations on sets.

Advertisement
Lesson Notes PDF
1 /
Loading PDF…

Understanding Sets — Key Concepts for Exercise 2.2

Exercise 2.2 from Chapter 2 (Sets) covers the foundational concepts you need to confidently tackle problems in CBSE, Telangana, and Andhra Pradesh Class 10 board exams. This exercise focuses on Empty Sets, Universal Sets, Subsets, Venn Diagrams, and the three core set operations — Union, Intersection, and Difference. Mastering these ideas will make the rest of Chapter 2 much more approachable.

Special Types of Sets

Before working with set operations, you need to be clear about three special sets that appear repeatedly in problems:

  • Empty Set (Null Set) — A set with no elements at all. Denoted by φ (phi) or { }. Example: the set of natural numbers between 5 and 6 has no members, so it is an empty set. Remember: φ, { }, and 0 are themselves non-empty sets — only the set with no elements is null.
  • Universal Set (μ or U) — The complete collection of all objects under consideration in a given problem. In Venn diagrams, it is always drawn as the enclosing rectangle. If you are studying students in a school, the set of all students in that school is the universal set.
  • Subset — Set A is a subset of Set B (written A ⊆ B) if every element of A is also present in B. The notation A ⊂ B means A is a subset of B and B has at least one additional element. Two key rules to remember: the null set is a subset of every set, and every set is a subset of itself.

Number of Subsets — A Useful Formula

A common exam question asks how many subsets a given set can have. If a set has n elements, the total number of possible subsets is given by:

Number of subsets = 2ⁿ

For example, the set {a, b, c} has 3 elements, so it has 2³ = 8 possible subsets. The set {a, b, c, d} has 4 elements and therefore 2⁴ = 16 subsets. This formula is a favourite in Telangana and Andhra Pradesh board multiple-choice questions.

Venn Diagrams — Visualising Set Relationships

A Venn diagram (also called a Venn–Euler diagram) represents sets as circles or closed curves inside a rectangle that stands for the universal set. When two sets share common elements, the circles overlap — the overlapping region holds the shared elements. When two sets have no elements in common (disjoint sets), the circles are drawn separately with no overlap. Drawing a quick Venn diagram before solving a problem is one of the best strategies for avoiding errors.

Advertisement

Basic Operations on Sets

Exercise 2.2 tests three operations. Understanding what each one means — not just the formula — is what separates students who score full marks from those who make avoidable mistakes.

  • Union (A ∪ B) — The set containing all elements that belong to A, or to B, or to both. Duplicate elements are written only once. Formally: A ∪ B = {x : x ∈ A or x ∈ B}. Key property: A ∪ φ = A, and if A ⊂ B then A ∪ B = B.
  • Intersection (A ∩ B) — The set of elements common to both A and B. Formally: A ∩ B = {x : x ∈ A and x ∈ B}. Key property: A ∩ φ = φ, A ∩ A = A, and if B ⊂ A then A ∩ B = B. Intersection is commutative — A ∩ B always equals B ∩ A.
  • Difference (A − B) — The set of elements that are in A but not in B. Formally: A − B = {x : x ∈ A and x ∉ B}. Unlike union and intersection, set difference is not commutative — A − B ≠ B − A in general.
  • Disjoint Sets — Two sets are disjoint if they share no common elements, meaning A ∩ B = φ. Always verify by listing elements before declaring two sets disjoint.

Worked Example from Exercise 2.2

Consider Problem 3: Given A = {2, 4, 6, 8, 10} and B = {3, 6, 9, 12, 15}, find A − B and B − A.

For A − B, remove from A every element that also appears in B. The element 6 is in both, so it is removed. This gives A − B = {2, 4, 8, 10}. For B − A, remove from B every element that appears in A. Again, 6 is common, so B − A = {3, 9, 12, 15}. Notice the two results are different — this illustrates that set difference is not commutative.

A − B = {2, 4, 8, 10}    B − A = {3, 9, 12, 15}

Common Mistakes to Avoid

  • Confusing φ (empty set) with {0} or {φ} — these are non-empty sets because they each contain one element.
  • Writing repeated elements in a union — {1, 2, 3, 4, 7, 7} is wrong; each element appears exactly once in a set.
  • Assuming A − B = B − A — always compute both separately unless the question confirms equality.
  • Forgetting that the null set is a subset of every set (φ ⊂ A is always true for any set A).
  • Declaring two sets disjoint without checking — always list the elements of both sets and look for common values before concluding A ∩ B = φ.

What This Exercise Prepares You For

The concepts in Exercise 2.2 form the building blocks for more advanced set theory problems in the same chapter. Once you are comfortable with union, intersection, and difference, you will be ready to explore problems involving the complement of sets and De Morgan's laws. Students of Telangana and Andhra Pradesh boards will also find these ideas directly connected to probability topics covered in Chapter — Probability, where events are modelled as sets. Revisiting Exercise 2.1 (Introduction to Sets) before attempting this exercise will help reinforce the notation and definitions.

Advertisement