202k views
0 votes
Write a recursive definition for the sequence 21,16,11,6

User Sreedhar S
by
6.3k points

1 Answer

3 votes
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.
User Naixx
by
6.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.