document.write( "Question 389187: Please help me solve this problem.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many distinct arrangements can be made with the letters in the
\n" );
document.write( "palindrome “Madam I’m Adam”? (Disregard the apostrophe and
\n" );
document.write( "capitalization.) \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #275787 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! There are 11 factorial ways to arrange the letters, if they are all distinguishable. However, the A's are indistinguishable, so are the M's, etc. To account for the four A's, we divide by 4! since each permutation is being counted 4! times. Do the same with the M's and D's. Thus the total number is\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "11!/(4!4!2!) \n" ); document.write( " |