document.write( "Question 34907: MUST SOLVE USING PERMUTATIONS\r
\n" ); document.write( "\n" ); document.write( "On a bookshelf there are 9 books. In how many ways can you select 4 books to read in order? \r
\n" ); document.write( "\n" ); document.write( "I would greatly appreciate your assistance with this problem.
\n" ); document.write( "

Algebra.Com's Answer #21129 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Choosing 4 books out of nine can be expressed by:
\n" ); document.write( "\"nPr+=+n%21%2F%28n-r%29%21\" where n = 9 and r = 4
\n" ); document.write( "\"9P4+=+9%21%2F%289-4%29%21\"=\"9%21%2F5%21+=+3024\"
\n" ); document.write( "
\n" );