92.5k views
3 votes
what is the Recursive Formula and the Explicit Formula for Let a1=2, 9, 16, 23, and Let a1=2, 14, 98, 686, ...

User Max Alcala
by
3.9k points

1 Answer

3 votes

Answer:

Explanation:

I don’t know why they bother teaching recursive formulas as the explicit is almost always used :)

For 2,9,16,23...

Recursive is a(n+1)=an+7

Explicit is an=2+7(n-1)

(or more neatly an=7n-5)

For 2,14,98,686...

Recursive is a(n+1)=7an

Explicit is an=2(7^(n-1))

(or (2/7)7^n )

User Badp
by
4.6k points