asked 86.1k views
2 votes
Write a recursive rule for the sequence 1, 5, 9, 13, 17.​

Write a recursive rule for the sequence 1, 5, 9, 13, 17.​-example-1

1 Answer

6 votes

Answer:


a_(n+1) =
a_(n) + 4

Explanation:

Note the consecutive terms of the sequence have a common difference

d = 5 - 1 = 9 - 5 = 13 - 9 = 17 - 13 = 4, thus

To obtain the next term in the sequence from the previous term add 4 to the previous term, that is


a_(n+1) =
a_(n) + 4

answered
User Brookie
by
8.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.