document.write( "Question 1054227: How many subsets of set S = {a, b, c, d} can be formed? Give examples of 5 subsets that can be formed from set S.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #669421 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! 4 elements so you can have \n" ); document.write( "{a} \n" ); document.write( "{b} \n" ); document.write( "{c} \n" ); document.write( "{d} \n" ); document.write( "{a,b,d} \n" ); document.write( " \n" ); document.write( " |