Ask Question
1 July, 02:05

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

+5
Answers (1)
  1. 1 July, 02:31
    0
    F (n+1) = f (n) - 8

    f (1) = 100

    try with n = 1

    f (1+1) = f (1) - 8

    f (2) = 100 - 8

    f (2) = 92

    try with n = 0

    f (0+1) = f (0) - 8

    f (1) = f (0) - 8

    100 = f (0) - 8

    100 + 8 = f (0) - 8 + 8

    108 = f (0)

    so we know that

    f (0) = 108

    f (1) = 100

    f (2) = 92

    the bigger function you have, you need to - 8

    so

    f (3) = 84

    f (4) = 76

    f (5) = 68

    f (6) = 60

    so f (6) = 60
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “A sequence is defined recursively by 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