document.write( "Question 1099799: How many subsets can be made from a set of six elements, including the null set and the set itself
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #714291 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Each element is either included or not in a subset. \n" ); document.write( "--> 2^6 = 64 \n" ); document.write( " |