Saved Bookmarks
| 1. |
`A={1,2},B={{1},{2}},C={{1,2}}`. Then, which of the following relation is correct ?A. A=BB. `B subC`C. `A in C`D. `A sub B` |
|
Answer» Correct Answer - C Given `A = {1,2} , B = {{1} ,{2}} and C = {{1,2}}` `A = {1,2} in {{1,2}} = C` `therefore A in C` |
|