document.write( "Question 1102909: The explicit rule for a sequence is f(n)=1.25(n-1)+6.25.
\n" );
document.write( "What should I do to find the recursive rule? \n" );
document.write( "
Algebra.Com's Answer #717959 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The explicit rule is linear.\r \n" ); document.write( "\n" ); document.write( "Hence by the slope formula, f(n) - f(n-1) = 1.25, and therefore, f(n) = f(n-1) + 1.25.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |