document.write( "Question 1070660: 1.How many positive four-digit integers can be formed if there are no restrictions?
\n" ); document.write( "2.Assume that a license plate consists of 3 letters followed by 3 digits (the first of which cannot be 0). How many such license plates can be made?
\n" ); document.write( "

Algebra.Com's Answer #685719 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Each digit can range from 0-9, assuming leading zeros are acceptable (0000,0001,...),
\n" ); document.write( "\"N=10%2A10%2A10%2A10=10%5E4=10000\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"N=26%2A26%2A26%2A9%2A10%2A10=15818400\"
\n" ); document.write( "
\n" );