sequence--rule

This topic has expert replies
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 543
Joined: Tue Jun 15, 2010 7:01 pm
Thanked: 147 times
Followed by:3 members

by anshumishra » Sat Dec 18, 2010 11:25 am
prachich1987 wrote:The first three terms of a sequence are -2,18 & 38.What is the rule for this sequence?
There could be multiple (unless it is told that they are in AP, or there is some rule stated) , however one which comes to my mind first is :

f(n) = -2 + (n-1)*20

Thanks
Last edited by anshumishra on Sat Dec 18, 2010 11:35 am, edited 1 time in total.

User avatar
Master | Next Rank: 500 Posts
Posts: 155
Joined: Mon Dec 13, 2010 11:02 am
Thanked: 3 times

by towerSpider » Mon Dec 20, 2010 2:27 am
prachich1987 wrote:The first three terms of a sequence are -2,18 & 38.What is the rule for this sequence?

Add twenty each time.

Master | Next Rank: 500 Posts
Posts: 181
Joined: Sat Oct 16, 2010 1:57 pm
Thanked: 4 times

by N:Dure » Mon Dec 20, 2010 6:01 am
Arithmetic sequence: an = a1 + (n-1) d, where a1 is the first term, n is the term's position and d is the difference

-2 + (n-1) 20 = 20n - 22