

InterviewSolution
Saved Bookmarks
1. |
If `S={1,3,5,7,11,13},` then which of the following are the subsets of S ? `A={2,4},B={5,7},C={5,11,13},D={1,2,5}` |
Answer» Elements of A are not in S therefore `A cancel(sube)S` All elements of B are in S, therefore `B sube S` All elements of C are in S, therefore `C sube S` `2 in D and 2 cancel(in) S`, therefore `D cancel(sube)S`. |
|