document.write( "Question 1056515: Each letter of the word LEARN is printed on one of 5 cards. How many 3-,4-,or 5-letter code words can be formed? \r
\n" ); document.write( "\n" ); document.write( "\"thank you tutors\"
\n" ); document.write( "

Algebra.Com's Answer #671629 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "3-letter codes:\r\n" );
document.write( "\r\n" );
document.write( "Choose the first card 5 ways.\r\n" );
document.write( "Choose the second card any of the remaining 4 ways.\r\n" );
document.write( "Choose the third card any of the remaining 3 ways.\r\n" );
document.write( "\r\n" );
document.write( "That's 5*4*3 = 60\r\n" );
document.write( "\r\n" );
document.write( "------------------------\r\n" );
document.write( "\r\n" );
document.write( "4-letter codes:\r\n" );
document.write( "\r\n" );
document.write( "Choose the first card 5 ways.\r\n" );
document.write( "Choose the second card any of the remaining 4 ways.\r\n" );
document.write( "Choose the third card any of the remaining 3 ways.\r\n" );
document.write( "Choose the fourth card either of the remaining 2 ways.\r\n" );
document.write( "\r\n" );
document.write( "That's 5*4*3*2 = 120\r\n" );
document.write( "\r\n" );
document.write( "-------------------------\r\n" );
document.write( "\r\n" );
document.write( "5-letter codes:\r\n" );
document.write( "\r\n" );
document.write( "Choose the first card 5 ways.\r\n" );
document.write( "Choose the second card any of the remaining 4 ways.\r\n" );
document.write( "Choose the third card any of the remaining 3 ways.\r\n" );
document.write( "Choose the fourth card either of the remaining 2 ways.\r\n" );
document.write( "Choose the fifth card that 1 remaining way.\r\n" );
document.write( "\r\n" );
document.write( "That's 5*4*3*2*1 = 120\r\n" );
document.write( "\r\n" );
document.write( "[Notice that the number of 5-letter codes is the same\r\n" );
document.write( "as the number of 4-letter codes, because for every 4-letter\r\n" );
document.write( "code, just tack on the remaining card and you have a 5-letter\r\n" );
document.write( "code.]\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );