asked 148k views
4 votes
F(n)=64+6n what is the recursive formula of f(n)?

1 Answer

0 votes

Answer:

Explanation:

f(n)=64+6n

f(n-1)=64+6(n-1)=64+6n-6=f(n)-6

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

or f(n)-f(n-1)=6

answered
User Vemonus
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.