document.write( "Question 1120896: What are the subsets of {2,4,6,8,10,12,14,16,18}? \n" ); document.write( "
Algebra.Com's Answer #736617 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What are the subsets of {2,4,6,8,10,12,14,16,18}? \n" ); document.write( "----------- \n" ); document.write( "The sets that contain at least one of the elements in the given set, plus the null set {} \n" ); document.write( "--> 512 subsets \n" ); document.write( "To list them, use the position and use binary numbers. \n" ); document.write( "0 = element not in the subset \n" ); document.write( "1 = element in the subset \n" ); document.write( "============= \n" ); document.write( "{000000000) \n" ); document.write( "{000000001} \n" ); document.write( "{000000010} \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "{111111111} \n" ); document.write( " \n" ); document.write( " |