Last visit was: 25 Apr 2024, 07:25 It is currently 25 Apr 2024, 07:25

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: 14 Oct 2014
Posts: 53
Own Kudos [?]: 499 [31]
Given Kudos: 98
Location: United States
GMAT 1: 500 Q36 V23
Send PM
Most Helpful Reply
Tutor
Joined: 16 Oct 2010
Posts: 14822
Own Kudos [?]: 64912 [14]
Given Kudos: 426
Location: Pune, India
Send PM
avatar
Intern
Intern
Joined: 08 Jan 2015
Posts: 8
Own Kudos [?]: 11 [7]
Given Kudos: 0
Send PM
General Discussion
User avatar
Manager
Manager
Joined: 31 Oct 2011
Posts: 189
Own Kudos [?]: 34 [2]
Given Kudos: 88
Send PM
Re: If sequence T is defined for all positive integers n such that tn +1 = [#permalink]
1
Kudos
1
Bookmarks
viktorija wrote:
If sequence T is defined for all positive integers n such that t(n +1) = t(n) + n, and t 3 = 14, what is t 20?
A. 101
B. 187
C. 191
D. 201
E. 251


Calculate the first few values to see a pattern

t1= 11
t2= 12
t3= 14
t4= 17
t5= 21

The sequence is basically like this t1 + 1 +2 +3 +4 +5 ...

So t20 = t1 + 1 +2 +3 up to 19 = 11 + [(19 +1)/2] * 19 = 201

Hope this helps. A big thanks to Bunuel, I learned this technique reading his posts.
Current Student
Joined: 14 Nov 2016
Posts: 1174
Own Kudos [?]: 20712 [5]
Given Kudos: 926
Location: Malaysia
Concentration: General Management, Strategy
GMAT 1: 750 Q51 V40 (Online)
GPA: 3.53
Send PM
Re: If sequence T is defined for all positive integers n such that tn +1 = [#permalink]
2
Kudos
3
Bookmarks
viktorija wrote:
If sequence T is defined for all positive integers n such that \(t_{n +1} = t_{n} + n\), and \(t_3 = 14\), what is \(t_{20}\) ?

A. 101
B. 187
C. 191
D. 201
E. 251


Source : Manhattan Advanced Quant Question No. 8

OFFICIAL SOLUTION



First, we can write a few of the terms, noting the relationship of each term to the previous one:

\(t_3 = 14\)
\(t_4 = 14 + 3\)
\(t_5 = 14 + 3 + 4\)
\(t_6 = 14 + 3 + 4 + 5\)

\(t_{20} = 14 + (3 + 4 + 5 + … + 18 + 19)\)

To evaluate \(t_{20}\) , we need to compute the sum contained in parentheses above.

We can use the rule that (sum of a set of consecutive integers) = (middle term) × (number of terms).
The middle term can be found by taking the average of the two extreme terms 3 and 19 to get 11. The number of terms is \(19 – 3 + 1 = 17\).
Now we can compute \(11 × 17 = 187\).

Finally, we have \(t_{20} = 14 + (3 + 4 + 5 + … + 18 + 19) = 14 + 187 = 201\).

The correct answer is D.
Manager
Manager
Joined: 13 Dec 2013
Posts: 102
Own Kudos [?]: 126 [0]
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: If sequence T is defined for all positive integers n such that tn +1 = [#permalink]
BrainFog wrote:
viktorija wrote:
If sequence T is defined for all positive integers n such that t(n +1) = t(n) + n, and t 3 = 14, what is t 20?
A. 101
B. 187
C. 191
D. 201
E. 251


Calculate the first few values to see a pattern

t1= 11
t2= 12
t3= 14
t4= 17
t5= 21

The sequence is basically like this t1 + 1 +2 +3 +4 +5 ...

So t20 = t1 + 1 +2 +3 up to 19 = 11 + [(19 +1)/2] * 19 = 201

Hope this helps. A big thanks to Bunuel, I learned this technique reading his posts.


Where does the "11" come from here?
Intern
Intern
Joined: 06 Feb 2016
Posts: 8
Own Kudos [?]: 21 [0]
Given Kudos: 36
Send PM
Re: If sequence T is defined for all positive integers n such that tn +1 = [#permalink]
\(t_{n+1} = t_{n} + n\)
\(t_{20} = t_{19} + 19\)
\(t_{20} = t_{18} + 18 + 19\)

Also, since \(t_{3} = t_{2} + 2 = 14\) ->
\(t_{2} = t_{1} + 1\)
and \(t_{1} =11\)

The pattern:
\(t_{20} = t_1 + (1 +2 + 3 + 4 + 5 + 6 + ... + 17 + 18 + 19)\) where t_1 = 11

Sum of numbers from 1 to 19 inclusive is Avg. * # of terms
Avg. = (1 + 19)/2 = 10
Sum = 10*19=190

Thus:
\(t_{20} = t_1 + 190 = 11+190 = 201\)

Answer (D)
Manager
Manager
Joined: 06 Dec 2016
Posts: 196
Own Kudos [?]: 57 [0]
Given Kudos: 10
Send PM
If sequence T is defined for all positive integers n such that tn +1 = [#permalink]
My approach:
t3 = 14
t4 = 14 + 3 = 17
t20 = 14+3 + 4+5+ ... + 19
t20= 11 + 1+ 2 + ... + 19

sum of (1 to 19) = 19/2(19 + 1) = 190

Therefore

t20 = 190 + 11 = 201 Which is answer D :-D
GMAT Club Legend
GMAT Club Legend
Joined: 03 Jun 2019
Posts: 5343
Own Kudos [?]: 3964 [0]
Given Kudos: 160
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Send PM
If sequence T is defined for all positive integers n such that tn +1 = [#permalink]
Asked: If sequence T is defined for all positive integers n such that \(t_{(n +1)} = t_{n} + n\), and \(t_3 = 14\), what is \(t_{20}\)?

\(t_{n+1} = t_n + n = t_{n-1} + n-1 + n = .... = t_3 + 3 + 4 + 5 + 6 + ... + n = 14 + 1 + 2 + 3 + ... n - 1 - 2 = 11 + \frac{n(n+1)}{2} \)

\(t_{20} = 11 + \frac{19*20}{2} = 11 + 190 = 201\)

IMO D
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32674
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: If sequence T is defined for all positive integers n such that tn +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: If sequence T is defined for all positive integers n such that tn +1 = [#permalink]
Moderators:
Math Expert
92912 posts
Senior Moderator - Masters Forum
3137 posts

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