document.write( "Question 169011: If the letters A, B, C, D, E, and F are used in a five-letter code, how many different codes are possible if repetitions are not permitted?\r
\n" );
document.write( "\n" );
document.write( "a) 625
\n" );
document.write( "b) 720
\n" );
document.write( "c) 7776
\n" );
document.write( "d) 1296\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I am completely confused. \n" );
document.write( "
Algebra.Com's Answer #124644 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If the letters A, B, C, D, E, and F are used in a five-letter code, how many different codes are possible if repetitions are not permitted? \n" ); document.write( "------------------ \n" ); document.write( "For the 1st letter, you can choose one of 6. For the 2nd, one of the remaining 5, then 4, 3, 2. So the possibilities are 6*5*4*3*2*1, or 6! (6 factorial). \n" ); document.write( "That's 720. \n" ); document.write( " |