Answer: 8
Step-by-step explanation
The power set is the set of all possible subsets of the given set.
The original set is {a,b,c}. A subset would consist of items chosen from here. So {a,b} is one possible subset because 'a' and 'b' are found in the original set. A non-example would be {a,d} because d is not found in the original set.
Here's a list of all 8 subsets. The { } at the end is the empty set. The empty set is a subset of any set. Any set is a subset of itself.
- {a,b,c}
- {a,b}
- {a,c}
- {b,c}
- {a}
- {b}
- {c}
- { }
The formula is 2^n where n is the number of items in the original set. We have n = 3 items lead to 2^n = 2^3 = 8 different subsets.