Explore Westonci.ca, the top Q&A platform where your questions are answered by professionals and enthusiasts alike. Get accurate and detailed answers to your questions from a dedicated community of experts on our Q&A platform. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

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


Sagot :

Answer:

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

Step-by-step 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