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