88.1k views
11 votes
Write an equation to represent the N'th term of the sequence (2,-1.-4,-7,...)

User Silvia
by
7.3k points

1 Answer

6 votes

Answer: a(n) = 5 - 3n

the sequence has:

a1 = 2

a2 = -1

a3 = -7

.........

we can see that: a2 - a1 = a3 - a2 = -3

=> the sequence is a arithmetic sequence

=> the distance between the numbers is d = -3

because this sequence is a arithmetic sequence

=> a(n) = a1 + (n - 1)d = 2 + (n - 1).(-3) = 5 - 3n

Explanation:

User Jarin Udom
by
7.8k points