Last visit was: 24 Apr 2026, 00:08 It is currently 24 Apr 2026, 00:08
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
AlbertNTN
Joined: 02 Mar 2008
Last visit: 12 May 2012
Posts: 126
Own Kudos:
Given Kudos: 1
Concentration: Finance, Strategy
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
judokan
Joined: 19 Mar 2008
Last visit: 04 Nov 2008
Posts: 203
Own Kudos:
Posts: 203
Kudos: 256
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
AlbertNTN
Joined: 02 Mar 2008
Last visit: 12 May 2012
Posts: 126
Own Kudos:
Given Kudos: 1
Concentration: Finance, Strategy
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
durgesh79
Joined: 27 May 2008
Last visit: 14 Dec 2021
Posts: 229
Own Kudos:
Posts: 229
Kudos: 647
Kudos
Add Kudos
Bookmarks
Bookmark this Post
AlbertNTN
hi there, anyone can help?

can you provide options. backsolving or plugging can be a good approach in this question.
User avatar
IanStewart
User avatar
GMAT Tutor
Joined: 24 Jun 2008
Last visit: 17 Apr 2026
Posts: 4,143
Own Kudos:
11,276
 [1]
Given Kudos: 99
Expert
Expert reply
Posts: 4,143
Kudos: 11,276
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
First, notice that the definition of the nth term is just a weighted average of the two previous terms. That is, the nth term will always be between the (n-1)st term and the (n-2)nd term, and will be twice as far from the (n-2)nd term as it is from the (n-1)st term. In other words, if a, b, c are three consecutive terms in the sequence, we will always have:

|c-a| = 2|c-b| (in other words, the distances will be in a 2 to 1 ratio)
and either a < c < b or b < c < a

So if b_1 = 10, b_2 = 20, then:

b_3 = 10 + (2/3)(20 - 10) [b_3 is 10 plus 2/3rds of the distance between 10 and 20]
b_4 = 10 + (2/3)(10) + 1/9(10) [the distance from b_2 to b_3 is 1/3 of the distance from b_1 to b_2]
b_5 = 10 + (2/3)(10) + (1/9)(10) - (1/27)(10)
b_6 = 10 + (2/3)(10) + 1/9(10) - (1/27)(10) + (1/81)(10)

and so on.

In general, for i > 2,
b_i = 50/3 + SUM_(k from 2 to i-2) [(-1)^k * 10 * (1/3^k)]

This sum converges very quickly. If we work out the sum over an infinite number of terms, we'll get an excellent approximation of b_15. Rewriting:

b_i = 50/3 + 10*SUM_(k from 2 to i-2) [(-1)/3]^k

Let S = SUM_(k from 2 to i-2) [(-1)/3]^k
S = (1/3^2 - 1/3^3) + (1/3^4 - 1/3^5) + (1/3^6 - 1/3^7) + ...
S = 2/3^3 + 2/3^5 + 2/3^7 + ...
S = 2(1/3^3 + 1/3^5 + 1/3^7 + ...)
S = 2[1/3^3 + (1/3^2)(1/3^3 + 1/3^5 + 1/3^7 + ...)]
S = 2(1/3^3 + (1/3^2)(S/2))
S = 2/27 + S/9
8S/9 = 2/27
S = 1/12

(or you could just use a formula for the sum of an alternating series here).

So limit(i --> infinity) b_i = 50/3 + 10*(1/12) = 100/6 + 5/6 = 17.5

b_15 will be *very* close to 17.5. Working out the exact value of b_15 is a bit annoying, but you can do it following the method above; I find that it's equal to:

(82*3^6 + 10)(20/3^13)

Still, I'd use the answer choices in a question like this - and would never expect to see such a question on the GMAT!
User avatar
durgesh79
Joined: 27 May 2008
Last visit: 14 Dec 2021
Posts: 229
Own Kudos:
Posts: 229
Kudos: 647
Kudos
Add Kudos
Bookmarks
Bookmark this Post
good explanation Ian.
A quick help from MS excel gives the answer 17.5 (well almost )

n b_n
1 10
2 20
3 16.66666667
4 17.77777778
5 17.40740741
6 17.53086420
7 17.48971193
8 17.50342936
9 17.49885688
10 17.50038104
11 17.49987299
12 17.50004234
13 17.49998589
14 17.50000470
15 17.49999843
User avatar
AlbertNTN
Joined: 02 Mar 2008
Last visit: 12 May 2012
Posts: 126
Own Kudos:
Given Kudos: 1
Concentration: Finance, Strategy
Kudos
Add Kudos
Bookmarks
Bookmark this Post
systematic explanation. Thanks. I got fr my friend's hand-written doc, and no A, B, C, D, E choices also...
User avatar
spriya
Joined: 17 Jun 2008
Last visit: 18 Nov 2010
Posts: 615
Own Kudos:
Posts: 615
Kudos: 3,092
Kudos
Add Kudos
Bookmarks
Bookmark this Post
AlbertNTN
Collected some where online, i have no quick solution for it :(

b1=10; b2=20
bn=[b(n-2) + 2*b(n-1)]/3
...
b3=(b1+2*b2)/3

Find the 15th item of the sequence

at n=3 ,b3=[b+4*b]/3=5b/3
5b/3= (10+40)/3 => b=10

now b15= [10*(13)+ (20*(14))]/3=410/3
This is the quickest i can work out :)



Archived Topic
Hi there,
This topic has been closed and archived due to inactivity or violation of community quality standards. No more replies are possible here.
Where to now? Join ongoing discussions on thousands of quality questions in our Quantitative Questions Forum
Still interested in this question? Check out the "Best Topics" block above for a better discussion on this exact question, as well as several more related questions.
Thank you for understanding, and happy exploring!