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

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.
answered
User Naixx
by
7.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.