document.write( "Question 612560: What is a recursive rule for the sequence below?\r
\n" );
document.write( "\n" );
document.write( "-19,-10,-1,8,...\r
\n" );
document.write( "\n" );
document.write( "I think that it could be a1=8, an=a(n-1)+9 \n" );
document.write( "
Algebra.Com's Answer #385562 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! No, the first term is -19 and not 8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the sequence is really an = a(n-1)+9 where a1 = -19 \n" ); document.write( " |