asked 77.8k views
2 votes
F(0) = -5; f(n) = f(n - 1) + 8

asked
User Ananda
by
8.1k points

1 Answer

4 votes

Answer: f(-1)=-13

Explanation:

f(0) = -5

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

f(0) = f(0 - 1) + 8

-5 =f(-1) + 8

f(-1)=-13

answered
User Matthew H
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.