Ask Question
14 August, 00:12

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

+1
Answers (1)
  1. 14 August, 01:10
    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?
Get 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 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