

InterviewSolution
Saved Bookmarks
1. |
For any two sets A and B, prove that (A ∪ B) – B = A – B |
Answer» = (A–B) ∪ (B–B) = (A–B) ∪ ϕ = A–B |
|