document.write( "Question 912309: find the number of arrangement of the letters of the word CERTIFICATE which begins with c \n" ); document.write( "
Algebra.Com's Answer #553792 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\"CERTIFICATE\" has 11 letters. Since a C must be first, the problem \r\n" ); document.write( "becomes finding the number of distinguishable ways we can follow the\r\n" ); document.write( "C with the 10 other letters. That is the same as the problem:\r\n" ); document.write( "\r\n" ); document.write( "Find the number of distinguishable arrangements of \"ERTIFICATE\"\r\n" ); document.write( "\r\n" ); document.write( "\"ERTIFICATE\" has 10 letters, including 2 indistinguishable E's, 2\r\n" ); document.write( "indistinguishabe T's and 2 indistinguishable I's. We divide 10! by\r\n" ); document.write( "the factorials of all these.\r\n" ); document.write( "\r\n" ); document.write( "Answer:\n" ); document.write( " |