document.write( "Question 359698: List all the subsets of S. \r
\n" );
document.write( "\n" );
document.write( "S = {Chocolate, Vanilla, Mint} \n" );
document.write( "
Algebra.Com's Answer #256685 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "1. { }\r\n" ); document.write( "2. {Chocolate}\r\n" ); document.write( "3. {Vanilla}\r\n" ); document.write( "4. {Mint}\r\n" ); document.write( "5. {Chocolate, Vanilla}\r\n" ); document.write( "6. {Chocolate, Mint}\r\n" ); document.write( "7. {Vanilla, Mint}\r\n" ); document.write( "8. {Chocolate, Vanilla, Mint}\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |