Power Set
Last updated at August 17, 2026 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}