NoHalfMeasures
The sum S of the arithmetic sequence a, a+d, a+2d,..., a+(n-1)d is give by Sn = n/2(2a + (n-1)*d) = . What is the sum of the integers 1 to 100 inclusive, with the even integers between 25 and 63 omitted.
A. 4345
B. 4302
C. 4258
D. 4214
E. 4170
We can find the sum of the integers 1 to 100 inclusive and subtract from it the sum of the even integers between 25 and 63 (i.e., the even integers from 26 to 62 inclusive).
Using the formula given in the question for the sum of the integers 1 to 100 inclusive, we let a = 1, d = 1, and n = 100; thus, the sum is:
100/2[2(1) + (100 - 1)(1)] = 50(101) = 5050
To calculate the sum of the even integers 26 to 62 inclusive, we let a = 26, d = 2, and n = (62 - 26)/2 + 1 = 19; thus, the sum is:
19/2[26(2) + (19 - 1)(2)] = 19/2(88) = 19(44) = 836
Therefore, the sum of the integers from 1 to 100 inclusive, with the sum of the even integers between 25 and 63 omitted, is:
5050 - 836 = 4214
Note: We don’t need to use the formula given in the problem; we can use the basic formula for the sum of an evenly spaced set of numbers, sum = quantity x average. For example, for the sum of the integers 1 to 100 inclusive, quantity = 100 and average = (1 + 100)/2 = 50.5. Thus, sum = 100 x 50.5 = 5050.
Answer: D