document.write( "Question 479049: what is the sum of the first 1,800 consecutive numbers? \n" ); document.write( "
Algebra.Com's Answer #328270 by Alan3354(69443) You can put this solution on YOUR website! If you mean the integers 1 to 1800: \n" ); document.write( "There are 1800 of them \n" ); document.write( "Make 900 pairs, 1 & 1800, 2 & 1799, etc \n" ); document.write( "you have 900 pairs and each pair = 1801 \n" ); document.write( "Sum = 900*1801 = 1620900 \n" ); document.write( " |