Find the Power Set s={4,8,12,16,20}
Problem
Solution
Identify the number of elements in the set
S={4,8,12,16,20} Since there aren=5 elements, the power set will contain2=2=32 subsets.List the empty set and the set itself, which are always members of the power set. These are
∅ and{4,8,12,16,20} Determine all subsets containing exactly one element (singletons):
{4} {8} {12} {16} and{20} Determine all subsets containing exactly two elements:
{4,8} {4,12} {4,16} {4,20} {8,12} {8,16} {8,20} {12,16} {12,20} and{16,20} Determine all subsets containing exactly three elements:
{4,8,12} {4,8,16} {4,8,20} {4,12,16} {4,12,20} {4,16,20} {8,12,16} {8,12,20} {8,16,20} and{12,16,20} Determine all subsets containing exactly four elements:
{4,8,12,16} {4,8,12,20} {4,8,16,20} {4,12,16,20} and{8,12,16,20} Combine all identified subsets into a single set
𝒫*(S)
Final Answer
Want more problems? Check here!