document.write( "Question 1189014: Find the number n of distinct permutations that can be formed from all the letters of each word:
\n" ); document.write( "a) THEM b) UNUSUAL c) SOCIOLOGICAL
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #820232 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!
a) THEM
\n" ); document.write( "Four unique letters ==> 4! = 4*3*2*1 = 24 unique arrangements\r
\n" ); document.write( "\n" ); document.write( "b) UNUSUAL
\n" ); document.write( "Seven letters where there are three U's, and four other letters. In this case we can compute as if all seven letters are unique AND THEN divide by the number of arrangements of the 3 U's that are indistinguishable:
\n" ); document.write( " 7! / (3!) = 7*6*5*4*3*2*1 / (3*2*1) = 7*6*5*4 = 840\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c) You should have enough to do this one. \r
\n" ); document.write( "\n" ); document.write( "Since there are multiple letters with more than one appearance, you will divide by the product of all those arrangements (for example, for the word REEPER, you would have 6! / (3!*2!) where the denominator comes from the 3 E's and 2 R's)
\n" ); document.write( "
\n" );