document.write( "Question 259364: what is the sum of the first 1,000 consecutive odd numbers? \n" ); document.write( "
Algebra.Com's Answer #190928 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! The first 1000 consecutive odd numbers run from 1 to 1999. \n" ); document.write( "The first 1000 consecutive even numbers run from 2 to 2000. \n" ); document.write( "The sum of numbers from 1 to 2000 is, \n" ); document.write( " \n" ); document.write( "Each even number is 1 greater than each odd number like \n" ); document.write( "1, 2 \n" ); document.write( "3, 4 \n" ); document.write( "Each even number is an odd number plus one. \n" ); document.write( "So then the total sum is the sum of all the odds twice plus 1000. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "where OS is odds summed from 1 to 1999 and ES is the evens summed from 2 to 2000. \n" ); document.write( " |