document.write( "Question 481642: what are the possible subsets
\n" );
document.write( " of numbers 1,2and3? \n" );
document.write( "
Algebra.Com's Answer #329771 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Possible subsets of {1,2,3} are\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{1,2,3} \n" ); document.write( "{1,2},{1,3},{2,3} \n" ); document.write( "{1},{2},{3} \n" ); document.write( "{ }\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: { } is the empty set. \n" ); document.write( " |