asked 66.7k views
3 votes
Write a recursive formula for 16, 9, 7, 2, 5

asked
User Sonoman
by
7.0k points

1 Answer

5 votes
Notice that:

7=16-9
2=9-7
5=7-2

the next term would be: 2-5=-3

so each term of the sequence is equal to its previous term, subtracted from the second previous term:

Also, in order to describe the formula, we need to express the 2 first terms, 1 is not enough.

The recursive formula is:


a_1=16

a_2=9

a_n_2=a_n_1-a_n
answered
User Max Woolf
by
8.7k 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.