document.write( "Question 977942: determine the number of subsets {2, 4, 6, 8} \n" ); document.write( "
Algebra.Com's Answer #599450 by Alan3354(69443) You can put this solution on YOUR website! Do it like this one: \n" ); document.write( "========================================= \n" ); document.write( "List Down all the possible subsets of the following : \n" ); document.write( " A= {love,care,respect} \n" ); document.write( " 3 elements --> 2^3 = 8 subsets \n" ); document.write( " {} \n" ); document.write( " {L}, {C}, {R} \n" ); document.write( " {LC}, {LR}, {CR} \n" ); document.write( " {LCR} \n" ); document.write( " |