document.write( "Question 364481: How many integers from - 3000 to 3000 inclusive are divisible by 3 ? \n" ); document.write( "
Algebra.Com's Answer #259887 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Count from 0 to 3000 for numbers divisible by 3 and then double that number.
\n" ); document.write( "Starting from 3 to 3000 by 3's which is the same as counting from 1 to 1000 by 1's.
\n" ); document.write( "\"N=1000\"
\n" ); document.write( "Double it for -3 to -3000.
\n" ); document.write( "\"N=2000\" numbers.
\n" ); document.write( "
\n" ); document.write( "
\n" );