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

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


   



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

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
List all possible subsets of the given set.
I= {5, 6}
----
zero elements: null set
1 element: {5},{6}
2 elements: {5,6}
=====================
Cheers,
Stan H.
=====================