SOLUTION: List all the subsets of S. S = {0, 1, 2, 3}

Algebra ->  Finance -> SOLUTION: List all the subsets of S. S = {0, 1, 2, 3}      Log On


   



Question 248729: List all the subsets of S.
S = {0, 1, 2, 3}

Answer by dabanfield(803) About Me  (Show Source):
You can put this solution on YOUR website!
Subsets would include:
The empty set, { }.
The set S itself, {0,1,2,3}.
The subsets that have only one element (e.g. {0}, {1},...)
The subsets that have only two elements (e.g. {0,1}, {0,2}...)
The subsets that have only three elements (e.g. {,0,1,2}, {0,1,3}...)
Please finish these lists out.