4.4k views
1 vote
Write a recursive formula for the sequence 7,13,19,25,31... then find the next term

User Dhawal
by
8.2k points

2 Answers

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

Recursive formula => f(n + 1) = f(n) + 6

Next term = 31 + 6 = 37.

User Meduvigo
by
7.9k points
5 votes
each one hadds 6 to the previous one
f(n)=f(n-1)+6 is the formula
User Loose
by
8.1k points

No related questions found