Ask Question
6 September, 09:17

If a sequence is defined recursively by f (o) = 3 and f (n+1) = - f (n) + 5 for n≥0, then f (2) is?

+4
Answers (1)
  1. 6 September, 09:25
    0
    f (0) = 3 and f (n+1) = - f (n) + 5 for n≥0

    so f (1) = - f (0) + 5 = - 3 + 5 = 2

    f (2) = - f (1) + 5 = - 2 + 5 = 3
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “If a sequence is defined recursively by f (o) = 3 and f (n+1) = - f (n) + 5 for n≥0, then f (2) is? ...” 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