document.write( "Question 870046: find the difference between the largest odd number of 3 digits and the smallest even number of 3 digits
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #524648 by ben720(159)\"\" \"About 
You can put this solution on YOUR website!
To find the smallest even 3-digit number, start from the first and check to see if it is even.
\n" ); document.write( "100. It is even. the smallest 3-digit even number is 100.
\n" ); document.write( "To find the largest odd 3-digit number, start from the last and check to see if it is odd.
\n" ); document.write( "999. It is odd. The largest 3-digit odd number is 999.
\n" ); document.write( "To find the difference, subtract the lower from the higher.
\n" ); document.write( "\"999-100\"
\n" ); document.write( "\"899\"
\n" ); document.write( "

899

\n" ); document.write( "
\n" );