Find the Power Set A=(1,2,3,4)
Problem
Solution
Identify the set
A and its cardinality. The set isA={1,2,3,4} which containsn=4 elements.Determine the number of elements in the power set. The power set
𝒫*(A) contains2 elements, so2=16 subsets.List the subsets by size, starting with the empty set
∅ Find all subsets with 1 element:
{1},{2},{3},{4} Find all subsets with 2 elements:
{1,2},{1,3},{1,4},{2,3},{2,4},{3,4} Find all subsets with 3 elements:
{1,2,3},{1,2,4},{1,3,4},{2,3,4} Find the subset with 4 elements, which is the set
A itself:{1,2,3,4} Combine all found subsets into a single set.
Final Answer
Want more problems? Check here!