document.write( "Question 473711: Find the number of subsets the set has. {1, 2, 3, 4, 5, 6, 7, 8, 9} \n" ); document.write( "
Algebra.Com's Answer #324915 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the number of subsets the set has. {1, 2, 3, 4, 5, 6, 7, 8, 9} \n" ); document.write( "---- \n" ); document.write( "Each of the elements is either in or not in a subset: \n" ); document.write( "--- \n" ); document.write( "# of subsets = 2^9 = 512 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |