Ask Question
29 November, 22:59

Write a recursive definition for the sequence below.

-1,4,9, 14, ...

A. a1 = -1; an=49-1 + 5

B. a1 = -1; &n = an-1 + 15

C. a1 = 14; an = an-1-5

D. a1 = 14; an=an-1 + 15

+4
Answers (1)
  1. 29 November, 23:06
    0
    It looks like A, but the answer is a little messed up.

    The Recursive sequence should be:

    An=-1 An+1=An+5
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a recursive definition for the sequence below. -1,4,9, 14, ... A. a1 = -1; an=49-1 + 5 B. a1 = -1; &n = an-1 + 15 C. a1 = 14; an = ...” 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