Respuesta :

Answer:

f(1) = 3

f(n) = f(n-1) - 1

Otherwise,

f(n) = f(1) - (n-1)

=> f(6) = 3 - 5 = -2

Hope this helps!

:)

ACCESS MORE