Ask Question
25 December, 17:28

Write a recursive and explicit formula for the following arithmetic sequences-5,-2,1,4

+4
Answers (1)
  1. 25 December, 21:19
    0
    You are adding three to the last term to get to the next one.

    a = - 5

    d = 3

    Explicit Formula

    tn = a + (n - 1) * d

    Example

    t4 = - 5 + (4 - 1) * 3

    t4 = - 5 + 3*3

    t4 = - 5 + 9

    t4 = 4 which is exactly what you show.

    Recursive formula

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

    Example

    n = 5

    f (5) = f (4) + 3

    f (5) = 4 + 3

    f (5) = 7
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a recursive and explicit formula for the following arithmetic sequences-5,-2,1,4 ...” 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