document.write( "Question 577886: How many different arrangements of the letters a, b, c, d, e, f, end with a? How many different arrangements end with a and with f? \n" ); document.write( "
Algebra.Com's Answer #370366 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
There are 5! = 5*4*3*2*1 = 120 different arrangements that end with 'a'.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The same applies to f. There are 120 different arrangements that end with f.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also, there are 4! = 4*3*2*1 = 24 arrangements that end with af
\n" ); document.write( "
\n" );