Subset Math Example 2
Follow the full solution, then compare it with the other examples linked below.
Example 2
mediumList all subsets of .
Solution
- 1 A set with elements has exactly subsets (including and the set itself). Here , so there are subsets.
- 2 List subsets by size systematically โ size 0: . Size 1: . Size 2: . Size 3: .
- 3 Verify the count: โ. These 8 sets form the power set .
Answer
The power set of contains every possible subset, including the empty set and itself. For a set of size , there are always subsets.
About Subset
Set is a subset of set if every element of is also an element of , written .
Learn more about Subset โ