GPREP1, Arithmatic Sequence

This topic has expert replies
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 294
Joined: Tue Feb 26, 2008 9:05 pm
Thanked: 13 times
Followed by:1 members

by amitansu » Mon Aug 11, 2008 8:56 pm
t1 is 23 and tn=tn-1 -3

so t2=t1 -3 (here n=2) => 20
t3=t2 -3 => 20-3=17 and so on...

so the series would be less than 3 for every next no. i.e.
t2=20; t3=17 and so on....so the value i.e. -4 would be for t10. if you go on subtracting every time 3 from the previous no. you would get it as term 10.


Amit

Master | Next Rank: 500 Posts
Posts: 186
Joined: Sat Jan 26, 2008 10:05 pm
Thanked: 2 times

by medea66 » Tue Aug 12, 2008 5:31 pm
Thanks.

Master | Next Rank: 500 Posts
Posts: 165
Joined: Wed May 28, 2008 11:25 pm
Thanked: 9 times
GMAT Score:730

by sumithshah » Thu Aug 14, 2008 11:49 am
Simpler way, Use AP formula

Nth term = a + (n-1)*d

V, a = 1st term
N = the number of term you are looking for ( it you are looking for 9th term, N=9)
D = difference between two subsequent term ( in increasing order : so basically the {(nth term) - (n-1)th term}

For this particular one, we get

-4 = 23 + (n-1)*-4

solve n = 10;