document.write( "Question 1096554: If you were to solve at least 1 but at most 5 problems from this set of 10 problems, how many problem subsets are there that may be solved? \n" ); document.write( "
Algebra.Com's Answer #710988 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!

You need to choose either 1, 2, 3, 4, or 5 of the 10 problems. The numbers of ways to do that are \"10 choose 1\", \"10 choose 2\", ..., and \"10 choose 5\".

\n" ); document.write( "The easiest way to find those numbers is to look at the 5th row of Pascal's Triangle, which begins
\n" ); document.write( "1, 10, 45, 120, 210, 252, ...

\n" ); document.write( "Those numbers are 10 choose 0, 10 choose 1, ..., 10 choose 4, and 10 choose 5.

\n" ); document.write( "So the number of ways to choose at least 1 and at most 5 problems is
\n" ); document.write( "10+45+120+210+252 = 637
\n" ); document.write( "
\n" );