document.write( "Question 204428This question is from textbook
\n" );
document.write( ": In how many ways can the letters in the word SCRAMBLE be rearranged? \n" );
document.write( "
Algebra.Com's Answer #154335 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! In how many ways can the letters in the word SCRAMBLE be rearranged? \n" ); document.write( "---------------- \n" ); document.write( "Using all 8 letters? You didn't state that, but I'll assume it. \n" ); document.write( "--------------- \n" ); document.write( "The 1st letter is one of 8, the 2nd 1 of 7, 1 of 6, etc., so the # of ways is \n" ); document.write( "8*7*6...1 = 8! (8 factorial) \n" ); document.write( "8! = 40320 \n" ); document.write( " \n" ); document.write( " |