document.write( "Question 1117385: Write a recursive definition for the sequence 11, 8, 5, 2,...\r
\n" ); document.write( "\n" ); document.write( "a1=11, an=an-1-4
\n" ); document.write( "a1=11, an=an-1-3
\n" ); document.write( "a1=2, an=an-1-3
\n" ); document.write( "a1=2, an=an-1+3\r
\n" ); document.write( "\n" ); document.write( "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.\r
\n" ); document.write( "\n" ); document.write( "Here is the photo of the four answers with subscript. https://postimg.cc/image/sszribopz/
\n" ); document.write( "

Algebra.Com's Answer #732452 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Write a recursive definition for the sequence 11, 8, 5, 2,...-
\n" ); document.write( "----
\n" ); document.write( "You see that each successive term is 3 less than its previous term
\n" ); document.write( "and you see that the 1st term in 11.
\n" ); document.write( "So a(1) = 11 and a(n) = a(n-1) - 3
\n" ); document.write( "a1=11, an=a(n-1)-4
\n" ); document.write( "a1=11, an=a(n-1)-3
\n" ); document.write( "a1=2, an=a(n-1)-3
\n" ); document.write( "a1=2, an=a(n-1)+3
\n" ); document.write( "------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-----------
\n" ); document.write( "
\n" );