
Power Set Formula Number of Subsets and Solved Examples
The concept of power set plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Mastering the idea of all possible subsets gives you tools for solving problems in set theory, combinatorics, and logical reasoning, which are essential for board exams and competitive entrance tests.
What Is Power Set?
A power set is defined as the set of all possible subsets of a given set, including the empty set and the set itself. For example, if you have a set A = {x, y}, its power set is { {}, {x}, {y}, {x, y} }. You’ll find this concept used in areas such as set theory, combinatorics, and computer science.
Key Formula for Power Set
Here’s the standard formula: \( \text{If a set has } n \text{ elements, the power set has } 2^n \text{ elements} \) (cardinality of a power set).
| Number of Elements in Set (n) | Number of Subsets (Power Set) |
|---|---|
| 1 | 2 |
| 2 | 4 |
| 3 | 8 |
| n | 2n |
Cross-Disciplinary Usage
Power set is not only useful in Maths but also plays an important role in Physics, Computer Science, and daily logical reasoning. Students preparing for JEE or NEET will see its relevance in questions related to combinations, logic, and even probability theory.
Step-by-Step Illustration
Let's find the power set of B = {1, 2, 3}:
1. List the set: B = {1, 2, 3}2. Write down all subsets:
{}, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}
3. Count subsets:
There are 8 subsets, which matches the formula (23 = 8).
4. State the power set:
P(B) = { {}, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3} }
Speed Trick or Shortcut
A quick shortcut to find the number of subsets of any set (the size of the power set) is simply to use 2n, where n is the number of elements in the set. This helps in timed exams and MCQs: no need to list out all subsets if the question only asks "How many?".
Example Trick: For a set S with 5 elements: 25 = 32 subsets.
Tricks like these are taught by Vedantu’s exam experts to build speed for JEE, CBSE, and Olympiads.
Try These Yourself
- List the power set of {a, b}
- Find the number of subsets in {p, q, r, s}
- What is the power set of an empty set?
- Give two examples of subsets from {red, blue, green}
Frequent Errors and Misunderstandings
- Leaving out the empty set or the original set from the power set.
- Counting duplicate subsets (every subset should be unique).
- Confusing subsets with elements of the set.
- Applying the formula incorrectly (remember, 2n where n is the number of elements).
Relation to Other Concepts
The idea of power set connects closely with topics such as sets, subsets, and types of sets. Mastering this helps with understanding combinatorics, logical reasoning, set operations, and probability in advanced chapters.
Classroom Tip
A quick way to remember the power set formula: If you have a set with n items, just keep doubling as you add each element—start with 1 subset (for the empty set), add an element and double, and so on. Vedantu’s teachers use tree diagrams and visual aids to make this intuitive and fun during live sessions.
Special Cases and Edge Examples
- Empty Set (\(\varnothing\)): Power set is { {} } – only one subset.
- Singleton Set ({M}): Power set is { {}, {M} } – two subsets.
Sample Q&A for Exam Practice
Question: What is the power set of {2, 7, 9}?
1. List all subsets: {}, {2}, {7}, {9}, {2,7}, {2,9}, {7,9}, {2,7,9}2. The power set contains 8 subsets because 23 = 8.
3. P({2,7,9}) = { {}, {2}, {7}, {9}, {2,7}, {2,9}, {7,9}, {2,7,9} }
Key Takeaways Table
| Point | Explanation |
|---|---|
| Definition | All subsets of a set, including the empty set and the set itself |
| Formula | Number of subsets = 2n, where n = number of elements |
| Empty Set Power Set | Power set is just { {} } (one subset) |
| Example | For A = {x, y}: Power set = { {}, {x}, {y}, {x, y} } |
| Application | Used in MCQs, reasoning, coding, logic, and further maths chapters |
We explored power set—from its definition, formula, and shortcuts, to mistakes and exam questions. Keep practicing, and refer to Vedantu for more live explanations, practice sets, and concept revision in set theory and beyond.
Useful Links: Sets | Subsets | Set Theory Symbols
FAQs on Power Set in Set Theory Explained Clearly
1. What is a power set in mathematics?
A power set of a set is the set of all possible subsets of that set, including the empty set and the set itself. If a set is denoted by A, its power set is written as P(A) or 2A.
- It contains every possible combination of elements from A.
- It always includes the empty set (∅).
- It also includes the original set A.
2. What is the formula for the number of elements in a power set?
The number of elements in a power set of a set with n elements is given by the formula |P(A)| = 2n. This means:
- If a set has n elements, its power set has 2n subsets.
- This includes the empty set and the full set itself.
3. How do you find the power set of a given set?
To find the power set of a given set, list all possible subsets of that set. Follow these steps:
- Write the empty set (∅).
- List all subsets with one element.
- List all subsets with two elements.
- Continue until you include the full set.
4. What is the power set of the empty set?
The power set of the empty set is {∅}. Since the empty set has 0 elements, the number of subsets is 20 = 1.
- The only subset of ∅ is ∅ itself.
- Therefore, P(∅) = {∅}.
5. Can you give an example of a power set?
Yes, for the set A = {1, 2, 3}, the power set is P(A) = {∅, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}}. Explanation:
- Total elements in A = 3.
- Number of subsets = 23 = 8.
- Includes subsets with 0, 1, 2, and 3 elements.
6. What is the difference between a subset and a power set?
A subset is a single selection of elements from a set, while a power set is the collection of all possible subsets of that set.
- If A = {1,2}, then {1} is a subset of A.
- The power set P(A) = {∅, {1}, {2}, {1,2}} includes all subsets.
7. Why does a set with n elements have 2ⁿ subsets?
A set with n elements has 2n subsets because each element has two choices: included or not included in a subset. For each element:
- Choice 1: Include it.
- Choice 2: Exclude it.
8. Is the power set always larger than the original set?
Yes, the power set of any set always has more elements than the original set. If a set has n elements, its power set has 2n elements.
- For n ≥ 1, 2n > n.
- Even for n = 0, P(∅) has 1 element.
9. What are the properties of a power set?
The power set has several important properties in set theory:
- It always contains the empty set (∅).
- It always contains the original set itself.
- If |A| = n, then |P(A)| = 2n.
- Every element of P(A) is a subset of A.
10. How is the power set used in mathematics?
The power set is used in set theory, combinatorics, probability, and logic to study all possible combinations of elements. Common applications include:
- Counting possible outcomes in probability.
- Defining relations and functions.
- Studying Boolean algebra and logic.





















