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
Logic: Subset
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Subset
Question 559084
:
list all the subsets of {1,2,3,4,5,6}
Answer by
richard1234(7193)
(
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.