

InterviewSolution
Saved Bookmarks
1. |
If A and B are two sets such that A ⊆ B then find: (i) A ∪ B (ii) A ∩ B |
Answer» Given; A and B are two sets such that A ⊆ B. (i) A ∪ B = A (ii) A ∩ B = B |
|