SOLUTION: List all possible subsets of the given set. I = {6, 7}

Algebra ->  Subset -> SOLUTION: List all possible subsets of the given set. I = {6, 7}      Log On


   



Question 800498: List all possible subsets of the given set.
I = {6, 7}

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
List all possible subsets of the given set.
I = {6, 7}
--------
{}
{6}
{7}
{6,7}