Ask Question
14 January, 15:10

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

+1
Answers (1)
  1. 14 January, 15:38
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers