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
Logic: Subset
Logic
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Subset
Question 745149
:
List all possible subsets of the given set.
I= {5, 6}
Answer by
stanbon(75887)
(
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.
=====================