Ask Question
12 November, 05:20

Write a recursive definition for the sequence 21,16,11,6

+5
Answers (1)
  1. 12 November, 05:28
    0
    A recursive definition for the sequence shown above can be x = n-5.

    21 - 5 = 16

    16 - 5 = 11

    11 - 5 = 6

    and so on ...

    The number sequence has a difference of 5 in each of the values before and after them.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a recursive definition for the sequence 21,16,11,6 ...” 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