document.write( "Question 1021798: A license plate consists of two letters followed by four digits. How many licence plates are possible if repetition is not allowed? Note: The plate \"MP 0123\" is allowed \n" ); document.write( "
Algebra.Com's Answer #637531 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Choose the 1st thing as a letter in 26 ways\r\n" );
document.write( "Choose the 2nd thing as another letter in 25 ways\r\n" );
document.write( "Choose the 3rd thing as a digit in 10 ways\r\n" );
document.write( "Choose the 4th thing as another digit in 9 ways\r\n" );
document.write( "Choose the 5th thing as still another digit in 8 ways\r\n" );
document.write( "Choose the 6th thing as still another digit in 7 ways\r\n" );
document.write( "\r\n" );
document.write( "Answer: (26)(25)(10)(9)(8)(7)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );