Last visit was: 26 Apr 2024, 02:03 It is currently 26 Apr 2024, 02:03

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
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6818
Own Kudos [?]: 29936 [30]
Given Kudos: 799
Location: Canada
Send PM
Most Helpful Reply
Manager
Manager
Joined: 19 Apr 2016
Posts: 206
Own Kudos [?]: 550 [13]
Given Kudos: 59
Location: India
GMAT 1: 570 Q48 V22
GMAT 2: 640 Q49 V28
GPA: 3.5
WE:Web Development (Computer Software)
Send PM
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6818
Own Kudos [?]: 29936 [10]
Given Kudos: 799
Location: Canada
Send PM
General Discussion
Senior Manager
Senior Manager
Joined: 24 Apr 2016
Posts: 255
Own Kudos [?]: 682 [3]
Given Kudos: 48
Send PM
Re: A certain sequence starts with term_1 [#permalink]
2
Kudos
1
Bookmarks
term_1 = 16 ^ (2-1) = 16 ^ 1
term_2 = 16 ^ (4-1) = 16 ^ 3
term_3 = 16 ^ (6-1) = 16 ^ 5

So we see a pattern forming.

question says that (16 ^ 1) * (16 ^ 3) * (16 ^ 5) *.... [16 ^ (2k-1)] = 2^1600 = 16 ^ 400

hence the powers of 16 on the left side add up to 400

1+3+5 +....2k-1 = 400

Using the formula :: n/2 [2+(n-1)2] = 400

n/2[2+2n-2] = 400 ==> n/2[2n] = 400 ==> n^2 = 20^2 ==> n=20

Answer is C) 20
Intern
Intern
Joined: 20 Feb 2017
Posts: 14
Own Kudos [?]: 13 [3]
Given Kudos: 19
Location: India
Concentration: Operations, International Business
GMAT 1: 560 Q47 V21
GPA: 3.05
WE:Other (Entertainment and Sports)
Send PM
A certain sequence starts with term_1 [#permalink]
3
Kudos
Since,

nth term = term_n = 16^(2n - 1), the series will be 16,16^3,16^5,16^7,.....

Product of 2 terms = 16^4
Product of 3 terms = 16^9
Product of 4 terms = 16^16
Product of n terms = 16^n^2

2^1600 = 16^400
ie; n^2 = 400, so n or here k = 20
Manager
Manager
Joined: 13 Dec 2013
Posts: 102
Own Kudos [?]: 126 [1]
Given Kudos: 122
Location: United States (NY)
Concentration: General Management, International Business
GMAT 1: 710 Q46 V41
GMAT 2: 720 Q48 V40
GPA: 4
WE:Consulting (Consulting)
Send PM
Re: A certain sequence starts with term_1 [#permalink]
1
Kudos
0akshay0 wrote:
GMATPrepNow wrote:
A certain sequence starts with term_1

For any term in the sequence, term_n = 16^(2n - 1)

If the PRODUCT of the first k terms of the sequence is 2^1600, what is the value of k?

A) 5
B) 10
C) 20
D) 40
E) 80

* Kudos for all correct solutions


term_n = 16^(2n - 1) = \(2^{8n-4}\)

term_1 = \(2^{8-4} = 2^4\)

term_2 = \(2^{16-4} = 2^{12}\)

term_3 = \(2^{24-4} = 2^{20}\)
.
.
.
term_k = \(2^{8k-4}\)

product of the first k terms of the sequence is 2^1600

term_1 * term_2 * term_3 ......* term_k =\(2^{1600}\)

\(2^4*2^{12}*2^{20}.....*2^{8k-4}=2^{1600}\)

\(2^{4+12+20+....+8k-4}=2^{1600}\)

4+12+20+...8k-4 = 1600

sum of the above AP = (k/2)(4+8k-4) = \(4K^2\)

\(4K^2=1600\)

\(K^2=400\)

k=20

Hence option C is correct
Hit Kudos if you liked it 8-)


Thanks for the post. Can you go over this part?

sum of the above AP = (k/2)(4+8k-4) = \(4K^2\)
Intern
Intern
Joined: 08 Dec 2016
Posts: 25
Own Kudos [?]: 36 [2]
Given Kudos: 559
Location: Italy
Schools: IESE '21
Send PM
Re: A certain sequence starts with term_1 [#permalink]
2
Kudos
Cez005 wrote:
0akshay0 wrote:
GMATPrepNow wrote:
A certain sequence starts with term_1

For any term in the sequence, term_n = 16^(2n - 1)

If the PRODUCT of the first k terms of the sequence is 2^1600, what is the value of k?

A) 5
B) 10
C) 20
D) 40
E) 80

* Kudos for all correct solutions


term_n = 16^(2n - 1) = \(2^{8n-4}\)

term_1 = \(2^{8-4} = 2^4\)

term_2 = \(2^{16-4} = 2^{12}\)

term_3 = \(2^{24-4} = 2^{20}\)
.
.
.
term_k = \(2^{8k-4}\)

product of the first k terms of the sequence is 2^1600

term_1 * term_2 * term_3 ......* term_k =\(2^{1600}\)

\(2^4*2^{12}*2^{20}.....*2^{8k-4}=2^{1600}\)

\(2^{4+12+20+....+8k-4}=2^{1600}\)

4+12+20+...8k-4 = 1600

sum of the above AP = (k/2)(4+8k-4) = \(4K^2\)

\(4K^2=1600\)

\(K^2=400\)

k=20

Hence option C is correct
Hit Kudos if you liked it 8-)


Thanks for the post. Can you go over this part?

sum of the above AP = (k/2)(4+8k-4) = \(4K^2\)

-------------------------------------------------------------------------
Formula: #terms(Val_max+Val_min)/2 = sum of equidistant numbers
Intern
Intern
Joined: 04 Jul 2018
Posts: 6
Own Kudos [?]: 1 [0]
Given Kudos: 13
Send PM
Re: A certain sequence starts with term_1 [#permalink]
quantumliner wrote:
term_1 = 16 ^ (2-1) = 16 ^ 1
term_2 = 16 ^ (4-1) = 16 ^ 3
term_3 = 16 ^ (6-1) = 16 ^ 5

So we see a pattern forming.

question says that (16 ^ 1) * (16 ^ 3) * (16 ^ 5) *.... [16 ^ (2k-1)] = 2^1600 = 16 ^ 400

hence the powers of 16 on the left side add up to 400

1+3+5 +....2k-1 = 400

Using the formula :: n/2 [2+(n-1)2] = 400

n/2[2+2n-2] = 400 ==> n/2[2n] = 400 ==> n^2 = 20^2 ==> n=20

Answer is C) 20




How do I get the formula : n/2 [2+(n-1)2] = 400 ???
Is there any previous post that explains this formula?
UNC Kenan Flagler Moderator
Joined: 18 Jul 2015
Posts: 238
Own Kudos [?]: 247 [0]
Given Kudos: 120
GMAT 1: 530 Q43 V20
WE:Analyst (Consumer Products)
Send PM
Re: A certain sequence starts with term_1 [#permalink]
jhueglin wrote:
quantumliner wrote:
term_1 = 16 ^ (2-1) = 16 ^ 1
term_2 = 16 ^ (4-1) = 16 ^ 3
term_3 = 16 ^ (6-1) = 16 ^ 5

So we see a pattern forming.

question says that (16 ^ 1) * (16 ^ 3) * (16 ^ 5) *.... [16 ^ (2k-1)] = 2^1600 = 16 ^ 400

hence the powers of 16 on the left side add up to 400

1+3+5 +....2k-1 = 400

Using the formula :: n/2 [2+(n-1)2] = 400

n/2[2+2n-2] = 400 ==> n/2[2n] = 400 ==> n^2 = 20^2 ==> n=20

Answer is C) 20




How do I get the formula : n/2 [2+(n-1)2] = 400 ???
Is there any previous post that explains this formula?



Hi jhueglin

It is formula for the sum of the first n terms of a arithmetic progression. We use this formula to find the sum of the sequence 1 + 3 + 5 + 9 + ... + n = 400, which is an arithmetic progression with difference of 2 between any two consecutive terms.

Hope this helps!
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32678
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: A certain sequence starts with term_1 [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: A certain sequence starts with term_1 [#permalink]
Moderators:
Math Expert
92921 posts
Senior Moderator - Masters Forum
3137 posts

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