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!
:)
A and E are the answers
let y=f(x)
Hope it helps! :)