document.write( "Question 1177665: How many ways are there to arrange all of the letters in the word 'AARDVARK'?
\n" ); document.write( "Is it just 8! or are there restrictions because of the multiple A's
\n" ); document.write( "

Algebra.Com's Answer #806769 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "There are fewer arrangements due to the 3 A's and 2 R's:\r
\n" ); document.write( "\n" ); document.write( "8!/ (3!*2!)
\n" ); document.write( "
\n" );