document.write( "Question 1156191: A State's License plates consist of 2 letters followed by 5 digits. How many possible license plates can be issued using this condition? \n" ); document.write( "
Algebra.Com's Answer #778873 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Choose the 1st LETTER 26 ways.\r\n" ); document.write( "and\r\n" ); document.write( "Choose the 2nd LETTER 26 ways.\r\n" ); document.write( "and\r\n" ); document.write( "Choose the 1st DIGIT 10 ways.\r\n" ); document.write( "and\r\n" ); document.write( "Choose the 2nd DIGIT 10 ways.\r\n" ); document.write( "and\r\n" ); document.write( "Choose the 3rd DIGIT 10 ways.\r\n" ); document.write( "and\r\n" ); document.write( "Choose the 4th DIGIT 10 ways.\r\n" ); document.write( "and\r\n" ); document.write( "Choose the 5th DIGIT 10 ways.\r\n" ); document.write( "\r\n" ); document.write( "26∙26∙10∙10∙10∙10∙10 = 67,600,000 license plates possible.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |