InterviewSolution
Saved Bookmarks
| 1. |
Find the union of sets |
|
Answer» Answer: Union of TWO given sets is the SMALLEST set which contains all the elements of both the sets. To find the union of two given sets A and B is a set which consists of all the elements of A and all the elements of B such that no element is REPEATED. The SYMBOL for DENOTING union of sets is '∪'. |
|