document.write( "Question 962619: Which are the two nearest numbers to 2000 which are divisible by 2,3,5,7 \n" ); document.write( "
Algebra.Com's Answer #588321 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N=2000%2F%282%2A3%2A5%2A7%29=2000%2F70=9.523\"
\n" ); document.write( "\"N%5B1%5D=2%2A3%2A5%2A7%2A9=1890\"
\n" ); document.write( "\"N%5B2%5D=2%2A3%2A5%2A7%2A10=2100\"
\n" ); document.write( "
\n" );