Find the Power Set Y=(3,6,8)
Problem
Solution
Identify the elements of the set
Y={3,6,8} The set containsn=3 elements.Determine the total number of subsets using the formula
2 Since2=8 the power set will contain 8 elements.List the empty set, which is a subset of every set:
ā List all subsets containing exactly one element (singletons):
{3} {6} and{8} List all subsets containing exactly two elements:
{3,6} {3,8} and{6,8} List the set itself, as every set is a subset of itself:
{3,6,8} Combine all identified subsets into a single set to form the power set
š«*(Y)
Final Answer
Want more problems? Check here!