Respuesta :
Answer:
f(n) = f(n-1) - 5
Step-by-step explanation:
Given that:
f(n)=41-5n
then
f(1)=41-5(1) = 36
f(2)=41-5(2) = 31
f(3)=41-5(3) = 26
f(2) can be rewritten as follows:
f(2) = f(1) - 5
f(3) can be rewritten as follows:
f(3) = f(2) - 5
In general:
f(n) = f(n-1) - 5
Answer:
This is the recursive formula of the sequence:
f(1)=36
f(n)=f(nā1)+(ā5)
ā
Step-by-step explanation:
I got it wrong and i looked at the right answer and this is right