document.write( "Question 553100: In a certain country, the car number plate is formed by 4 digits from the digits 1,2,3,4,5,6,7,8 and 9 followed by 3 letters from the alphabet. How many number plates can be formed? \n" ); document.write( "
Algebra.Com's Answer #360677 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
There are 9^4*26^3 = 115316136 different plates possible. \n" ); document.write( "
\n" );