SOLUTION: Write all proper subsets of A = { a, b, c }.

Algebra ->  Subset -> SOLUTION: Write all proper subsets of A = { a, b, c }.      Log On


   



Question 1117830: Write all proper subsets of A = { a, b, c }.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Write all proper subsets of A = { a, b, c }.
----
2-element subsets:: ab;ac;bc
1-element subsets:: a;b;c;
0-element subset:: null-set
-----------
Cheers,
Stan H.
----------