If A = {1, 2, 3}, write the power set of A and state n(P(A)).
Reveal model answer + marking pointsHide answer▾
The power set is the set of all subsets of A. P(A) = { {}, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3} }. The number of elements n(P(A)) = 2^n = 2^3 = 8.
n(P(A)) = 2^n
Marking-scheme points
- ✓Power set = set of all subsets (including empty set and A itself)
- ✓List all 8 subsets
- ✓n(P(A)) = 2^3 = 8