

InterviewSolution
Saved Bookmarks
1. |
Write down all posible subsets of `A={1,{2,3}}`. |
Answer» Here, A contains two elements , namely 1 and `{2, 3}`. Let ` {2,3} =B, then A ={1,B}`. `therefore P(A) ={phi, {1}, {B}, { 1, B}}`. `rArr P(A) ={phi, {1}, {{2,3}} , {1,{2,3}}}`. |
|