document.write( "Question 342323: What is the sum of the first 500 counting numbers? i.e. The sum of 1+2+3+4+...496+497+498+499+500? How about only the odds: 1+3+5+7+...493+495+497+499? \n" ); document.write( "
Algebra.Com's Answer #245077 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the sum of the first 500 counting numbers? i.e. The sum of 1+2+3+4+...496+497+498+499+500? \n" ); document.write( "That's 500 numbers. \n" ); document.write( "Put them in pairs: \n" ); document.write( "1 & 500 \n" ); document.write( "2 & 499 \n" ); document.write( "3 & 498 etc \n" ); document.write( "There are 250 pairs, each pair = 501 \n" ); document.write( "250*501 = 125250 \n" ); document.write( "-------------------- \n" ); document.write( "How about only the odds: 1+3+5+7+...493+495+497+499? \n" ); document.write( "That's 250 numbers. \n" ); document.write( "Pair them up like above.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |