Ask Question
1 August, 05:19

How can you represent the terms of a sequence explicitly? How can you represent them recursively? Provide mathematical examples to support your opinions.

+3
Answers (1)
  1. 1 August, 05:39
    0
    1/Explicitly: with a formula that contains and uses n, the term number.

    Example. The sequence 9, 12, 15, 18 ... can be represented by the formula an = 3n + 6.

    2/Recursively: with a formula containing and using a (n-1), the previous term.

    Example: 9, 12, 15, 18 ... can be represented by the formula an = a (n-1) + 3. The first term (a1) needs to be specified (a1 = 9)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How can you represent the terms of a sequence explicitly? How can you represent them recursively? Provide mathematical examples to support ...” 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