6.6k views
5 votes
In the recursive formula f(n) = f(n - 1) + 5, the value of the previous term is represented by

A) f(n)
B) f(5)
C) f(n + 5)
D) f(n - 1)

User Bknopper
by
7.5k points

1 Answer

3 votes
The answer is f(n-1) because f(n - 1) The term is the output, and the one before n is n - 1.

So its D)
User Ajmal Ansari
by
6.8k points