In the following, state whether A = B or not:
(i) A = {a, b, c, d}; B = {d, c, b, a}
(ii) A = {4, 8, 12, 16}; B = {8, 4, 16, 18}
(iii) A = {2, 4, 6, 8, 10}; B = {x: x is positive even integer and x ≤ 10}
(iv) A = {x: x is a multiple of 10}; B = {10, 15, 20, 25, 30 …}
(i) A = {a, b, c, d}; B = {d, c, b, a}
Order in which the elements of a set are listed is not significant.
Therefore, A = B.
(ii) A = {4, 8, 12, 16}; B = {8, 4, 16, 18}
We know that 12 ∈ A but 12 ∉ B.
Therefore, A ≠ B
(iii) A = {2, 4, 6, 8, 10};
B = {x: x is a positive even integer and x ≤ 10} = {2, 4, 6, 8, 10}
Therefore, A = B
(iv) A = {x: x is a multiple of 10}
B = {10, 15, 20, 25, 30 …}
We know that 15 ∈ B but 15 ∉ A.
Therefore, A ≠ B
Answered by Abhisek | 1 year agoFind the symmetric difference A Δ B, when A = {1, 2, 3} and B = {3, 4, 5}.