Exercise 2.2
1. If A = {1, 2, 3, 4} and B = {1, 2, 3, 5, 6}, then find A ∩ B and B ∩ A. Are they equal?
Solution: Given: A = {1, 2, 3, 4} and B = {1, 2, 3, 5, 6}
Finding A ∩ B: A ∩ B represents elements that are
Elements in A:
While Elements in B:
Common elements:
Therefore, A ∩ B = {1, 2, 3}
Finding B ∩ A: B ∩ A represents elements that are
So, the common elements
Therefore, B ∩ A = {1, 2, 3}
Are they equal?
Yes, they are equal. This demonstrates the commutative property of intersection: A ∩ B = B ∩ A
2. If A = {0, 2, 4}, find A ∩ φ and A ∩ A. What did you notice from the result?
Observations:
(1) A ∩ φ = φ: The intersection of any set with the empty set is always the
(2) A ∩ A = A: The intersection of any set with itself is always the
These are fundamental identity properties of set intersection.
3. If A = {2, 4, 6, 8, 10} and B = {3, 6, 9, 12, 15}, find A − B and B − A.
Solution:
Note: A − B ≠ B − A. Set difference is
4. If A and B are two sets such that A ⊆ B then what is A ∪ B? Explain by giving an example.
5. Let A = {x : x is a natural number}
B = {x : x is an even natural number}
C = {x : x is an odd natural number}
D = {x : x is a prime number}
Find A ∩ B, A ∩ C, A ∩ D, B ∩ C, B ∩ D and C ∩ D.
6. If A = {3, 6, 9, 12, 15, 18, 21}, B = {4, 8, 12, 16, 20}, C = {2, 4, 6, 8, 10, 12, 14, 16} and D = {5, 10, 15, 20}, find:
(i) A − B (ii) A − C (iii) A − D (iv) B − A (v) C − A
(vi) D − A (vii) B − C (viii) B − D (ix) C − B (x) D − B
Solution:
7. State whether the following statements is true or false. Justify your answers.
(i) {2, 3, 4, 5} and {3, 6} are disjoint sets.
Solution: Two sets are disjoint if their intersection is
Finding intersection for the given sets: Common elements:
Intersection = {3} ≠ φ
Since the intersection is not empty, the sets are not disjoint.
(ii) {a, e, i, o, u} and {a, b, c, d} are disjoint sets.
Solution:
Finding intersection for the given sets: Common elements:
Intersection = {a} ≠ φ
Since the intersection is not empty, the sets are not disjoint.
(iii) {2, 6, 10, 14} and {3, 7, 11, 15} are disjoint sets.
Solution: Finding intersection for given sets: Common elements:
No number can be both even and odd simultaneously.
Intersection =
Since the intersection is empty, the sets are disjoint.
(iv) {2, 6, 10} and {3, 7, 11} are disjoint sets.
Solution:
Finding intersection: Common elements:
Intersection =
Since the intersection is empty, the sets are disjoint.