document.write( "Question 750500: how many permutations are there of the letters in CALIFORNIA? \n" ); document.write( "
Algebra.Com's Answer #456622 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 10 letters where\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A shows up twice\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I shows up twice\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are (10!)/(2!*2!) = 907,200 permutations \n" ); document.write( " |