document.write( "Question 1064942: generate all the subsets of A={a,b,c,d,e,f,g,h,i} \n" ); document.write( "
Algebra.Com's Answer #680030 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! There are 512 of them. \n" ); document.write( "Do it like this: \n" ); document.write( " \r\n" ); document.write( "a b c d e f g h i \r\n" ); document.write( "0 0 0 0 0 0 0 0 0 {}\r\n" ); document.write( "0 0 0 0 0 0 0 0 1 {i}\r\n" ); document.write( "0 0 0 0 0 0 0 1 0 {h}\r\n" ); document.write( "0 0 0 0 0 0 0 1 1 {h,i}\r\n" ); document.write( ".\r\n" ); document.write( ".\r\n" ); document.write( ".\r\n" ); document.write( "1 1 1 1 1 1 1 1 1 {a,b,c,d,e,f,g,h,i}\r\n" ); document.write( " \n" ); document.write( "Count in binary. \n" ); document.write( " \n" ); document.write( " |