document.write( "Question 975763: list all possible subsets of 3 5 7 \n" ); document.write( "
Algebra.Com's Answer #597444 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Since there are \n" ); document.write( "{3}, {5}, {7} \n" ); document.write( "{3,5}, {3,7}, {5,7} \n" ); document.write( "{3,5,7} \n" ); document.write( "Empty Set \n" ); document.write( " |