document.write( "Question 251382: A test has 20 questions and students are asked to answer only 7 of them. In how many ways can a student choose the seven? \n" ); document.write( "
Algebra.Com's Answer #183042 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=n!/((n-r)!r!) Combination of n things taken r at a time. \n" ); document.write( "20!/(13!*7!) \n" ); document.write( "=77,520 ways \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |