Find the Power Set {1/8,1/16,1/24,1/32}
Problem
Solution
Identify the elements of the given set
S={1/8,1/16,1/24,1/32} The set containsn=4 elements.Determine the number of subsets in the power set using the formula
2 Sincen=4 there are2=16 subsets.List the subsets by size, starting with the empty set
∅ Find all subsets with 1 element:
{1/8} {1/16} {1/24} {1/32} Find all subsets with 2 elements:
{1/8,1/16} {1/8,1/24} {1/8,1/32} {1/16,1/24} {1/16,1/32} {1/24,1/32} Find all subsets with 3 elements:
{1/8,1/16,1/24} {1/8,1/16,1/32} {1/8,1/24,1/32} {1/16,1/24,1/32} Find the subset with 4 elements, which is the set itself:
{1/8,1/16,1/24,1/32}
Final Answer
Want more problems? Check here!