Ask Question
10 May, 07:22

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

+3
Answers (1)
  1. 10 May, 07:25
    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?
Find an answer to your question 👍 “Write a recursive and explicit formula for the following arithmetic sequences-5,-2,1,4 ...” 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