Ask Question
7 February, 14:59

If a sequence is defined recursively by f (0) = 3 and f (n+1) = - f (n) + 5 for n is equal to or greater than 0, then f (2) is equal to?

+1
Answers (1)
  1. 7 February, 16:20
    0
    If f (n+1) = - f (n) + 5

    then f (2) = - f (1) + 5

    we don't know f (1) yet. Use the same rule as above:

    f (1) = - f (0) + 5, we do know that f (0) = 3, so f (1) = - 3+5=2

    so 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 (0) = 3 and f (n+1) = - f (n) + 5 for n is equal to or greater than 0, then f (2) is equal to? ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers