Power Set Calculator
Calculate the number of subsets (power set size) of a set with n elements: |P(S)| = 2ⁿ.
This free online power set calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.
Number of elements in the set
Results
Total subsets |P(S)|
8
Proper subsets
7
Non-empty subsets
7
How to Use This Calculator
Enter your input values
Fill in all required input fields for the Power Set Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The Power Set Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
Formula Reference
Power Set Calculator Formula
See calculator inputs for the governing equation
Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.
When to Use This Calculator
- •Use the Power Set Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
- •Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
- •Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
- •Use it to explore the behavior of mathematical functions across a range of inputs.
About This Calculator
The Power Set Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Calculate the number of subsets (power set size) of a set with n elements: |P(S)| = 2ⁿ. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.
About Power Set Calculator
The Power Set Calculator computes the total number of subsets of a set with n elements. The power set P(S) of a set S is the collection of all subsets of S, including the empty set and S itself. The size of the power set is always 2ⁿ, where n is the number of elements in S. This exponential growth makes power sets fundamental in combinatorics, probability theory, computer science (Boolean functions), and set theory. The power set concept connects to binary representations (each element is either in or out of a subset), the binomial theorem (2ⁿ = Σ C(n,k)), and propositional logic (truth tables have 2ⁿ rows for n variables). Understanding power sets is essential for analyzing algorithmic complexity, counting problems, and the foundations of mathematics.
The Math Behind It
Formula Reference
Power Set Size
|P(S)| = 2ⁿ
Variables: n = number of elements in set S
Subsets of size k
C(n, k) = n! / (k!(n-k)!)
Variables: Number of subsets with exactly k elements
Worked Examples
Example 1: Small set
Find the power set of S = {1, 2, 3}
8 total subsets, 7 proper subsets
Example 2: Counting by size
For n = 4, how many subsets of each size?
16 total subsets: 1+4+6+4+1
Common Mistakes & Tips
- !Forgetting to include the empty set as a subset (it is always a subset of every set)
- !Confusing 'proper subset' (excludes the set itself) with 'non-empty subset' (excludes the empty set)
- !Underestimating the exponential growth: 2²⁰ = 1,048,576 subsets for just 20 elements
- !Confusing subsets with elements: a subset is a set, not an individual element
Related Concepts
Used in These Calculators
Calculators that build on or apply the concepts from this page:
Frequently Asked Questions
Why does the power set grow so fast?
Each element doubles the number of subsets (every existing subset spawns a new one by including the new element). This doubling at each step creates exponential growth: 2¹ = 2, 2² = 4, 2³ = 8, ..., 2¹⁰ = 1024, 2²⁰ ≈ 1 million.
Is the empty set always in the power set?
Yes. The empty set {} is a subset of every set, so it is always an element of the power set. Similarly, the set S itself is always in P(S).