Ask Question
18 October, 21:28

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?

+2
Answers (1)
  1. 18 October, 22:51
    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?
Get 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 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