449,484 views
38 votes
38 votes
Write a recursive formula for the following arithmetic sequence.12, 5, -2, -9, ...an= 0=for n ≥ 2

Write a recursive formula for the following arithmetic sequence.12, 5, -2, -9, ...an-example-1
User Martin Thomson
by
3.4k points

1 Answer

10 votes
10 votes

We have the arithmetic sequence:

12, 5, -2, -9, ...

We first need to know which is the common difference between the terms, clearly, it is -7.

Now we just need to use the formula below:


a_n=a_1+(n-1)d

Where d is the common difference between the terms.

So we have:


a_n=12+(n-1)*-7=-7n+19

Then the correct answer is the recursive formula:


a_1=12


a_n=a(n-1)-7

User John Chapman
by
2.7k points