Ask Question
4 June, 16:47

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

+1
Answers (1)
  1. 4 June, 19:41
    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?
Get 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 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