Power Set
Last updated at December 13, 2024 by Teachoo
Transcript
Example 24 List all the subsets of the set { ā1, 0, 1 }. Let A= { ā1, 0, 1} Number of elements in A is 3 Hence, n = 3 Number of subsets of A = 2n where n is the number of elements of the set A = 23 = 8 The subsets of {ā1, 0, 1} are š, {ā1}, {0}, {1}, {ā1, 0}, {0, 1}, {ā1, 1}, and {ā1, 0, 1}