Ask Question
12 April, 21:09

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

+5
Answers (1)
  1. 12 April, 21:16
    0
    f (3) = 100

    Step-by-step explanation:

    Using the recursive formula and f (1) = 1, then

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

    f (3) = - 10 f (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 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