You can put this solution on YOUR website! Sum = n/2 (t1 + t2) where n = total no. of terms, t1 = first term, t2 = last term
:
remember zero is neither positive or negative
The first number in your series is 1 and the last number in your series is 10.
The second number in your series is 2 and the second to the last is 9.
Since you have 10 numbers total, you have half that many, or 5 such pairs that add up to 11.
This works in general. If you want the sum of a series of integers, add the first number to the last number, multiply that sum by the number of numbers in the series, and then divide by 2. Symbolically:
where is the first number, is the last number, and is the number of numbers in the series.