InterviewSolution
Saved Bookmarks
| 1. |
(1) MUN(1, 2, 3, 4, 5, 6) and M (1, 2, 4) thenwhich of the following represent set N? |
|
Answer» M U N = 1,2,3,4,5,6M= 1,2,4then the Union of two sets carry every number of both sets so N= 3,5,6 |
|