Last visit was: 22 Apr 2026, 23:33 It is currently 22 Apr 2026, 23:33
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
User avatar
viktorija
Joined: 14 Oct 2014
Last visit: 28 Jun 2015
Posts: 53
Own Kudos:
676
 [56]
Given Kudos: 98
Location: United States
GMAT 1: 500 Q36 V23
GMAT 1: 500 Q36 V23
Posts: 53
Kudos: 676
 [56]
6
Kudos
Add Kudos
50
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 21 Apr 2026
Posts: 16,439
Own Kudos:
79,389
 [17]
Given Kudos: 484
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,439
Kudos: 79,389
 [17]
10
Kudos
Add Kudos
7
Bookmarks
Bookmark this Post
avatar
hycday
Joined: 08 Jan 2015
Last visit: 27 Aug 2015
Posts: 8
Own Kudos:
11
 [7]
Posts: 8
Kudos: 11
 [7]
3
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
General Discussion
User avatar
BrainFog
Joined: 31 Oct 2011
Last visit: 26 Jun 2016
Posts: 187
Own Kudos:
35
 [3]
Given Kudos: 88
Posts: 187
Kudos: 35
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
viktorija
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.
User avatar
BillyZ
User avatar
Current Student
Joined: 14 Nov 2016
Last visit: 24 Jan 2026
Posts: 1,135
Own Kudos:
22,609
 [6]
Given Kudos: 926
Location: Malaysia
Concentration: General Management, Strategy
GMAT 1: 750 Q51 V40 (Online)
GPA: 3.53
Products:
2
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
viktorija
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.
User avatar
Cez005
Joined: 13 Dec 2013
Last visit: 11 Feb 2020
Posts: 92
Own Kudos:
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)
Products:
GMAT 2: 720 Q48 V40
Posts: 92
Kudos: 148
Kudos
Add Kudos
Bookmarks
Bookmark this Post
BrainFog
viktorija
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?
avatar
alexiaint
Joined: 06 Feb 2016
Last visit: 27 Jun 2017
Posts: 8
Own Kudos:
Given Kudos: 36
Posts: 8
Kudos: 28
Kudos
Add Kudos
Bookmarks
Bookmark this Post
\(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)
avatar
matthewsmith_89
Joined: 06 Dec 2016
Last visit: 06 Oct 2017
Posts: 177
Own Kudos:
Given Kudos: 10
Posts: 177
Kudos: 67
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 22 Apr 2026
Posts: 5,985
Own Kudos:
Given Kudos: 163
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,985
Kudos: 5,858
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,961
Own Kudos:
Posts: 38,961
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109763 posts
Tuck School Moderator
853 posts