document.write( "Question 265454: what is the sum of the first 500 odd counting numbers? \n" ); document.write( "
Algebra.Com's Answer #195174 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what is the sum of the first 500 odd counting numbers? \n" ); document.write( "------------ \n" ); document.write( "If numbers are the same as \"counting\" numbers, that's from 1 to 999. \n" ); document.write( "If you pair the extremes, you get 250 pairs: \n" ); document.write( "1 + 999 \n" ); document.write( "2 + 998 \n" ); document.write( "3 + 997 \n" ); document.write( "etc. \n" ); document.write( "Each pair is 1000 \n" ); document.write( "250*1000 = 250,000 \n" ); document.write( " \n" ); document.write( " |