document.write( "Question 596245: Paulo is putting 8 books on a bookshelf.In how many different arrangements can he put the books? \n" ); document.write( "
Algebra.Com's Answer #377618 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! # of ways to fill the 1st position: 8 \n" ); document.write( "# of ways to fill the 2nd position: 7 \n" ); document.write( ".... \n" ); document.write( ".... \n" ); document.write( "# of ways to fill the last postion: 1 \n" ); document.write( "------- \n" ); document.write( "# of ways to arrange the 8 books: 8*7*6....*2*1 = 8! \n" ); document.write( "==================================================== \n" ); document.write( "Ans: 8P8 = 8!/(8-8)! = 8! = 1 = 40320 \n" ); document.write( "========== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |