document.write( "Question 1004852: Suppose a car plate contains three distinct letters followed by three digits with first digit not zero. How many different car number plates can be printed? \n" ); document.write( "
Algebra.Com's Answer #621206 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
There are 26 letter possibilities, so that part is
\n" ); document.write( "26 * 26 * 26
\n" ); document.write( "The first number only has 9 possibilities, but the TWO have 10.
\n" ); document.write( "So the grand total is given by
\n" ); document.write( "26*26*26*9*10*10 = 15,818,400
\n" ); document.write( "
\n" );