Ask Question
16 April, 17:30

Write a recursive and an explicit formula to represent the following sequence 52, 40, 28, 16, ...

+4
Answers (1)
  1. 16 April, 19:10
    0
    Explicit tn = 52 + (n - 1) * (-12)

    Recursive = tn = t (n - 1) - 12

    Step-by-step explanation:

    The difference between term n and term n - 1 is can be found by taking the difference between and 2 consecutive terms.

    t3 = 28

    t2 = 40

    d = t3 - t2

    d = 28 - 40

    d = - 12

    Explicit

    tn = a1 + (n - 1) * d

    a1 = 52

    d = - 12

    tn = 52 + (n - 1) * (-12)

    Example

    Find t5

    t5 = 52 + (5 - 1) * (-12)

    t5 = 52 + 4 * - 12

    t5 = 52 - 48

    t5 = 4

    Recursive

    tn = t (n - 1) - 12

    Example

    t5 = t4 - 12

    t5 = 16 - 12

    t5 = 4 just as it did before.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write a recursive and an explicit formula to represent the following sequence 52, 40, 28, 16, ... ...” 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