Last visit was: 24 Apr 2024, 13:51 It is currently 24 Apr 2024, 13:51

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
Senior Manager
Senior Manager
Joined: 02 Dec 2007
Posts: 261
Own Kudos [?]: 2074 [18]
Given Kudos: 6
Send PM
Most Helpful Reply
User avatar
Manager
Manager
Joined: 26 May 2005
Posts: 99
Own Kudos [?]: 257 [22]
Given Kudos: 1
Send PM
General Discussion
User avatar
Director
Director
Joined: 07 Nov 2007
Posts: 718
Own Kudos [?]: 3077 [4]
Given Kudos: 5
Location: New York
Send PM
User avatar
Manager
Manager
Joined: 18 Jun 2007
Posts: 126
Own Kudos [?]: 270 [1]
Given Kudos: 0
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
1
Kudos
another B

just for convenience I will explain lil bit more

Ak= A(k-1) + 2* A(k-2)

in other words every A in this sequence is the sum of pervious term and twice the term that is prev. to prev.....lol it would be easier with working

A1= 1 and A2= 1

A(3)= A(3-1) + A(3-2)
=> = A(2) + 2(A1)
=> = 1 + 2*1
A(3)= 3
And with similar pattern,

A(4)= 3 + 2*1 = 5
A(5)= 5 + 2*3 = 11
A(6)= 11 + 2*5 = 21
A(7)= 21 + 2*11 = 43
User avatar
Intern
Intern
Joined: 28 Jan 2010
Posts: 13
Own Kudos [?]: 244 [0]
Given Kudos: 45
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
x2suresh wrote:
Nihit wrote:
A certain computer program generates a sequence of numbers a1, a2, … , an such that a1 = a2 = 1 and ak = ak-1 + 2ak-2 for all integers k such that 3 ≤ k ≤ n. If n > 6, then a7 = ?

A. 32
B. 43
C. 64
D. 100
E. 128



a1=1
a2=1
a3=a2+2a1= 3
a4=a3+2a2=5
a5=11
a6=21
a7=43

B


Liked your approach.
I solved by breaking up a7 until I reached a1 and a2. But it took me while to reach the correct answer.
User avatar
Manager
Manager
Joined: 01 Feb 2010
Posts: 90
Own Kudos [?]: 136 [0]
Given Kudos: 2
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
Nihit wrote:
A certain computer program generates a sequence of numbers a1, a2, … , an such that a1 = a2 = 1 and ak = ak-1 + 2ak-2 for all integers k such that 3 ≤ k ≤ n. If n > 6, then a7 = ?

A. 32
B. 43
C. 64
D. 100
E. 128


it's B.
a3= a2+a1 = 3
a4 = 3+2 = 5
a5 = 5+6=11
a6=11+10=21
a7=21+22=43

This may be a better way to solve this as there no constant difference between two consecutive terms like in AP.
User avatar
Manager
Manager
Joined: 20 Dec 2010
Posts: 134
Own Kudos [?]: 227 [0]
Given Kudos: 4
Schools:UNC Duke Kellogg
 Q50  V44
GPA: 3.28
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
43...choice B

a5=11; a6=21; a7=43
User avatar
Senior Manager
Senior Manager
Joined: 01 Feb 2011
Posts: 309
Own Kudos [?]: 324 [0]
Given Kudos: 42
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
a1 = a2 =1
a3 = a2+2a1 = 3
a4 = a3+2a2 = 5
a5 = a4+2a3 = 11
a6 = a5+2a4 = 21
a7 = a6+2a5 = 43

Answer is B.
User avatar
Senior Manager
Senior Manager
Joined: 01 Feb 2011
Posts: 309
Own Kudos [?]: 324 [0]
Given Kudos: 42
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
even though this is good observation. this approach wont work if there are more than 1 odd number in the answer choices.

chix475ntu wrote:
Nihit wrote:
A certain computer program generates a sequence of numbers a1, a2, … , an such that a1 = a2 = 1 and ak = ak-1 + 2ak-2 for all integers k such that 3 ≤ k ≤ n. If n > 6, then a7 = ?

A. 32
B. 43
C. 64
D. 100
E. 128

Solving as mentioend earlier always helps but here's another approach for this particular problem
a1 and a2 are odd and a3 would be odd and all the numbers in the sequence are odd as they are of the format
odd number + 2 * odd number.
a7 is odd and only B has an odd number

B
User avatar
VP
VP
Joined: 06 Sep 2013
Posts: 1345
Own Kudos [?]: 2391 [0]
Given Kudos: 355
Concentration: Finance
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
x2suresh wrote:
Nihit wrote:
A certain computer program generates a sequence of numbers a1, a2, … , an such that a1 = a2 = 1 and ak = ak-1 + 2ak-2 for all integers k such that 3 ≤ k ≤ n. If n > 6, then a7 = ?

A. 32
B. 43
C. 64
D. 100
E. 128



a1=1
a2=1
a3=a2+2a1= 3
a4=a3+2a2=5
a5=11
a6=21
a7=43

B


Why do they give you this stuff? '3 ≤ k ≤ n. If n > 6'?

Thanks
Cheers
J
Tutor
Joined: 16 Oct 2010
Posts: 14817
Own Kudos [?]: 64899 [2]
Given Kudos: 426
Location: Pune, India
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
2
Kudos
Expert Reply
jlgdr wrote:
x2suresh wrote:
Nihit wrote:
A certain computer program generates a sequence of numbers a1, a2, … , an such that a1 = a2 = 1 and ak = ak-1 + 2ak-2 for all integers k such that 3 ≤ k ≤ n. If n > 6, then a7 = ?

A. 32
B. 43
C. 64
D. 100
E. 128



a1=1
a2=1
a3=a2+2a1= 3
a4=a3+2a2=5
a5=11
a6=21
a7=43

B


Why do they give you this stuff? '3 ≤ k ≤ n. If n > 6'?

Thanks
Cheers
J


Because the relation they gave you \(a_k = a_{k-1} + 2a_{k-2}\) holds only from the third term onwards till the last term \(a_n\). That is, k should be 3 or more and will take the last value of n. This relation doesn't hold for the first and second terms and holds for all the rest of the terms. That is what this 'stuff' specifies.

If n > 6 tells you that the sequence has more than 6 terms i.e. at least 7 terms.
avatar
Intern
Intern
Joined: 20 May 2014
Posts: 27
Own Kudos [?]: 20 [0]
Given Kudos: 1
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
rishi2377 wrote:
another B

just for convenience I will explain lil bit more

Ak= A(k-1) + 2* A(k-2)

in other words every A in this sequence is the sum of pervious term and twice the term that is prev. to prev.....lol it would be easier with working

A1= 1 and A2= 1

A(3)= A(3-1) + A(3-2)
=> = A(2) + 2(A1)
=> = 1 + 2*1
A(3)= 3
And with similar pattern,

A(4)= 3 + 2*1 = 5
A(5)= 5 + 2*3 = 11
A(6)= 11 + 2*5 = 21
A(7)= 21 + 2*11 = 43


why isn't the 2 being multiplied when you do this : A(3)= A(3-1) + A(3-2) isn't the rule given :A(k-1) + 2* A(k-2)
Tutor
Joined: 16 Oct 2010
Posts: 14817
Own Kudos [?]: 64899 [0]
Given Kudos: 426
Location: Pune, India
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
Expert Reply
sagnik2422 wrote:
rishi2377 wrote:
another B

just for convenience I will explain lil bit more

Ak= A(k-1) + 2* A(k-2)

in other words every A in this sequence is the sum of pervious term and twice the term that is prev. to prev.....lol it would be easier with working

A1= 1 and A2= 1

A(3)= A(3-1) + A(3-2)
=> = A(2) + 2(A1)
=> = 1 + 2*1
A(3)= 3
And with similar pattern,

A(4)= 3 + 2*1 = 5
A(5)= 5 + 2*3 = 11
A(6)= 11 + 2*5 = 21
A(7)= 21 + 2*11 = 43


why isn't the 2 being multiplied when you do this : A(3)= A(3-1) + A(3-2) isn't the rule given :A(k-1) + 2* A(k-2)


That's just a typo. Note the next step of the poster: A(3) = A(2) + 2(A1)
avatar
Intern
Intern
Joined: 26 Mar 2013
Posts: 6
Own Kudos [?]: 15 [0]
Given Kudos: 2
Location: India
Concentration: Finance, Strategy
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
calculating in sequence

1,1,3,5,11,21,43

Ans B
User avatar
Manager
Manager
Joined: 03 Jan 2015
Posts: 52
Own Kudos [?]: 101 [0]
Given Kudos: 224
Concentration: Strategy, Marketing
WE:Research (Pharmaceuticals and Biotech)
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#permalink]
Nihit wrote:
A certain computer program generates a sequence of numbers a1, a2, … , an such that a1 = a2 = 1 and ak = ak-1 + 2ak-2 for all integers k such that 3 ≤ k ≤ n. If n > 6, then a7 = ?

A. 32
B. 43
C. 64
D. 100
E. 128


Hi,

It will help if (k-1) and (k-2) are written as subscript. Initially, I understood it to be (ak-1+2ak-2) which, without sub-scripting equals ak + 2ak - 3.

TO
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32655
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: A certain computer program generates a sequence of numbers a1, a2 [#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 computer program generates a sequence of numbers a1, a2 [#permalink]
Moderators:
Math Expert
92902 posts
Senior Moderator - Masters Forum
3137 posts

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