Ask Question
27 March, 02:14

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

+5
Answers (1)
  1. 27 March, 03:39
    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 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