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)

Respuesta :

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)

Otras preguntas