71.9k views
4 votes
Write a recursive formula for the arithmetic sequence:

7,4,1,-2

User Tin
by
7.8k points

2 Answers

6 votes

Answer:

N - 3

Explanation:

It is a series of -3 so:

7 -3 = 4

4 - 3 = 1

1 - 3 = -2

So:

N-3

where N is the present value in the sequence.

User Aleyna
by
7.9k points
3 votes
a1 = 7
a(sub)n = a(sub)n-1 - 3

(sub) indicates the values touching the parenthesis are written as a subscript.

The above would be the recursive formula as you are taking the previous number and subtracting 3 to get the next number in the sequence.
User Shamseer PC
by
7.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.