SOLUTION: list all possible subsets of 3 5 7

Algebra ->  Subset -> SOLUTION: list all possible subsets of 3 5 7       Log On


   



Question 975763: list all possible subsets of 3 5 7
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Since there are 3 elements, there are 2%5E3 or 8 subsets.
{3}, {5}, {7}
{3,5}, {3,7}, {5,7}
{3,5,7}
Empty Set