Last visit was: 26 Apr 2024, 13:59 It is currently 26 Apr 2024, 13:59

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
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619230 [4]
Given Kudos: 81609
Send PM
Retired Moderator
Joined: 30 Jan 2015
Posts: 636
Own Kudos [?]: 2427 [0]
Given Kudos: 1131
Location: India
Concentration: Operations, Marketing
GPA: 3.5
Send PM
Senior Manager
Senior Manager
Joined: 29 Dec 2017
Posts: 302
Own Kudos [?]: 307 [1]
Given Kudos: 273
Location: United States
Concentration: Marketing, Technology
GMAT 1: 630 Q44 V33
GMAT 2: 690 Q47 V37
GMAT 3: 710 Q50 V37
GPA: 3.25
WE:Marketing (Telecommunications)
Send PM
Director
Director
Joined: 24 Oct 2016
Posts: 583
Own Kudos [?]: 1322 [1]
Given Kudos: 143
GMAT 1: 670 Q46 V36
GMAT 2: 690 Q47 V38
GMAT 3: 690 Q48 V37
GMAT 4: 710 Q49 V38 (Online)
Send PM
Re: The sequence S is defined by Sn = Sn – 1 + Sn – 2 – 1 for each integer [#permalink]
1
Kudos
Bunuel wrote:
The sequence S is defined by \(S_n = S_{n - 1} + S{n - 2} - 1\) for each integer n ≥ 3. If \(S_1 = 11\) and \(S_3 = 10\), what is the value of \(S_5\)?

(A) 0
(B) 9
(C) 10
(D) 18
(E) 19


Bunuel Could you please format the equation properly? It's currently confusing. Thanks!

\(S_n = S_{n - 1} + S{n - 2} - 1\) —> \(S_n = S_{n - 1} + S_{n - 2} - 1\)
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619230 [0]
Given Kudos: 81609
Send PM
Re: The sequence S is defined by Sn = Sn – 1 + Sn – 2 – 1 for each integer [#permalink]
Expert Reply
dabaobao wrote:
Bunuel wrote:
The sequence S is defined by \(S_n = S_{n - 1} + S{n - 2} - 1\) for each integer n ≥ 3. If \(S_1 = 11\) and \(S_3 = 10\), what is the value of \(S_5\)?

(A) 0
(B) 9
(C) 10
(D) 18
(E) 19


Bunuel Could you please format the equation properly? It's currently confusing. Thanks!

\(S_n = S_{n - 1} + S{n - 2} - 1\) —> \(S_n = S_{n - 1} + S_{n - 2} - 1\)

_________________
Edited. Thank you.
Intern
Intern
Joined: 05 Nov 2017
Posts: 7
Own Kudos [?]: 10 [0]
Given Kudos: 5
Send PM
Re: The sequence S is defined by Sn = Sn – 1 + Sn – 2 – 1 for each integer [#permalink]
Strategy: Utilize a Table for the sequence to help understand how the sequence works

Given
s1 = 11
s3 = 10 = s2 + s1 - 1

Question
s5 = ?

Equations used
sn = s(n-1) + s(n-2) + 1

Calculations
s5 = s4 + s3 - 1
s5 = s4 + 11 - 1
What is s4?

s4 = s3 + s2 - 1
s4 = 11 + s2 - 1
To find s4, we need to know what s2 is

From the Given:
s3 = s2 + s1 - 1
s3 - s1 + 1 = s2
10 - 11 + 1 = s2
0 = s2


s4 = s3 + s2 -1
s4 = 10 + 0 - 1
s4 = 9

s5 = s4 + s3 - 1
s5 = 9 + 10 - 1
s5 = 18
Intern
Intern
Joined: 17 Apr 2018
Posts: 19
Own Kudos [?]: 66 [0]
Given Kudos: 19
Location: Italy
Concentration: General Management, Entrepreneurship
GPA: 3.75
Send PM
Re: The sequence S is defined by Sn = Sn – 1 + Sn – 2 – 1 for each integer [#permalink]
Bunuel wrote:
The sequence S is defined by \(S_n = S_{n - 1} + S_{n - 2} - 1\) for each integer n ≥ 3. If \(S_1 = 11\) and \(S_3 = 10\), what is the value of \(S_5\)?

(A) 0
(B) 9
(C) 10
(D) 18
(E) 19


Steps:
1) Compute S_2 = S_3 - S_1 + 1 = 0
2) Using the same method, compute S_4 = 10 - 1 = 9
3)Now, compute S_5 = 9 + 10 - 1 = 18

Correct answer: D

Posted from my mobile device
Manager
Manager
Joined: 12 Sep 2017
Posts: 239
Own Kudos [?]: 117 [0]
Given Kudos: 132
Send PM
The sequence S is defined by Sn = Sn – 1 + Sn – 2 – 1 for each integer [#permalink]
Good night Bunuel !

I am trying to understand this problem but still do not get it, why are we assuming that S1 + S2 will be equal to S3?

Does this mean that every integer after the last one is going to be -1 from the sum of the las two? I think my main problem is that I am not understanding the wording well enough.

\(S_n = S_{n - 1} + S_{n - 2} - 1\)

Could someone help me, please?

Kind regards!
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619230 [0]
Given Kudos: 81609
Send PM
Re: The sequence S is defined by Sn = Sn – 1 + Sn – 2 – 1 for each integer [#permalink]
Expert Reply
jfranciscocuencag wrote:
Good night Bunuel !

I am trying to understand this problem but still do not get it, why are we assuming that S1 + S2 will be equal to S3?

Does this mean that every integer after the last one is going to be -1 from the sum of the las two? I think my main problem is that I am not understanding the wording well enough.

\(S_n = S_{n - 1} + S_{n - 2} - 1\)

Could someone help me, please?

Kind regards!


We are told that the sequence S is defined by \(S_n = S_{n - 1} + S_{n - 2} - 1\) for each integer n ≥ 3.

This means that \(S_n = S_{n - 1} + S_{n - 2} - 1\) is a formula which gives you every term of the sequence starting from 3rd. Look at the formula, it says that \(S_n\) equals to the sum of two preceding terms, \(S_{n - 1}\) and \(S_{n - 2}\), minus 1. For example:

\(S_3 = S_{3 - 1} + S_{3 - 2} - 1=S_{2} + S_{1} - 1\);
\(S_4 = S_{4 - 1} + S_{4 - 2} - 1=S_{3} + S_{2} - 1\);
\(S_5 = S_{5 - 1} + S_{5 - 2} - 1=S_{4} + S_{3} - 1\);
...

For more check the links below.

12. Sequences



For other subjects:
ALL YOU NEED FOR QUANT ! ! !
Ultimate GMAT Quantitative Megathread

Hope it helps.
GMAT Club Bot
Re: The sequence S is defined by Sn = Sn – 1 + Sn – 2 – 1 for each integer [#permalink]
Moderators:
Math Expert
92948 posts
Senior Moderator - Masters Forum
3137 posts

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