Ask Question
11 March, 11:43

A sequence is defined recursively by the formula f (n+1) = f (n) + 3. The first term of the sequence is - 4. What is the next

+3
Answers (1)
  1. 11 March, 11:47
    0
    The first term is f (1) = - 4.

    So, the next term is the second one f (2).

    Using formula

    f (n+1) = f (n) + 3,

    f (1+1) = f (1) + 3,

    f (2) = - 4 + 3 = - 1.

    Answer f (2) = - 1.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A sequence is defined recursively by the formula f (n+1) = f (n) + 3. The first term of the sequence is - 4. What is the next ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers