document.write( "Question 378337: A reading list for a course in world literature has 20 books on it. How many ways can you choose 4 books to read, using Combinations? \n" ); document.write( "
Algebra.Com's Answer #268809 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=n!/((n-r)!r!) \n" ); document.write( "20C4=20!/(16!*4!) \n" ); document.write( "=4,845 ways \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |