Another sequence problem

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 37
Joined: Sat Apr 24, 2010 8:27 am

Another sequence problem

by GmatTakerNo.1 » Mon May 03, 2010 10:47 am
Given a sequence 1, 2, 4, 8, 16, 32,..., each subsequent term after the first term is twice the previous term. What is the sum of the 16th 17th and 18th terms in the sequence?
a) 248
b) 3×217
c) 7×216
d) 3×216
e) 7×215

Answer is E. What is the fastest approach for this?
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 32
Joined: Sun Aug 10, 2008 5:36 am
Thanked: 1 times

by susantaiitk » Mon May 03, 2010 11:05 am
this should be easy.

Tn = 2^(n-1)

now easy to do the sum

Senior | Next Rank: 100 Posts
Posts: 37
Joined: Sat Apr 24, 2010 8:27 am

by GmatTakerNo.1 » Mon May 03, 2010 11:13 am
yeah ok, then I get 2^15+2^16+2^17

How can I symplify this to get 7*2^15?

User avatar
Master | Next Rank: 500 Posts
Posts: 170
Joined: Wed Jun 10, 2009 5:59 am
Thanked: 13 times

by iamseer » Mon May 03, 2010 11:30 am
something is wrong with your answer options.

sum of 16th, 17th, 18th term would be

2^15+2^16+ 2^17 = 2^15(1+2+4) = 2^15*7
"Choose to chance the rapids and dance the tides"

Senior | Next Rank: 100 Posts
Posts: 37
Joined: Sat Apr 24, 2010 8:27 am

by GmatTakerNo.1 » Mon May 03, 2010 11:34 am
yeah thanks, I forgot the sign "^" between the 2 and the powers in the answer choices.

User avatar
GMAT Instructor
Posts: 3225
Joined: Tue Jan 08, 2008 2:40 pm
Location: Toronto
Thanked: 1710 times
Followed by:614 members
GMAT Score:800

by Stuart@KaplanGMAT » Mon May 03, 2010 3:52 pm
GmatTakerNo.1 wrote:yeah ok, then I get 2^15+2^16+2^17

How can I symplify this to get 7*2^15?
You simplify by factoring out 2^15 (the smallest power) from the 3 terms:

2^15 = 1*2^15
2^16 = 2^(1+15) = 2^1 * 2^15 = 2*2^15
2^17 = 2^(2+15) = 2^2 * 2^15 = 4*2^15

Adding them up:

1*2^15 + 2*2^15 + 4*2^15 = (1+2+4)*2^15 = 7*2^15
Image

Stuart Kovinsky | Kaplan GMAT Faculty | Toronto

Kaplan Exclusive: The Official Test Day Experience | Ready to Take a Free Practice Test? | Kaplan/Beat the GMAT Member Discount
BTG100 for $100 off a full course

Master | Next Rank: 500 Posts
Posts: 268
Joined: Wed Mar 17, 2010 2:32 am
Thanked: 17 times

by this_time_i_will » Mon May 03, 2010 4:53 pm
GmatTakerNo.1 wrote:Given a sequence 1, 2, 4, 8, 16, 32,..., each subsequent term after the first term is twice the previous term. What is the sum of the 16th 17th and 18th terms in the sequence?
a) 248
b) 3×217
c) 7×216
d) 3×216
e) 7×215

Answer is E. What is the fastest approach for this?
Just to generalize for any give GP:
Tn = a*r^(n-1); where a = first term, n = nth term and r is common ratio. for this problem common ratio = 2.

Legendary Member
Posts: 610
Joined: Fri Jan 15, 2010 12:33 am
Thanked: 47 times
Followed by:2 members

by kstv » Tue May 04, 2010 5:51 pm
nth term in the series = 2^(n-1)
16th term = 2^(n-1) = 2^(16-1) = a
17th term = 2a , 18th term = 4a
Sum of 16th to 18th term = 7a = 7*2^15