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 #288407 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!
no. of ways to pick first book = 20 \r
\n" ); document.write( "\n" ); document.write( "no. of ways to pick second book = 19 ...........( except the first )\r
\n" ); document.write( "\n" ); document.write( "no. of ways to pick third book = 18 .......(except the first and second)\r
\n" ); document.write( "\n" ); document.write( "and so on........\r
\n" ); document.write( "\n" ); document.write( "now, total no. of ways to pick 5 books in a specific order = 20*19*18*17*16\r
\n" ); document.write( "\n" ); document.write( "= 1860480\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "another ways...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "no. of ways to pick 5 books from 20 books in a specific order = 20P5 \r
\n" ); document.write( "\n" ); document.write( "= 20!/15!\r
\n" ); document.write( "\n" ); document.write( "= 1860480\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );