SOLUTION: Write a recursive definition for the sequence 11, 8, 5, 2,...
a1=11, an=an-1-4
a1=11, an=an-1-3
a1=2, an=an-1-3
a1=2, an=an-1+3
Much of that is meant to be in subscript, h
Algebra.Com
Question 1117385: Write a recursive definition for the sequence 11, 8, 5, 2,...
a1=11, an=an-1-4
a1=11, an=an-1-3
a1=2, an=an-1-3
a1=2, an=an-1+3
Much of that is meant to be in subscript, however, I don't know how to do subscript on here and couldn't get it to copy paste over, here is a photo, I do apologize that the entire problem can't be seen on here.
Here is the photo of the four answers with subscript. https://postimg.cc/image/sszribopz/
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
Write a recursive definition for the sequence 11, 8, 5, 2,...-
----
You see that each successive term is 3 less than its previous term
and you see that the 1st term in 11.
So a(1) = 11 and a(n) = a(n-1) - 3
a1=11, an=a(n-1)-4
a1=11, an=a(n-1)-3
a1=2, an=a(n-1)-3
a1=2, an=a(n-1)+3
------
Cheers,
Stan H.
-----------
RELATED QUESTIONS
Consider the recursive sequence. a1=3, a2=5, an = 1/2(an-1+an-2)
Find a3, a4, and... (answered by ewatrrr)
In an arithmetic sequence {an}, if a1 = 5 and d = 3, the first 4 terms in the sequence... (answered by vleith)
There is a sequence of numbers a1, a2, ... where a1 = 2, a2 = 3, and an = (an-1)/(an-2) (answered by solver91311)
Find the first 5 terms of the recursive sequence. A1=3... (answered by jim_thompson5910)
Find the fourth term in the following recursively defined sequence.
a1 = 2
an =... (answered by stanbon)
Write first four terms of the sequence definded by the recursive sequence
a1 = 4 and an (answered by fractalier)
Write the first seven terms of each sequence:
a1=1 , a2=-1 , an=an-2-an-1 , n is... (answered by oscargut)
What are the first five terms of the sequence a1 = 3; an = an–1 + 5?
a.... (answered by Fombitz)
Write an explicit formula for the sequence an=-3an-1 and a1=3 explain your... (answered by fractalier)