asked 98.4k views
1 vote
F(n+1) = f(n) -2n if f(1) =18 what is f(5)

asked
User Nastro
by
7.7k points

1 Answer

4 votes
f(2) = f(1+1) = f(1) - 2*1= 16
f(3) = f(2+1) = f(2) - 2*2 = 12
and so on:
f(4) = 6
f(5) = -2
answered
User David Kiff
by
8.7k 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.