asked 97.5k views
2 votes
A sequence is defined recursively by the formula f(n 1) = f(n) 8 . the first term of the sequence is 6. what is the next term in the sequence?

(there are no options)

asked
User Dootcher
by
8.3k points

1 Answer

6 votes
f(n + 1) f(n) + 8
f(2) = f(1 + 1) = f(1) + 8 = 6 + 8 = 14
answered
User UserBG
by
8.0k 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.