SOLUTION: What is the sum of all consecutive even integers between 1 and 100 inclusive?
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: What is the sum of all consecutive even integers between 1 and 100 inclusive?
Log On
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 923651
:
What is the sum of all consecutive even integers between 1 and 100 inclusive?
Answer by
ewatrrr(24785)
(
Show Source
):
You can
put this solution on YOUR website!
{2,4,6...100}}}
Arithmetic d = 2
s[n] = 2 + (n-1)2 = 100
n = 50
S = 25(2 + 100) = 2550