document.write( "Question 761742: 4. How many 3-letter code words are possible using the first 8 letters of the alphabet if
\n" );
document.write( "a) No letter can be repeated ?
\n" );
document.write( "b) Letters can be repeated ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #463544 by ramkikk66(644)![]() ![]() ![]() You can put this solution on YOUR website! Using ABCDEFGH\r \n" ); document.write( "\n" ); document.write( "a) If no letter can be repeated: \n" ); document.write( "First letter of he 3 letter combo can be chosen in 8 ways. \n" ); document.write( "Second letter can be chosen only in 7 ways (because you can't repeat the 1st letter) \n" ); document.write( "Third letter can be chosen in 6 ways. \n" ); document.write( "So, total number of combinations = \n" ); document.write( "\n" ); document.write( "b) If letters can be repeated, each letter of the combination can be chosen in 8 ways, so the number of combinations is \n" ); document.write( "\n" ); document.write( ":) \n" ); document.write( " |