document.write( "Question 1110805: list all subset {10,20}
\n" );
document.write( "{g,e,o,m}
\n" );
document.write( "{a,e,i,o,u} \n" );
document.write( "
Algebra.Com's Answer #725876 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! list all subset {10,20} \n" ); document.write( "----------- \n" ); document.write( "{} empty set \n" ); document.write( "{10} \n" ); document.write( "{20} \n" ); document.write( "{10.20} \n" ); document.write( "========== \n" ); document.write( "Do the others the same way. \n" ); document.write( "Notice the # of subsets = 2^e where e = # of elements. \n" ); document.write( "---------- \n" ); document.write( "{g,e,o,m} \n" ); document.write( "{a,e,i,o,u} \n" ); document.write( " |