

InterviewSolution
Saved Bookmarks
1. |
State True or False for the following statement:Given that M = {1, 2, 3, 4, 5, 6, 7, 8, 9} and if B = {1, 2, 3, 4, 5, 6, 7, 8, 9}, then B ⊄ M. |
Answer» False M = {1, 2, 3, 4, 5, 6, 7, 8, 9} B = {1, 2, 3, 4, 5, 6, 7, 8, 9} Every element of M and B is same Hence, M = B and B ⊂ M So, the given statement is false. |
|