Ask Question
15 November, 17:10

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

+4
Answers (1)
  1. 15 November, 19:12
    0
    The correct answer is f (3) = - 294

    Step-by-step explanation:

    To find f (3), we have to find f (1) and f (2)

    It is given that,

    f (0) = 5 and f (n+1) = -4f (n) + 2

    To find f (1)

    using given information,

    f (1) = - 4f (0) + 2 = - 4*5 + 2 = - 20 + 2 = - 18

    To find f (2)

    f (2) = - 4f (1) + 2 = - 4*-18 + 2 = 72 + 2 = 74

    To find f (3)

    f (3) = -4f (2) + 2 = - 4*74 + 2 = -296 + 2 = - 294

    Therefore the value of f (3) = - 294
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “If a sequence is recursively defined by f (0) = 5 and f (n+1) = -4f (n) + 2 for n greater than or equal to 0. Find f (3) ? ...” 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