If f(0) = -20 and
f(n) = f(n-1) - 5
then f(1) = -20 - 5
When you look at f(1), then the n in f(n) is equal to 1.
Therefore n-1 = 1-1 = 0
So f(1) = f(0) - 5
and since f(0) = -20
then f(1) = -20-5 = -25
Yeilin J.
asked 09/17/20If f(0) = -20 and
f(n) = f(n-1) - 5
then f(1) = -20 - 5
When you look at f(1), then the n in f(n) is equal to 1.
Therefore n-1 = 1-1 = 0
So f(1) = f(0) - 5
and since f(0) = -20
then f(1) = -20-5 = -25
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Zachary B.
Okay so what about f(3)= -20-5-5-5 .01/26/21