asked 83.2k views
2 votes
Consider the sequence:
2, 5, 8, 11, 14, 17,.......
Write a recursive definition:

asked
User Elynn
by
8.1k points

1 Answer

4 votes

Answer:

f(1) = 2

f(n) = f(n-1) + 3

Explanation:

hopefully this helps.

answered
User Michasaucer
by
8.8k 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.