

InterviewSolution
Saved Bookmarks
1. |
If A and B and C are three non-empty sets, then which of the following is/are not true ? (A) `n(A xx B) = n(B xx C) hArr n(A) = n(C)` (B) `A - (B nn C) = (A - B) nn (A - C)` (C ) `A uu (B nn C) = (A uu B) nn (A uu C)` (D) `(A nn B) - C = (A-C) nn (B - C)`A. (B) and (D)B. (A), (B) and (D)C. (C ) and (D)D. only (B) |
Answer» Correct Answer - D Recall the different laws satisfied by sets. |
|