document.write( "Question 1036862: How many 5-digit ZIP codes are possible if the first number cannot be 0 and the last number cannot be 0 or 1?\r
\n" ); document.write( "\n" ); document.write( "64,000
\n" ); document.write( "100,000
\n" ); document.write( "90,000
\n" ); document.write( "72,000
\n" ); document.write( "

Algebra.Com's Answer #651566 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
5 positions, first position can only have 9 choices out of 10.
\n" ); document.write( "Last position can only have 8 choices out of 10.
\n" ); document.write( "\"N=9%2A10%2A10%2A10%2A8\"
\n" ); document.write( "\"N=72000\"
\n" ); document.write( "
\n" );