90.4k views
0 votes
Write a recursive formula and an explicit formula for the following arithmetic sequence.

10,17,24,31,38,...

User Bsalex
by
5.5k points

1 Answer

0 votes

Answer:

Recursive Formula: f(1) = 10, f(n) = f(n − 1) + 7 for n ≥ 2.

Explicit Formula: f(n)= 10+7(n-)

Explanation:

Recursive Formula: f(1) = first term, f(n) = f(n − 1) + d for n ≥ 2.

Explicit Formula: f(n)= f(1)+d(n-1)

User NorthCat
by
6.1k points