Ask Question
25 April, 19:24

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

+2
Answers (1)
  1. 25 April, 19:35
    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?
Get an answer to your question ✅ “Write a recursive definition for the sequence 21,16,11,6 ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers