document.write( "Question 750303: How many different arrangements are there of the letters of the word SITTING? How many of these arrangements start with a repeated letter? \n" ); document.write( "
Algebra.Com's Answer #456492 by dkppathak(439)\"\" \"About 
You can put this solution on YOUR website!
total arrangement will be = 7 factorial/2factorialx2factorial=245
\n" ); document.write( "arrangement start with I =5 FACTORIAL/2FACTORIAL=60
\n" ); document.write( "ARRANGEMENT START WITH T= 5 FACTORIAL/2 FACTORIAL =60
\n" ); document.write( "
\n" );