document.write( "Question 292795: How many different license plates can be made using 2 letters followed by 5 digits selected from the digits 0 through 9, if digits may be repeated but letters may not be repeated? \n" ); document.write( "
Algebra.Com's Answer #211423 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "An example is\r\n" );
document.write( "\r\n" );
document.write( "J S 7 2 0 2 8\r\n" );
document.write( "\r\n" );
document.write( "26 ways to choose any letter to go where the J is, times\r\n" );
document.write( "25 ways to choose any DIFFERENT letter to go where the S is \r\n" );
document.write( "      than the one chosen to go where the J is, times\r\n" );
document.write( "10 ways to choose any digit to go where the 7 is, times\r\n" );
document.write( "10 ways to choose any digit to go where the first 2 is, times\r\n" );
document.write( "10 ways to choose any digit to go where the 0 is, times\r\n" );
document.write( "10 ways to choose any digit to go where the second 2 is, times\r\n" );
document.write( "10 ways to choose any digit to go where the 8 is.  That's\r\n" );
document.write( "\r\n" );
document.write( "26x25x10x10x10x10x10 = 65000000\r\n" );
document.write( "\r\n" );
document.write( "Sixty-five million.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );