227k views
4 votes
Write a recursive rule for the following sequences 4,9,14,19

User Zolastro
by
7.7k points

1 Answer

5 votes

Explanation:

This is an arithmetic sequence with a common difference of 5.

4 + 5 = 9

9 + 5 = 14

14 + 5 = 19

The recursive rule is:


a_n=a_(n-1)+5

User Frederic Nault
by
7.6k points

No related questions found