Last visit was: 23 Apr 2024, 14:07 It is currently 23 Apr 2024, 14:07

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
SORT BY:
Date
Tags:
Show Tags
Hide Tags
User avatar
Manager
Manager
Joined: 28 Aug 2010
Posts: 124
Own Kudos [?]: 3525 [74]
Given Kudos: 11
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 92883
Own Kudos [?]: 618584 [33]
Given Kudos: 81563
Send PM
Tutor
Joined: 16 Oct 2010
Posts: 14816
Own Kudos [?]: 64882 [10]
Given Kudos: 426
Location: Pune, India
Send PM
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6821
Own Kudos [?]: 29893 [8]
Given Kudos: 799
Location: Canada
Send PM
In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twi [#permalink]
5
Kudos
3
Bookmarks
Expert Reply
Top Contributor
ajit257 wrote:
In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twice the previous term. What is the sum of the 16th, 17th and 18th terms in the sequence ?

A. 2^18
B. 3(2^17)
C. 7(2^16)
D. 3(2^16)
E. 7(2^15)

Could some tell me the basic formula for handling geometric series. Thanks.


First notice the PATTERN:
term_1 = 1 (aka 2^0)
term_2 = 2 (aka 2^1)
term_3 = 4 (aka 2^2)
term_4 = 8 (aka 2^3)
term_5 = 16 (aka 2^4)
.
.
.
Notice that the exponent is 1 LESS THAN the term number.

So, term_16 = 2^15
term_17 = 2^16
term_18 = 2^17

We want to find the sum 2^15 + 2^16 + 2^17
We can do some factoring: 2^15 + 2^16 + 2^17 = 2^15(1 + 2^1 + 2^2)
= 2^15(1 + 2 + 4)
= 2^15(7)
= E

Originally posted by BrentGMATPrepNow on 15 Dec 2017, 09:07.
Last edited by BrentGMATPrepNow on 10 Jan 2020, 06:42, edited 1 time in total.
General Discussion
User avatar
Senior Manager
Senior Manager
Joined: 03 Sep 2006
Posts: 446
Own Kudos [?]: 6772 [0]
Given Kudos: 33
Send PM
Re: In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twi [#permalink]
Given:
\(a_1=2^0=1\);
\(a_2=2^1=2\);
\(a_3=2^2=4\);
...
\(a_n=2^{n-1}\);

Thus \(a_{16}+a_{17}+a_{18}=2^{15}+2^{16}+2^{17}=2^{15}(1+2+4)=7*2^{15}\).

So you don't actually need geometric series formula.

Thanks very Much! This is an excellent approach.
avatar
Manager
Manager
Joined: 21 Oct 2013
Posts: 154
Own Kudos [?]: 212 [0]
Given Kudos: 19
Location: Germany
GMAT 1: 660 Q45 V36
GPA: 3.51
Send PM
Re: In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twi [#permalink]
16th term = 2^15 (since 2^0 = 1). Hence we need 2^15+2^16+2^17.

Now take smaller numbers: 2²+2³+2^4 = 28 = 7*(2²) (which is the first term), hence 7*(2^15) will be right. E.
avatar
Intern
Intern
Joined: 20 May 2014
Posts: 27
Own Kudos [?]: 20 [0]
Given Kudos: 1
Send PM
Re: In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twi [#permalink]
I don't understand where the 2^16 and 2^17 go. and why is a16 + a17 + a18 = 2^15 + 2^16 + 2^17

Note : Sorry I can't do the subscripts for the a's
Intern
Intern
Joined: 22 Jul 2016
Posts: 15
Own Kudos [?]: 47 [0]
Given Kudos: 31
Send PM
Re: In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twi [#permalink]
ajit257 wrote:
In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twice the previous term. What is the sum of the 16th, 17th and 18th terms in the sequence ?

A. 2^18
B. 3(2^17)
C. 7(2^16)
D. 3(2^16)
E. 7(2^15)

Could some tell me the basic formula for handling geometric series. Thanks.



Pattern :
1st term, --------------------------------------, 6th term ,...
can be written as :
1 ,(2) ,(2*2),(2*2*2),(2*2*2*2) , (2*2*2*2*2),...

which again can be written as :
1 , 2^1, 2^2 , 2^3 , 2^4 , 2^5 ,...

Therefore ,
16th term : 2^15 ---(1)
17th term : 2^16 ---(2)
18th term : 2^17 ---(3)

Adding (1),(2) & (3)
2^15 + 2^16 + 2^17 = 2^15(1+ 2^1 + 2^2) = 2^15 ( 1+2+4) = 2^15 (7)

Ans : E
GMAT Club Legend
GMAT Club Legend
Joined: 03 Jun 2019
Posts: 5342
Own Kudos [?]: 3962 [1]
Given Kudos: 160
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Send PM
Re: In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twi [#permalink]
1
Kudos
ajit257
Given: In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twice the previous term.
Asked: What is the sum of the 16th, 17th and 18th terms in the sequence ?
In the sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twice the previous term, therefore it is geometric progression with: 

Initial term a = 1
Common ratio r = 2
nth term \(t_n = a*r^{n-1} = 1*2^{n-1} = 2^{n-1}\)

The sum of the 16th, 17th and 18th terms in the sequence = \(2^{15} + 2^{16} + 2^{17} = 2^{15} (1 + 2 + 4) = 7*2^{15}\)

IMO E­
GMAT Club Bot
Re: In a sequence 1, 2, 4, 8, 16, 32, ... each term after the first is twi [#permalink]
Moderators:
Math Expert
92883 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne