20.4k views
0 votes
If (1)=3 and f(n)=f(n-1)-1 then find the value of f(6)

1 Answer

4 votes

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!

:)

User Gladys
by
7.8k points

No related questions found