

InterviewSolution
Saved Bookmarks
1. |
Power set of the set `A = {1,2}` is `"………"` |
Answer» `:. A = {1,2}` So, the subsets of A are `phi {1}, {2}` and `{1,2}` `:. P(A) = {phi,{1},{2},{1,2}}` |
|