225k views
5 votes
Write a recursive formula for the sequence 7, 13, 19, 25, 31 then find the next term in the sequence? 13-7=6

19-13=6
hence x+6
hence 31+6

User Mptevsion
by
7.1k points

2 Answers

1 vote

Answer:


a_(n) =a_(n-1) + 6, where
a_(1) = 7; 37

Explanation:

User Naderio
by
6.3k points
3 votes
The recursive formula for the given sequence above which is 7, 13, 19, 25, and 31 and the next term in the sequence is this: an = an – 1 + 6, where a1 = 7; 37
Here is the solution:

f(1) = 7
f(2) = 7 + 6 = 13

The recursive formula would be: f(n + 1) = f(n) + 6

And the next term is = 31 + 6 = 37.
Hope this helps you!
User Simon Karlsson
by
7.1k points