Ask Question
17 March, 18:28

A sequence is defined by the recursive function of f (n+1) = - 10f (n). If f (1) = 1, what is f (3) ?

+4
Answers (1)
  1. 17 March, 20:17
    0
    F (1) = 1

    f (2) = - 10f (1) = - 10 (1) = - 10

    f (3) = - 10f (2) = - 10 (-10) = 100
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A sequence is defined by the recursive function of f (n+1) = - 10f (n). If f (1) = 1, what is f (3) ? ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers