InterviewSolution
Saved Bookmarks
| 1. |
STATEMENT-1 Number of elements belonging to exactly, 2q, the sets of A,B,C is n(A cap B)+n(B cap C)+n(C cap B)-3n(A cap B capC) STATEMENT-2 Number of elements belonging to exactly one of the sets A,B and C is n(A cup B cup C)-n(A cap B)-n(A cap C)+2n(A cap B capC) |
|
Answer» |
|