Ask Question
2 October, 01:39

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

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

+2
Answers (2)
  1. 2 October, 02:44
    0
    t (n) = 3·5^ (n-1)

    Explanation:

    im guessing this may not be right ...
  2. 2 October, 03:31
    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)
Know the Answer?
Not Sure About the Answer?
Find 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 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