Statement
How many subsets does the set have?
Solution
To build a subset we decide, for each of the elements, whether to include it or not: two independent choices per element. In total subsets (including the empty set and the set itself).
| tags |
Statement
How many subsets does the set have?
Solution
To build a subset we decide, for each of the elements, whether to include it or not: two independent choices per element. In total subsets (including the empty set and the set itself).