document.write( "Question 281465: How many distinct ordered arrangements can be made with the letters of the word CAPPUCCINO? \n" ); document.write( "
Algebra.Com's Answer #204513 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! How many distinct ordered arrangements can be made with the letters of the word CAPPUCCINO? \r \n" ); document.write( "\n" ); document.write( "cappuccino is 10 letters \n" ); document.write( "c 3 times \n" ); document.write( "p 2 times \n" ); document.write( "a 1 time \n" ); document.write( "u 1 time \n" ); document.write( "i 1 time \n" ); document.write( "n 1 time \n" ); document.write( "o 1 time \n" ); document.write( "10!/(3!2!) = 10!/(3*2*2) = 10!/12 = 3628800/12 = 302400 distinct ordered arrangements \n" ); document.write( " \n" ); document.write( " |