document.write( "Question 977863: Please help me solve this :\r
\n" );
document.write( "\n" );
document.write( "List Down all the possible subsets of the following :\r
\n" );
document.write( "\n" );
document.write( "1. A= {love,care,respect}
\n" );
document.write( "2. B= {do,re,mi,fa,so}
\n" );
document.write( "3. C= {USA,RP,USSR,HK} \n" );
document.write( "
Algebra.Com's Answer #599442 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! List Down all the possible subsets of the following :\r \n" ); document.write( "\n" ); document.write( "1. 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( "================= \n" ); document.write( "Do the others the same way. \n" ); document.write( "2. B= {do,re,mi,fa,so} \n" ); document.write( "3. C= {USA,RP,USSR,HK} \n" ); document.write( " |