Class 11 Maths Chapter 1: Sets – Complete Notes & NCERT Solutions
Exercise 1.4 - Sets - Complete Solutions

πŸ“š Exercise 1.4 - Sets

Union, Intersection, Difference, and Disjoint Sets - Complete Solutions

1 Find the union of each pair of sets
(i) X = {1, 3, 5}, Y = {1, 2, 3}
(ii) A = {a, e, i, o, u}, B = {a, b, c}
(iii) A = {x : x is natural number and multiple of 3}, B = {x : x is natural number less than 6}
(iv) A = {x : 1 < x ≀ 6, x ∈ N}, B = {x : 6 < x < 10, x ∈ N}
(v) A = {1, 2, 3}, B = Ο†
πŸ’‘ Click to View Solution
1 Understanding Union
Union (A βˆͺ B): All elements that are in A OR in B (or both)
Write each element ONCE, even if it appears in both sets
2 Solutions
(i) X βˆͺ Y = {1, 3, 5} βˆͺ {1, 2, 3}
Elements: 1 (both), 3 (both), 5 (X only), 2 (Y only)
Answer: {1, 2, 3, 5}
(ii) A βˆͺ B = {a, e, i, o, u} βˆͺ {a, b, c}
All vowels plus letters from B
Answer: {a, b, c, e, i, o, u}
(iii) A = multiples of 3 = {3, 6, 9, 12, ...}
B = natural numbers < 6 = {1, 2, 3, 4, 5}

A βˆͺ B includes all from both sets
Answer: {1, 2, 3, 4, 5, 6, 9, 12, ...}
(iv) A = {2, 3, 4, 5, 6}, B = {7, 8, 9}
No common elements
Answer: {2, 3, 4, 5, 6, 7, 8, 9}
(v) A βˆͺ Ο† = {1, 2, 3} βˆͺ Ο†
Union with empty set = original set
Answer: {1, 2, 3}
πŸ’‘ Key Property: A βˆͺ Ο† = A (Union with empty set always gives original set)
2 Let A = {a, b}, B = {a, b, c}. Is A βŠ‚ B? What is A βˆͺ B?
πŸ’‘ Click to View Solution
1 Check if A βŠ‚ B
Are all elements of A in B?
a ∈ A, is a ∈ B? YES
b ∈ A, is b ∈ B? YES
Yes, A βŠ‚ B βœ“
2 Find A βˆͺ B
A βˆͺ B = {a, b} βˆͺ {a, b, c}
All elements: a, b, c
A βˆͺ B = {a, b, c} = B
Yes, A βŠ‚ B
A βˆͺ B = {a, b, c} = B
3 If A βŠ‚ B, then what is A βˆͺ B?
πŸ’‘ Click to View Solution
1 Logic
If A βŠ‚ B, then every element of A is also in B
So A βˆͺ B contains exactly the elements of B
(A's elements are already in B)
A βˆͺ B = B
(When A is a subset of B, their union is just B)
πŸ’‘ Key Rule: If A βŠ‚ B, then A βˆͺ B = B
4 Find the unions for A = {1,2,3,4}, B = {3,4,5,6}, C = {5,6,7,8}, D = {7,8,9,10}
(i) A βˆͺ B    (ii) A βˆͺ C    (iii) B βˆͺ C
(iv) B βˆͺ D    (v) A βˆͺ B βˆͺ C    (vi) A βˆͺ B βˆͺ D    (vii) B βˆͺ C βˆͺ D
πŸ’‘ Click to View Solution
1 Solutions
(i) A βˆͺ B = {1,2,3,4} βˆͺ {3,4,5,6}
All elements from both: 1,2,3,4,5,6
= {1, 2, 3, 4, 5, 6}
(ii) A βˆͺ C = {1,2,3,4} βˆͺ {5,6,7,8}
No common elements
= {1, 2, 3, 4, 5, 6, 7, 8}
(iii) B βˆͺ C = {3,4,5,6} βˆͺ {5,6,7,8}
Common: 5, 6
= {3, 4, 5, 6, 7, 8}
(iv) B βˆͺ D = {3,4,5,6} βˆͺ {7,8,9,10}
= {3, 4, 5, 6, 7, 8, 9, 10}
(v) A βˆͺ B βˆͺ C = ({1,2,3,4} βˆͺ {3,4,5,6}) βˆͺ {5,6,7,8}
= {1,2,3,4,5,6} βˆͺ {5,6,7,8}
= {1, 2, 3, 4, 5, 6, 7, 8}
(vi) A βˆͺ B βˆͺ D = {1,2,3,4,5,6} βˆͺ {7,8,9,10}
= {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
(vii) B βˆͺ C βˆͺ D = {3,4,5,6,7,8} βˆͺ {7,8,9,10}
= {3, 4, 5, 6, 7, 8, 9, 10}
5 Find the intersection of each pair from Question 1
πŸ’‘ Click to View Solution
1 Understanding Intersection
Intersection (A ∩ B): Elements that are in BOTH A AND B
Only common elements
2 Solutions
(i) X ∩ Y = {1,3,5} ∩ {1,2,3}
Common elements: 1, 3
= {1, 3}
(ii) A ∩ B = {a,e,i,o,u} ∩ {a,b,c}
Common: only 'a'
= {a}
(iii) A ∩ B = {3,6,9,12,...} ∩ {1,2,3,4,5}
Common: 3 (only 3 is in both)
= {3}
(iv) A ∩ B = {2,3,4,5,6} ∩ {7,8,9}
No common elements
= Ο†
(v) A ∩ Ο† = {1,2,3} ∩ Ο†
No elements in empty set
= Ο†
πŸ’‘ Key Property: A ∩ Ο† = Ο† (Intersection with empty set always gives empty set)
6 Find intersections: A = {3,5,7,9,11}, B = {7,9,11,13}, C = {11,13,15}, D = {15,17}
(i) A ∩ B    (ii) B ∩ C    (iii) A ∩ C ∩ D
(iv) A ∩ C    (v) B ∩ D    (vi) A ∩ (B βˆͺ C)
(vii) A ∩ D    (viii) A ∩ (B βˆͺ D)    (ix) (A ∩ B) ∩ (B βˆͺ C)    (x) (A βˆͺ D) ∩ (B βˆͺ C)
πŸ’‘ Click to View Solution
1 Solutions
(i) A ∩ B = {3,5,7,9,11} ∩ {7,9,11,13}
Common: 7, 9, 11
= {7, 9, 11}
(ii) B ∩ C = {7,9,11,13} ∩ {11,13,15}
Common: 11, 13
= {11, 13}
(iii) A ∩ C ∩ D = (A ∩ C) ∩ D
A ∩ C = {3,5,7,9,11} ∩ {11,13,15} = {11}
{11} ∩ {15,17} = Ο†
= Ο†
(iv) A ∩ C = {3,5,7,9,11} ∩ {11,13,15}
Common: 11
= {11}
(v) B ∩ D = {7,9,11,13} ∩ {15,17}
No common elements
= Ο†
(vi) A ∩ (B βˆͺ C)
B βˆͺ C = {7,9,11,13} βˆͺ {11,13,15} = {7,9,11,13,15}
A ∩ {7,9,11,13,15} = {7,9,11}
= {7, 9, 11}
(vii) A ∩ D = {3,5,7,9,11} ∩ {15,17}
No common elements
= Ο†
(viii) A ∩ (B βˆͺ D)
B βˆͺ D = {7,9,11,13} βˆͺ {15,17} = {7,9,11,13,15,17}
A ∩ {7,9,11,13,15,17} = {7,9,11}
= {7, 9, 11}
(ix) (A ∩ B) ∩ (B βˆͺ C)
A ∩ B = {7,9,11}, B βˆͺ C = {7,9,11,13,15}
{7,9,11} ∩ {7,9,11,13,15} = {7,9,11}
= {7, 9, 11}
(x) (A βˆͺ D) ∩ (B βˆͺ C)
A βˆͺ D = {3,5,7,9,11,15,17}
B βˆͺ C = {7,9,11,13,15}
Common: 7,9,11,15
= {7, 9, 11, 15}
7 Intersections with subsets: A = natural numbers, B = even naturals, C = odd naturals, D = primes
(i) A ∩ B    (ii) A ∩ C    (iii) A ∩ D    (iv) B ∩ C
(v) B ∩ D    (vi) C ∩ D
πŸ’‘ Click to View Solution
1 Solutions
(i) A ∩ B (natural ∩ even natural)
Even numbers are natural numbers
= B (all even natural numbers)
(ii) A ∩ C (natural ∩ odd natural)
Odd numbers are natural numbers
= C (all odd natural numbers)
(iii) A ∩ D (natural ∩ prime)
Prime numbers are natural numbers
= D (all prime numbers)
(iv) B ∩ C (even ∩ odd)
No number is both even AND odd
= Ο†
(v) B ∩ D (even ∩ prime)
Only 2 is both even and prime
= {2}
(vi) C ∩ D (odd ∩ prime)
All odd primes: 3, 5, 7, 11, 13, ...
= {x : x is odd prime number}
8 Which pairs are disjoint sets?
(i) {1, 2, 3, 4} and {x : x ∈ β„• and 4 ≀ x ≀ 6}
(ii) {a, e, i, o, u} and {c, d, e, f}
(iii) {x : x is even integer} and {x : x is odd integer}
πŸ’‘ Click to View Solution
1 Understanding Disjoint Sets
Disjoint Sets: Sets that have NO common elements
A and B are disjoint if A ∩ B = Ο†
2 Check each pair
(i) {1,2,3,4} and {4,5,6}
Common element: 4
{1,2,3,4} ∩ {4,5,6} = {4} β‰  Ο†
NOT disjoint βœ—
(ii) {a,e,i,o,u} and {c,d,e,f}
Common element: e
Intersection = {e} β‰  Ο†
NOT disjoint βœ—
(iii) Even integers and Odd integers
No number is both even AND odd
Intersection = Ο†
DISJOINT βœ“
πŸ’‘ Key: Sets are disjoint only if they have NO common elements (intersection is empty)
9 Find the difference: A = {3,6,9,12,15,18,21}, B = {4,8,12,16,20}, C = {2,4,6,8,10,12,14,16}, D = {5,10,15,20}
(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    (xi) C – D    (xii) D – C
πŸ’‘ Click to View Solution
1 Understanding Difference
Difference (A – B): Elements in A but NOT in B
Remove all elements of B from A
2 Solutions
(i) A – B = {3,6,9,12,15,18,21} – {4,8,12,16,20}
Remove 12 (only common element)
= {3, 6, 9, 15, 18, 21}
(ii) A – C = {3,6,9,12,15,18,21} – {2,4,6,8,10,12,14,16}
Remove 6, 12
= {3, 9, 15, 18, 21}
(iii) A – D = {3,6,9,12,15,18,21} – {5,10,15,20}
Remove 15
= {3, 6, 9, 12, 18, 21}
(iv) B – A = {4,8,12,16,20} – {3,6,9,12,15,18,21}
Remove 12
= {4, 8, 16, 20}
(v) C – A = {2,4,6,8,10,12,14,16} – {3,6,9,12,15,18,21}
Remove 6, 12
= {2, 4, 8, 10, 14, 16}
(vi) D – A = {5,10,15,20} – {3,6,9,12,15,18,21}
Remove 15
= {5, 10, 20}
(vii) B – C = {4,8,12,16,20} – {2,4,6,8,10,12,14,16}
Remove 4, 8, 12, 16
= {20}
(viii) B – D = {4,8,12,16,20} – {5,10,15,20}
Remove 20
= {4, 8, 12, 16}
(ix) C – B = {2,4,6,8,10,12,14,16} – {4,8,12,16,20}
Remove 4, 8, 12, 16
= {2, 6, 10, 14}
(x) D – B = {5,10,15,20} – {4,8,12,16,20}
Remove 20
= {5, 10, 15}
(xi) C – D = {2,4,6,8,10,12,14,16} – {5,10,15,20}
Remove 10
= {2, 4, 6, 8, 12, 14, 16}
(xii) D – C = {5,10,15,20} – {2,4,6,8,10,12,14,16}
Remove 10
= {5, 15, 20}
10 If X = {a, b, c, d} and Y = {f, b, d, g}, find X – Y, Y – X, and X ∩ Y
πŸ’‘ Click to View Solution
1 Solutions
(i) X – Y = {a,b,c,d} – {f,b,d,g}
Elements in X but not in Y: a, c
= {a, c}
(ii) Y – X = {f,b,d,g} – {a,b,c,d}
Elements in Y but not in X: f, g
= {f, g}
(iii) X ∩ Y = {a,b,c,d} ∩ {f,b,d,g}
Common elements: b, d
= {b, d}
11 If R is the set of real numbers and Q is the set of rational numbers, what is R – Q?
πŸ’‘ Click to View Solution
1 Logic
R – Q = real numbers that are NOT rational
These are called IRRATIONAL NUMBERS
R – Q = {x : x is an irrational number}
Examples: √2, Ο€, e, √3, etc.
πŸ’‘ Key Fact: Every real number is either rational OR irrational (but not both)
12 State whether true or false and justify
(i) {2, 3, 4, 5} and {3, 6} are disjoint sets
(ii) {a, e, i, o, u} and {a, b, c, d} are disjoint sets
(iii) {2, 6, 10, 14} and {3, 7, 11, 15} are disjoint sets
(iv) {2, 6, 10} and {3, 7, 11} are disjoint sets
πŸ’‘ Click to View Solution
1 Analyze each
(i) {2,3,4,5} ∩ {3,6} = {3} β‰  Ο†
Common element: 3
FALSE βœ—
(ii) {a,e,i,o,u} ∩ {a,b,c,d} = {a} β‰  Ο†
Common element: a
FALSE βœ—
(iii) {2,6,10,14} ∩ {3,7,11,15} = Ο†
No common elements
TRUE βœ“
(iv) {2,6,10} ∩ {3,7,11} = Ο†
No common elements
TRUE βœ“
(i) FALSE (ii) FALSE (iii) TRUE (iv) TRUE