47.3k views
25 votes
HELP ME PLEASE

Write the following Arithmetic Sequence using a Recursive Formula: an = -5 + 2(n - 1)

1) a1 = -5, an = an-1 + 2
2) a1 = 2, an = an+1 - 5
3) a1 = 2, an = an-1 - 5
4) a1 = -5, an = an+1 + 2

User Alleyne
by
5.7k points

1 Answer

9 votes

Answer:

1) a1 = -5, a(n) = a(n-1) + 2

Explanation:

The explicit formula for an arithmetic sequence can be written ...

an = a1 +d(n -1)

The corresponding recursive formula is ...

a(1) = a1, a(n) = a(n -1) +d

__

Comparing the above explicit formula to the one you're given, you see that ...

a1 = -5, d = 2

Using these values in the recursive formula gives you ...

a(1) = -5, a(n) = a(n-1) +2

User Terson
by
4.9k points