InterviewSolution
Saved Bookmarks
| 1. |
Let A be a non-empty set such that `A xx A` has 9 elements among which are found (-1, 0) and (0, 1). Then,A. A = {-1, 0}B. A = {0, 1}C. A = {-1, 0, 1}D. A = {-1, 1} |
|
Answer» Correct Answer - C We have, `(-1, 0)inAxxA and (0,1)inAxxAimplies-1,0,1inA` But, `A xx A` has 9 elements. Therefore, A has 3 elements. Hence, A = {-1, 0, 1}. |
|