Ask Question
19 April, 11:02

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

+5
Answers (1)
  1. 19 April, 13:33
    0
    If you would like to know what is f (2), you can calculate this using the following steps:

    f (0) = 2

    f (n+1) = - 2 * f (n) + 3

    f (1) = - 2 * f (0) + 3 = - 2 * 2 + 3 = - 4 + 3 = - 1

    f (2) = - 2 * f (1) + 3 = - 2 * (-1) + 3 = 2 + 3 = 5

    The correct result would be f (2) = 5.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “A sequence is defined recursively by f (0) = 2 and f (n) = f (n+1) = - 2f (n) + 3 for n greater than or equal to 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