SOLUTION: If I adding odd numbers from -7 to 101. Can you show me how to get the sum the quickest way possible?

Algebra.Com
Question 329452: If I adding odd numbers from -7 to 101. Can you show me how to get the sum the quickest way possible?
Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
If I adding odd numbers from -7 to 101. Can you show me how to get the sum the quickest way possible?
---
-7,-5,-3.........95,97,99
===============================
Add the 1st and the last to get 92
Add the 2nd and the next to last to get 92
-----
Add the 3rd and the 2nd to last to get 92
-----
The sum of each of the pairs is 92
---
How many pairs are there?
Find the number of terms using a(n)= a(1) + (n-1)d
99 = -7+(n-1)2
106 = (n-1)2
53 = n-1
n = 54
So there are 54 terms in the series.
So there are 27 pairs of terms.
-----
So the sum of all the pairs is:
27*92 = 2484
===================
A German mathematician named Euler figured
this out in grade school.
Formula: S(n) = (n/2)(first + last)
Try it with shorter series like 1,2,3,4
===================================
Cheers,
Stan H.

RELATED QUESTIONS

How do you find the sum of the odd numbers from 19 to 101. I need a formula to turn... (answered by math_helper)
How can we get a sum of 30 by adding odd numbers from 1 to 15 and repeating any number... (answered by JulietG)
How can we get a sum of 30 by adding odd numbers from 1 to 15 and repeating any number... (answered by Alan3354)
what is the sum of the whole numbers from 1 to 100 ? if it is even or odd also how can I... (answered by solver91311)
{{{6xsquared + x-2=0}}} is the equation. I don't know how to show that the 6x is squared... (answered by bucky)
Take a look at the following sums: 1=1 1+3=4 1+3+5=9 1+3+5+7=16 1+3+5+7+9=25... (answered by ikleyn)
`Take a look at the following sums: 1=1 1+3=4 1+3+5=9 1+3+5+7=16 1+3+5+7+9=25... (answered by solver91311)
two numbers are known to me i can tell you that five numbers apart they be and if you... (answered by mananth)
How to get 30 by adding odd numbers (answered by Fombitz)