GMATprep: In the arithmetic sequence t1, t2, t3

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 75
Joined: Tue Feb 10, 2009 11:30 pm
Guys, please help me with this one:

In the arithmetic sequence t1, t2, t3 ………… tn , t1 = 23 and tn= t(n-1) - 3 for each n> 1 what is the value of n when tn = -4 ?

ans is 10

I don't understand the approach of this question in this thread:

https://www.beatthegmat.com/gmat-prep-ar ... t8798.html

thanks!
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 472
Joined: Sun Mar 29, 2009 6:54 pm
Thanked: 56 times

by ssmiles08 » Fri Jun 05, 2009 4:21 pm
For any sequence problems I usually look at the patterns it is creating by taking a couple of examples.

For (n = 1): t1 = 23

t2 = t(n-1) -3 = t(2-1) -3 = t(1) -3 = 23-3 = 20

t3 = t(n-1) - 3 = t(3-1) - 3 = t(2) - 3 = 20-3 = 17

So essentially for every successive t, the number decreases by 3

you want your final number to be -4

so 23 - x = -4

x = 27

27/3 = 9

n will have moved 9 down to give the value of -4

t2 to t10 is 9 down: so the value of n is 10.

Senior | Next Rank: 100 Posts
Posts: 75
Joined: Tue Feb 10, 2009 11:30 pm

by nhai2003 » Fri Jun 05, 2009 5:19 pm
Is this approach right?, we dont' need to use t1=23???


sangeethai,
u can take tn = -4 as the first term of the series. now use the formula -
tn = a + (n - 1) * d
where tn = -4, a = -4 and d = 3 , u can get n = 10.
_________________
Correct me If I am wrong


Regards,

Amitava

Senior | Next Rank: 100 Posts
Posts: 89
Joined: Sat May 30, 2009 2:49 am
Thanked: 9 times

by SanjeevK » Sat Jun 06, 2009 1:51 am
We know that this is an arithmetic progression with the common difference of -3.
i.e t1 = 23, t2 = 20, t3 = 17 .....
tn = t1 + (n-1)(-3) => 23 -3(n) + 3
or -4 = 26 - 3(n)
3(n) = 30 which gives n = 10.