Ask Question
18 November, 07:18

A sequence is defined recursively using the equation f (n + 1) = f (n) - 8. If f (1) = 100, what is f (6) ?

+5
Answers (1)
  1. 18 November, 09:35
    0
    F (n + 1) = f (n) - 8

    f (1) = 100

    f (2) = f (1) - 8 = 100 - 8 = 92

    f (3) = f (2) - 8 = 92 - 8 = 84

    f (4) = f (3) - 8 = 84 - 8 = 76

    f (5) = f (4) - 8 = 76 - 8 = 68

    f (6) = f (5) - 8 = 68 - 8 = 60
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “A sequence is defined recursively using the equation f (n + 1) = f (n) - 8. If f (1) = 100, what is f (6) ? ...” 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