Ask Question
Today, 13:08

Create an explicit equation for each recursively-defined sequence below.

t (1) = 3, t (n + 1) = 5 * t (n)

+1
Answers (2)
  1. Today, 13:43
    0
    t (n) = 3·5^ (n-1)

    Explanation:

    The recursive formula describes a sequence in which each term is 5 times the one before it. This is a geometric sequence with common ratio 5 and a first term that is said to be 3.

    As you know, the generic formula for a geometric sequence is ...

    an = a1·r^ (n-1)

    For a1 = 3, r = 5, and a sequence named "t", this is ...

    t (n) = 3·5^ (n-1)
  2. Today, 16:40
    0
    t (n) = 3·5^ (n-1)

    Explanation:

    im guessing this may not be right ...
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Create an explicit equation for each recursively-defined sequence below. t (1) = 3, t (n + 1) = 5 * t (n) ...” in 📙 Biology 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