document.write( "Question 971975: Find the subset of a
\n" );
document.write( "if a={1,2,3,4,5,6,7,8,9,10,11} \n" );
document.write( "
Algebra.Com's Answer #594403 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the subset of a \n" ); document.write( "if a={1,2,3,4,5,6,7,8,9,10,11} \n" ); document.write( "-------- \n" ); document.write( "There's no \"the subset,\" there are 2048 subsets. \n" ); document.write( "2^11 = 2048 \n" ); document.write( "------ \n" ); document.write( "Any set that contains any or all of the elements of a is a subset. \n" ); document.write( "eg \n" ); document.write( "{} \n" ); document.write( "{1} \n" ); document.write( "{2} \n" ); document.write( "{1,2} \n" ); document.write( "etc \n" ); document.write( " |