document.write( "Question 1210229: Find the number of subsets of
\n" );
document.write( "S = \{1, 3, 8, 17, 30, 36, 47, 58\},
\n" );
document.write( "so that the sum of the elements in the subset is less than 20. (Note that for the empty subset, we take the sum of the elements as 0.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #851696 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Find the number of subsets of \n" ); document.write( "S = {1, 3, 8, 17, 30, 36, 47, 58}, \n" ); document.write( "so that the sum of the elements in the subset is less than 20. \n" ); document.write( "(Note that for the empty subset, we take the sum of the elements as 0.) \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Looking into the given set, we see that all numbers 30, 36, 47, 58 can be excluded \r\n" ); document.write( "from consideration, since each of them is just greater than 20.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So, the original set of 8 numbers can be reduced to the set of 4 numbers {1, 3, 8, 17}.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "For this set of 4 numbers, the number of all its subsets is\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |