In a sequence, each term is obtained ..

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 70
Joined: Mon Mar 30, 2009 9:00 am
Thanked: 2 times

In a sequence, each term is obtained ..

by figs » Tue May 26, 2009 5:52 am
In a sequence, each term is obtained by adding 4 to the preceding one. If the sum of the first 10 terms is equal to 80, what is the result of the addition of the first 40 terms?
A. 94
B. 320
C. 2,720
D. 27,200
E. 54,400

can anyone explain the procedure? what's about the sum of a aritmetic sequence?

User avatar
Master | Next Rank: 500 Posts
Posts: 472
Joined: Sun Mar 29, 2009 6:54 pm
Thanked: 56 times

by ssmiles08 » Tue May 26, 2009 6:44 am
The formula for the sum of the first n terms is (n/2)(2a + (n-1)*d)

where a = the first term
d = difference

So we first have to figure out a. (10/2)[2*a + (9*4)] = 80; a = -10

we use the same formula to figure out the sum of the first 40 terms

s = (40/2)[2*(-10) + (39*4)] = 2720

Master | Next Rank: 500 Posts
Posts: 101
Joined: Tue Apr 07, 2009 12:30 am
Thanked: 2 times
GMAT Score:750

by Svedankae » Thu Jun 04, 2009 11:47 pm
I dont really get the formula, however i have an alternative suggestion... you can think of it this way.

x
+ (x+4)
+ (x+4+4)
+ (x+4+4+4)
... and so on
= 80

So if you put it more simply this becomes: 10*x +(9*5)*4 = 80

(if 9*5 is not obvious to you try to think about how many fours there will be in all ten lines... you will end up at 45)


==> x = -10


So for the first 40 lines that means:

40*x + (39*20)*4 = 2,720

(Again 39*20 is the number of all the fours that there will be in the 40 lines. I thought about it as an average. There are 39 lines in which fours make an appereance. On average (since its always one more four than in the line before) there are 20 fours. Since average * number of terms = total you end up at 39*20.


Hope that was clear. :-)