142k views
4 votes
What is the recursive formula for the sequence? 10, 14, 18, 22, 26

User Serge P
by
6.9k points

2 Answers

4 votes
add 4 each time
the nth term is
a_n or f(n)
the next term after that is
a_(n+1) or f(n+1)

so each term is 4 more than previous
basically

a_(n+1)=4+a_n or
f(n+1)=4+f(n)
same thing
User Houbie
by
6.8k points
3 votes
We have an arithmetic sequence with common difference of 4; then, d = 4 and a1 = 4;
We have the formula an = a1 + (n-1)xd;
Finally, an = 10 + (n-1)x4 = 4n + 6;
User AntiDrondert
by
6.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.