Find the Power Set (-1,3)
Problem
Solution
Identify the elements of the given set. The set contains two distinct elements:
ā1 and3 Determine the number of subsets. For a set with
n elements, the power set contains2 subsets. Sincen=2 there are2=4 subsets.List all possible subsets by including the empty set, sets with one element (singletons), and the set itself.
Construct the power set by grouping all identified subsets into a single set.
Final Answer
Want more problems? Check here!