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=

Answer :

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]