asked 204k views
3 votes
(f(1) = -16
| f(n) = f(n-1).
f(3) =

asked
User Alo
by
7.9k points

1 Answer

2 votes

Answer:

f(3) = -16

Explanation:

f(1) = -16

f(n) = f(n-1)

f(2) = f(2-1) = f(1) = -16

f(3) = f(3-1) = f(2) = -16

answered
User Sleeplessnerd
by
7.9k 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.