

InterviewSolution
Saved Bookmarks
1. |
If A and B are two sets such that A⊂B , then write B’ − A’ in terms of A and B. |
Answer» Here, A⊂B ⇒ B'⊂A' ∴ A'⋂B' = B’ B'∖A' = B'∖(A'⋂B') = B'∖B' = ϕ |
|