document.write( "Question 249375: one professor grades homework by randomly choosing 5 out of 15 homework problems to grade. How many different groups of 5 problems can be choosen from the 15 problems? \n" ); document.write( "
Algebra.Com's Answer #181620 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! one professor grades homework by randomly choosing 5 out of 15 homework problems to grade. How many different groups of 5 problems can be choosen from the 15 problems?\r \n" ); document.write( "\n" ); document.write( "The formula for combinations of k things taken from n things is:\r \n" ); document.write( "\n" ); document.write( "C(n,k) = n!/((k!*(n-k)!)\r \n" ); document.write( "\n" ); document.write( "In this case n = 15 and k = 5 so we have:\r \n" ); document.write( "\n" ); document.write( "C(15,5) = 15!/(5!*10!)\r \n" ); document.write( "\n" ); document.write( "You will need to multiply out the factorials and finish the calculation for the final answer. \n" ); document.write( " |