

InterviewSolution
Saved Bookmarks
1. |
Define a power set of set. |
Answer» The collection of all subsets of a set A is called the power set of A and is denoted by P(A). If n(A) = m, then n[P(A)] = 2m. |
|