document.write( "Question 755312: Decide whether you would use a permuation, a combination, or neither. Next, write the solution using permutation notation or combination notation, if possible, and, finally, answer the question.\r
\n" );
document.write( "\n" );
document.write( "In how many ways can six books be arranged on a bookshelf?\r
\n" );
document.write( "\n" );
document.write( "____________ways \n" );
document.write( "
Algebra.Com's Answer #459598 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! In how many ways can six books be arranged on a bookshelf\r \n" ); document.write( "\n" ); document.write( "this is a factorial problem \n" ); document.write( "6*5*4*3*2*1 = 720 ways the books can be arranged \n" ); document.write( " \n" ); document.write( " |