A sequence is defined recursively using the equation f(n + 1) = f(n) – 8. If f(1) = 100, what is f(6)? 608
Answers
Answered by
5
Since, A sequence is defined recursively using the equation f(n + 1) = f(n) – 8.
If f(1) = 100,we have to find the value of f(6).
Consider
Let n =1, we get
Let n =2, we get
Let n =3, we get
Let n =4, we get
Let n =5, we get
Therefore, the value of f(6) is 60.
Similar questions