Ask Question
15 September, 12:33

Find the recursive definition of the following sequence (Remember to define the first term t, the recursive rule to find

tn, and the value t will start at.)

1, 6, 36, 216, 1296 ...

+2
Answers (1)
  1. 15 September, 13:19
    0
    1) First term t (1) = 1

    2) Recursive formula:

    r = 36/6 = 1

    t (n+1) = tn * 6, the value of t will start at t (1) = 1
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Find the recursive definition of the following sequence (Remember to define the first term t, the recursive rule to find tn, and the value ...” 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