SOLUTION: List all the subsets of S. S = {Chocolate, Vanilla, Mint}

Algebra ->  Subset -> SOLUTION: List all the subsets of S. S = {Chocolate, Vanilla, Mint}       Log On


   



Question 359698: List all the subsets of S.
S = {Chocolate, Vanilla, Mint}

Found 3 solutions by Fombitz, vleith, Edwin McCravy:
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Empty Set
{C}
{V}
{M}
{C,V}
{C,M}
{V,M}
{C,V,M}

Answer by vleith(2983) About Me  (Show Source):
You can put this solution on YOUR website!
{}
{Chocolate, Vanilla, Mint}
{C}
{V}
{M}
{C,V}
{C,M}
{V,M}

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
1.  { }
2.  {Chocolate}
3.  {Vanilla}
4.  {Mint}
5.  {Chocolate, Vanilla}
6.  {Chocolate, Mint}
7.  {Vanilla, Mint}
8.  {Chocolate, Vanilla, Mint}

Edwin