Westonci.ca offers quick and accurate answers to your questions. Join our community and get the insights you need today. Connect with a community of experts ready to help you find accurate solutions to your questions quickly and efficiently. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

An arithmetic sequence has this recursive formula:
a₁ = 5
an = an-1-4
What is the explicit formula for this sequence?


An Arithmetic Sequence Has This Recursive Formula A 5 An An14 What Is The Explicit Formula For This Sequence class=

Sagot :

Answer:

[tex]a_n = 5 + (n-1)(-4)[/tex]

Step-by-step explanation:

So the explicit formula is generally defined as [tex]a_n = a_1 + d(n-1)[/tex]. where d is essentially the "slope", basically how much it's changing from term to term. anyways if you look at the recursive formula you'll notice it's taking the previous term and subtracting 4. This is what d is going to be, -4 and since a_1 is given you plug that in as well. This gives you the equation

[tex]a_n = 5 -4(n-1)[/tex] which can also be written as [tex]a_n = 5 + (n-1)(-4)[/tex]