221k views
22 votes
What is the recursive rule for the sequence −3, −1, 1, 3...?

User Mcritz
by
4.4k points

2 Answers

13 votes

Answer:

+2

Explanation:

-3 + 2 = -1

-1 + 2 = 1

1 + 2 = 3

User Mispy
by
4.6k points
3 votes

Answer:


a_(n) =
a_(n-1) + 2

Explanation:

There is a common difference d between consecutive terms, that is

d = - 1 - (- 3) = 1 - (- 1) = 3 - 1 = 2

A recursive rule allows a term in the sequence to be found by adding d to the previous term, that is


a_(n) =
a_(n-1) + 2

User Emeraldhieu
by
4.3k points