document.write( "Question 292511: Without writing them all out, what is the number of subsets of set A = {tongue, ear, mouth, eye, nose}
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #211261 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Without writing them all out, what is the number of subsets of set A = {tongue, ear, mouth, eye, nose} \n" ); document.write( "--------------- \n" ); document.write( "Each of the 5 elements is either \"in\" or \"not in\" each subset. \n" ); document.write( "-- \n" ); document.write( "So there are 2 choices for each element. \n" ); document.write( "--- \n" ); document.write( "And there are 5 elements. \n" ); document.write( "--- \n" ); document.write( "So there are 2^5 = 32 different subsets including the empty subset. \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( "=============================== \n" ); document.write( " |