document.write( "Question 850026: How many license plates consisting of three letters (uppercase) followed by two digits are possible? \n" ); document.write( "
Algebra.Com's Answer #511890 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 26 letters (upper case only A-Z)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 10 single-digit numbers (0 - 9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So multiply out these values for each slot to get: \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "26*26*26*10*10 = 1,757,600\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which is the total number of combinations (where repeats are allowed) \n" ); document.write( " |