asked 101k views
5 votes
If f(n)=f(n-1)+8 and f(1)=7, what is f(50)

asked
User Cantlin
by
8.6k points

1 Answer

1 vote

f(n)=f(n-1)+8=f(n-2)+2*8=f(n-3)+3*8=\cdots=f(1)+(n-1)*8

Since
f(1)=7, you have


f(50)=f(1)+(50-1)*8=399
answered
User Anton Makeev
by
7.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.