

InterviewSolution
Saved Bookmarks
1. |
If A = ϕ then write P(A). |
Answer» The power set of set A is a collection of all subsets of A. Here A = {ϕ} Hence the subset of A will only be a null set ϕ Hence P(A) = {ϕ} |
|