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

asked
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.

answered
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
answered
User Loose
by
8.1k 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.