42.2k views
0 votes
Which recursive formula can be used to represent the sequence 2,6,10,14,18,...??? Help ASAP!!!!!

Which recursive formula can be used to represent the sequence 2,6,10,14,18,...??? Help-example-1
User Fia
by
5.6k points

2 Answers

2 votes

Answer:

The first term = 2

a1 = 2

a_n=a_{n-1}+4

Explanation:


User Doron Zavelevsky
by
4.7k points
5 votes

We have the sequence 2, 6, 10, 14, 18, ... Always 4 being added, so we can say:

The first term is 2. The added is 4, so,

a1 = 2


a_n=a_(n-1)+4

Prove:


a_2=a_(2-1)+4 => a_2=a_1+4=>a_2=2+4=6

User Dnltsk
by
5.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.