SOLUTION: list all the possible subsets for {c,a,k,e}

Algebra ->  Subset -> SOLUTION: list all the possible subsets for {c,a,k,e}      Log On


   



Question 940070: list all the possible subsets for {c,a,k,e}
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Empty Set
{c} {a} {k} {e}
{c,a} {c,k} {c,e} {a,k} {a,e} {k,e}
{c,a,k} {c,a,e} {c,k,e} {a,k,e}
{c,a,k,e}