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 914682: List all possible subsets of the given set.
I = {6, 7}

Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

all possible subsets of the given set.
S[I] = { }, {6} , {7}, {6,7}