document.write( "Question 409744: A student must pick 5 books out of 20 to read in a specific order. How many ways could the student do this? \n" ); document.write( "
Algebra.Com's Answer #288315 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A student must pick 5 books out of 20 to read in a specific order. How many ways could the student do this?
\n" ); document.write( "---
\n" ); document.write( "# of ways to pick 5 books of 20 = 20C5
\n" ); document.write( "---
\n" ); document.write( "# of ways to read the 5 is a specific order: 5!
\n" ); document.write( "---------------
\n" ); document.write( "Ans: 20C5*5! = 1,860,480 ways
\n" ); document.write( "-------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "============
\n" ); document.write( "
\n" );