SOLUTION: Consider the integers from 1 to 100 inclusive. What is the difference between the sum of all the even integers and the sum of all the odd integers? A. 1 B. 2 C. 0 D. 4 • E. 50

Algebra.Com
Question 285791: Consider the integers from 1 to 100 inclusive. What is the difference between the sum of all the even integers and the sum of all the odd integers?
A. 1 B. 2 C. 0 D. 4 • E. 50

Answer by nabla(475)   (Show Source): You can put this solution on YOUR website!
Let's denote our odds as:
SUM(k=0->49)[2k+1]
and our evens as:
SUM(k=0->50)[2k]
So, we want to evaluate:
SUM(k=0->50)[2k]-SUM(k=0->49)[2k+1]
this is equivalent to:
2*SUM(k=0->50)[k]-2SUM(k=0->49)[k]-50
which is moreover equivalent to:
2*50+2*SUM(k=0->49)[k]-2SUM(k=0->49)[k]-50
Our summation notation cancels, and we are left with 100-50=50. So we shall pick E as the solution.
If these properties of series are unfamiliar, note first that SUM(k=0->49)[1] is 1 added up 50 times (=50). Moreover, When we easily remove first or last members of the series by simply adding the term, hence 2*SUM(k=0->50)[k]=2*50+SUM(k=0->49)[k].
Hope this helps.

RELATED QUESTIONS

What is the sum of all consecutive even integers between 1 and 100... (answered by ewatrrr)
What is the sum of all consecutive even integers between 1 and 100... (answered by josmiceli,MathLover1,MathTherapy)
What is the product of all the even integers from -6 to 7,... (answered by Alan3354)
What is the difference between the sum of all postive odd integers less than 102 and the... (answered by Alan3354,Edwin McCravy)
If x is the sum of the integers from 1 to 79, inclusive, and y is the sum of the integers (answered by josgarithmetic)
Find the sum of positive integers between 100 and 999 inclusive which are... (answered by ikleyn)
If the sum of all integers from 1 to 1,000, inclusive, is x, then which expression... (answered by oscargut)
The sum of the positive odd integers less than 100 is subtracted from the sum of the... (answered by vleith)
Find the sum of all positive even integers from 1-100 (answered by Alan3354,MathLover1)