

InterviewSolution
Saved Bookmarks
1. |
Let A ={1,2,3,4},B={3,5,6,7}and C={3,5,8}.find the following.i) ( AUB)-Cii) ( AUB)-( B union C) |
Answer» i) {1,2,4,6,7} , ii) {1,2,4}<br>1- (1,2,4,6,7) 2-(1,2,4) | |