document.write( "Question 1202902: If the letter E can never be first or last, how many distinct arrangements of the letters A, B, C, D, E, and
\n" );
document.write( "F are possible?\r
\n" );
document.write( "\n" );
document.write( "(A) 120
\n" );
document.write( "(B) 240
\n" );
document.write( "(C) 480
\n" );
document.write( "(D) 600
\n" );
document.write( "(E) 720 \n" );
document.write( "
Algebra.Com's Answer #838104 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "\"... arrangements of the letters A, B, C, D, E, and F...\" means the 6 letters are used once each.... \n" ); document.write( "Place the letters in positions using the restrictions first. \n" ); document.write( "E can't be first, so there are 5 choices for the first letter. \n" ); document.write( "E can't be last, so there are 4 choices left for the last letter. \n" ); document.write( "(NOTE: the solution will be the same if you choose the last letter first and then the first letter.) \n" ); document.write( "After choosing the first and last letters, there are no other restrictions on the remaining 4 letters, so they can be arranged in any of 4! = 24 ways. \n" ); document.write( "ANSWER: (5)(4)(24) = 480 option C \n" ); document.write( " \n" ); document.write( " |