document.write( "Question 916353: imagine the alphabet only consisted of 7 letters abcdefg. If each letter can be use once. how many 4 letter words are possible? \n" ); document.write( "
Algebra.Com's Answer #556021 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! There are 7 ways to choose the 1st letter. \n" ); document.write( "For each of the 7 ways to pick the first letter, \n" ); document.write( "there are 6 ways left to choose the 2nd letter. \n" ); document.write( "For each of the 7*6 ways to pick the first 2 letters, \n" ); document.write( "there are 5 ways left to choose the 3rd letter, \n" ); document.write( "For each of the 7*6*5 ways to pick the first 3 letters, \n" ); document.write( "there are 4 ways left to choose the 4th letter.\r \n" ); document.write( "\n" ); document.write( "In all, that's 7*6*5*4 = 7P4 = 840 ways.\r \n" ); document.write( "\n" ); document.write( "Edwin \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |