Question 745149
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.
=====================