document.write( "Question 269904: Suppose an automobile license plate is designed to show a letter of the English alphabet, followed by a five-digit number. How many different license plates can be issued? \n" ); document.write( "
Algebra.Com's Answer #197753 by drk(1908) ![]() You can put this solution on YOUR website! There are 26 letters in the English alphabet \n" ); document.write( "There are 10 digits in our number system. \n" ); document.write( "------ \n" ); document.write( "we want letter - # - # - # - # - # \n" ); document.write( "so we have \n" ); document.write( "26 * 10 * 10 * 10 * 10 * 10 = 2,600,000 options \n" ); document.write( " |