For any positive integer n, the sum of the first n positive integers equals n(n+1)/2.
What is the sum of all the even integers between 99 and 301 ?
(A) 10,100
(B) 20,200
(C) 22,650
(D) 40,200
(E) 45,150
Approach #1
We want 100+102+104+....298+300
This equals 2(50+51+52+...+149+150)
From here, a quick way is to evaluate this is to first recognize that there are 101 integers from 50 to 150 inclusive (150-50+1=101)
To evaluate 2(50+51+52+...+149+150) I'll add values in pairs:
....50 + 51 + 52 +...+ 149 + 150
+
150+ 149+ 148+...+ 51 + 50
...200+ 200+ 200+...+ 200 + 200
How many 200's do we have in the new sum? There are 101 altogether.
101x200 = [spoiler]20,200 = B[/spoiler]
Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
