document.write( "Question 625541: list all the subsets of the set {2,4,6,8} \n" ); document.write( "
Algebra.Com's Answer #393598 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! List of all subsets of set {2,4,6,8}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{2,4,6,8} \n" ); document.write( "{2,4,6}, {2,4,8}, {2,6,8}, {4,6,8} \n" ); document.write( "{2,4}, {2,6}, {2,8}, {4,6}, {4,8}, {6,8} \n" ); document.write( "{2}, {4}, {6}, {8} \n" ); document.write( "{}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: {} is the empty set.\r \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------------------------------------------------- \n" ); document.write( "If you need more help, email me at jim_thompson5910@hotmail.com\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jim \n" ); document.write( "-------------------------------------------------------------------------------------------------------------- \n" ); document.write( " |