document.write( "Question 756670: list the subsets of u={a,b,c,d,e,f,}
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #460357 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! list the subsets of u={a,b,c,d,e,f,} \n" ); document.write( "---------------- \n" ); document.write( "There are 64 of them. \n" ); document.write( "Start with {}, then \n" ); document.write( "single element sets, then 2, 3, etc. \n" ); document.write( "------------ \n" ); document.write( "You can do it like this: \n" ); document.write( "write the numbers from 0 to 63 in binary \n" ); document.write( "0 0 0 0 0 0 \n" ); document.write( "0 0 0 0 0 1 \n" ); document.write( "0 0 0 0 1 0 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "1 1 1 1 1 1 \n" ); document.write( "Then sub a thru f for 1's in vertical position. \n" ); document.write( " \n" ); document.write( " |