SOLUTION: list all the subsets of {1,2,3,4,5,6}

Algebra ->  Subset -> SOLUTION: list all the subsets of {1,2,3,4,5,6}      Log On


   



Question 559084: list all the subsets of {1,2,3,4,5,6}
Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
empty set, {1}, {2}, {3}, {4}, {5}, {6}, {1,2}, etc.

There are 2^6 = 64 possible subsets. You can list them if you want.