

InterviewSolution
Saved Bookmarks
1. |
Let A and B be two sets such that : n (A) = 20, n (A∪ B) = 42 and n (A ∩ B) = 4. Find n (B – A) |
Answer» n (B – A) = n (B) – n (A ∩ B) = 26 – 4 = 22 |
|