document.write( "Question 188540: Sam had 9 sweaters. If he wore one a day for a week, how many permutations are possible?\r
\n" );
document.write( "\n" );
document.write( "My math teacher gave me a sheet of permutations to answer at the end of class and without previous knowledge I am having a very difficult time with these questions. I am asking the one that seems the easiest so that I can try to figure out the remaining. My answer is 36 but I'm not sure if its correct or how I should have gotten there.\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #141369 by edjones(8007)![]() ![]() You can put this solution on YOUR website! With permutations the order in which the objects are arrainged is important. \n" ); document.write( "nPr Arraingement of r objects selected from a total of n objects. \n" ); document.write( "=9P7 \n" ); document.write( "=n(n-1)(n-2)*...*(n-r+1) \n" ); document.write( "=n!/(n-r)! faster than the line above. \n" ); document.write( "=9!/(9-7)! \n" ); document.write( "=9!/2! \n" ); document.write( "=9*8*7*6*5*4*3 \n" ); document.write( "=181440 answer. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |