document.write( "Question 1041382: The access code for a car's security system consists of five digits. The first digit cannot be 3 and the last digit must be even. How many different codes are available? \n" ); document.write( "
Algebra.Com's Answer #656338 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
For the first entry, 9 values are available.
\n" ); document.write( "For the second through fourth entry, 10 values are available.
\n" ); document.write( "For the fifth entry, 5 values are available.
\n" ); document.write( "\"N=9%2A10%2A10%2A10%2A5\"
\n" ); document.write( "\"N=45000\"
\n" ); document.write( "
\n" );