SOLUTION: consider the sequence of numbers: 2;5;2;9;2;13;2;17 calculate the sum of the first 100 terms of the sequence

Algebra ->  Sequences-and-series -> SOLUTION: consider the sequence of numbers: 2;5;2;9;2;13;2;17 calculate the sum of the first 100 terms of the sequence       Log On


   



Question 1177107: consider the sequence of numbers: 2;5;2;9;2;13;2;17
calculate the sum of the first 100 terms of the sequence

Found 2 solutions by mccravyedwin, MathLover1:
Answer by mccravyedwin(407) About Me  (Show Source):
You can put this solution on YOUR website!
2,5,2,9,2,13,2,17,...

The sum of the 50 odd numbered terms 

2,_,2,_,2,_,2,_,...2

is 50*2 = 100  <--sum of odd numbered terms (all 2's)

-------------------------

The sum of the 50 even-numbered terms:

5,__,9,__,13,__,17,__,...

That's 50 terms of an arithmetic sequence with common difference 4:

S%5Bn%5D=expr%28n%2F2%29%282a%5B1%5D%2B%28n-1%29d%29

S%5B50%5D=expr%2850%2F2%29%282%2A5%2B%2850-1%294%29

S%5B50%5D=25%2810%2B%2849%294%29

s%5B50%5D=25%2810%2B196%29

s%5B50%5D=25%28206%29

s%5B50%5D=5150  <--sum of even-numbered terms.

------------------

Add them together = 100 + 5150 = 5250  <--answer

Edwin

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!
2,5,2,9,2,13,2,17,...
pattern:
all odd number terms are equal, 2
in 100 terms you have 50 of them; so their sum is 50%2A2=100
all even number terms, you also have 50 of them, have common difference 4;
5
5%2B4=9
9%2B4=13

and so on, and the formula for nth term of an arithmetic progression is
a%5Bn%5D=a%5B1%5D%2Bd%28n-1%29 where a%5B1%5D=5 and d=4
a%5Bn%5D=5%2B4%28n-1%29
a%5Bn%5D=5%2B4n-4
so.a%5Bn%5D=4n%2B1
sum of all even number terms is:
S%5Bn%5D=%28n%2F2%29%282a%5B1%5D%2B4%28n-1%29+%29
S%5B50%5D=%2850%2F2%29%282%2A5%2B4%2850-1%29+%29
S%5B50%5D=5150

add both odd and even terms sums
S%5B100%5D=100%2B5150
S%5B100%5D=5250->the sum of the first 100 terms