215k views
4 votes
Write a recursive formula for the following arithmetic sequence.
8, 5, 2, −1,

User Erdem
by
4.7k points

1 Answer

3 votes

Answer:


a_(n) =
a_(n-1) - 3

Explanation:

A recursive formula allows a term in the sequence to be found from the previous term by adding the common difference to it.

Here d = 5 - 8 = - 3, thus


a_(n) =
a_(n-1) - 3 with a₁ = 8 ← recursive formula

User Prakash Thapa
by
4.5k points