Mathematics
Let A = {2, 4, 6, 8}, B = {6, 8, 10, 12} and C = {7, 8, 9, 10}. Find :
(i) A ∪ B
(ii) A ∪ C
(iii) B ∪ C
(iv) A ∩ B
(v) A ∩ C
(vi) B ∩ C
Sets
1 Like
Answer
(i) A ∪ B
List all elements from both A and B, avoiding duplicates.
We have:
A = {2, 4, 6, 8}
B = {6, 8, 10, 12}
A ∪ B = {2, 4, 6, 8} ∪ {6, 8, 10, 12}
∴ A ∪ B = {2, 4, 6, 8, 10, 12}
(ii) A ∪ C
List all elements from both A and C, avoiding duplicates.
We have:
A = {2, 4, 6, 8}
C = {7, 8, 9, 10}
A ∪ C = {2, 4, 6, 8} ∪ {7, 8, 9, 10}
∴ A ∪ C = {2, 4, 6, 7, 8, 9, 10}
(iii) B ∪ C
List all elements from both B and C, avoiding duplicates.
We have:
B = {6, 8, 10, 12}
C = {7, 8, 9, 10}
B ∪ C = {6, 8, 10, 12} ∪ {7, 8, 9, 10}
∴ B ∪ C = {6, 7, 8, 9, 10, 12}
(iv) A ∩ B
List all elements common to both A and B.
We have:
A = {2, 4, 6, 8}
B = {6, 8, 10, 12}
A ∩ B = {2, 4, 6, 8} ∩ {6, 8, 10, 12}
∴ A ∩ B = {6, 8}
(v) A ∩ C
List all elements common to both A and C.
We have:
A = {2, 4, 6, 8}
C = {7, 8, 9, 10}
A ∩ C = {2, 4, 6, 8} ∩ {7, 8, 9, 10}
∴ A ∩ C = {8}
(vi) B ∩ C
List all elements common to both B and C.
We have:
B = {6, 8, 10, 12}
C = {7, 8, 9, 10}
B ∩ C = {6, 8, 10, 12} ∩ {7, 8, 9, 10}
∴ B ∩ C = {8, 10}
Answered By
1 Like
Related Questions
Let the set I of all integers be the universal set and let A = {x : x is a negative integer} be its subset. Find A'.
Suggest a universal set for the sets given below :
(i) {5, 7, 9}, {3, 5, 7}, {1, 3, 9} and {2, 4, 8}.
(ii) {odd numbers less than 8}, {prime numbers less than 8} and {even numbers between 3 and 8}.
(iii) {vowels in English alphabet}, {consonants in English alphabet}.
Let P = {x : x is a factor of 18} and Q = {x : x is a factor of 24}.
(i) Write each one of P and Q in Roster form.
(ii) Find:
(a) P ∪ Q
(b) P ∩ Q
Let A = {a, b, c}, B = {b, d, e} and C = {e, f, g}, verify that :
(i) A ∪ B = B ∪ A
(ii) (A ∪ B) ∪ C = A ∪ (B ∪ C)
(iii) A ∩ B = B ∩ A
(iv) (A ∩ B) ∩ C = A ∩ (B ∩ C)