document.write( "Question 259364: what is the sum of the first 1,000 consecutive odd numbers? \n" ); document.write( "
Algebra.Com's Answer #190953 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the relevance of consecutive? \n" ); document.write( "How does that differ from the first 1000 odd numbers? \n" ); document.write( "--------------------- \n" ); document.write( "The first 1000 consecutive odd numbers run from 1 to 1999. \n" ); document.write( "Add the extremes: \n" ); document.write( "1 + 1999 = 2000 \n" ); document.write( "3 + 1997 = 2000 \n" ); document.write( "All the pairs add to 2000 \n" ); document.write( "There are 500 pairs. \n" ); document.write( "500*2000 = 1,000,000 \n" ); document.write( " \n" ); document.write( " |