Bunuel
For the sequence a1, a2, a3 ... an, an is defined by \(a_n=n+2\) for all even integers and \(a_n=n−1\) for all odd integers for all integers n≥1. What is the sum of the first 10 terms of this sequence?
A. 20
B. 40
C. 56
D. 60
E. 62
We are given the following sequence:
a(n) = n + 2 for all even integers n, and a(n) = n - 1 for all odd integers n. We need to determine the sum of the first 10 terms of the sequence. Let’s start with a(1).
a(1) = 0
a(2) = 4
a(3) = 2
a(4) = 6
a(5) = 4
a(6) = 8
a(7) = 6
a(8) = 10
a(9) = 8
a(10) = 12
Thus, the sum is 60.
Alternate solution:
If we assume that a(n) = n, regardless of whether n is odd or even, then the sum of the first 10 terms will be the sum of the first 10 positive integers. That is, the sum will be 1 + 2 + 3 + … + 10 = 55. Notice that there are 5 even and 5 odd numbers in the first 10 positive integers. However, since we are given that a(n) = n + 2 for even values of n and a(n) = n - 1 for odd values of n, for each even value of n we need to add 2 and for each odd value of n we need to subtract 1. That is, we need to modify the sum (55) by adding 5 x 2 = 10 to it and subtracting 5 x 1 = 5 from it. Thus, the sum we seek is:
55 + 10 - 5 = 60
Answer: D