InterviewSolution
Saved Bookmarks
| 1. |
State which of the following sets are disjoint. (i) A = {2, 4, 6, 8}, B = {x : x is an even number < 10, x ∈ N} (ii) X = {1, 3, 5, 7, 9}, Y = {0, 2, 4, 6, 8, 10} (iii) R = {a, b, c, d, e}, S = {d, e, b, c, a} |
|
Answer» (i) A = {2, 4, 6, 8}, B = {2, 4, 6, 8} A ∩ B = {2, 4, 6, 8} ≠ Ø ∴ A and B are not disjoint sets. (ii) X ∩ Y = { } = Φ, X and Y are disjoint sets. (iii) R ∩ S = {a, b, c, d, e} ≠ Ø ∴ R and S are not disjoint sets. |
|