Ask Question
26 June, 15:33

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

+1
Answers (1)
  1. 26 June, 15:39
    0
    The value of f (3) would be 6.

    Using our formula, we know that f (1) = 10, and f (2) = f (1) - 2 = 10-2 = 8. That means that f (3) = f (2) - 2 = 8 - 2 = 6.
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) = f (n) - 2. If f (1) = 10, what is f (3) ? 1 6 8 30 ...” 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