SOLUTION: compute the sum of the first 100 positive odd integers

Algebra ->  Test -> SOLUTION: compute the sum of the first 100 positive odd integers       Log On


   



Question 221077: compute the sum of the first 100 positive odd integers




Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
the 1st integer is 1, the 100th integer is 199

this means there are 50 pairs of integers whose sum is 1+199 or 200

50 times 200 is 10000