180k views
0 votes
Which of the following recursive formulas represents the same arithmetic sequence as the explicit formula an = 2 + (n – 1)5?

User JubJub
by
6.1k points

2 Answers

6 votes
2+6-1*5       =35 n=6        I'm not 100% positive
User MasterGberry
by
5.5k points
4 votes

Answer:

The recursive formulas for the following sequence is
a_n=a_(n-1)+5.

Explanation:

The given explicit formula is


a_n=2+(n-1)5

Find the (n-1)th term of the sequence.


a_(n-1)=2+(n-1-1)5


a_(n-1)=2+(n-2)5 .... (1)

The given explicit formula can be written as


a_n=2+(n-1(-2+2))5


a_n=2+(n-2(-1+2))5


a_n=2+(n-2+1)5

Use distributive property.


a_n=2+(n-2)5+5

Using equation (1), we get


a_n=a_(n-1)+5

Therefore the recursive formulas for the following sequence is
a_n=a_(n-1)+5.

User Thalsan
by
5.7k points