Power Set Size Calculator
Determine the size of a power set by raising 2 to the number of elements.
Examples
- 3 elements ⇒ 8 subsets
- 5 elements ⇒ 32 subsets
FAQ
What is a power set?
It is the set of all possible subsets of a set.
Does it include the empty set?
Yes, the empty set is one of the subsets counted.
How does it grow?
The number of subsets doubles with each additional element.
Additional Information
- Power sets are fundamental in combinatorics.
- Size calculation uses exponentiation base 2.