SOLUTION: list all subset {10,20} {g,e,o,m} {a,e,i,o,u}

Algebra ->  Subset -> SOLUTION: list all subset {10,20} {g,e,o,m} {a,e,i,o,u}      Log On


   



Question 1110805: list all subset {10,20}
{g,e,o,m}
{a,e,i,o,u}

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
list all subset {10,20}
-----------
{} empty set
{10}
{20}
{10.20}
==========
Do the others the same way.
Notice the # of subsets = 2^e where e = # of elements.
----------
{g,e,o,m}
{a,e,i,o,u}