document.write( "Question 1100404: Ron has 20 roses in his garden every year he grows 5 more.
\n" );
document.write( "A)Write an explicit formula
\n" );
document.write( "B)Write a recursive formula\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #715497 by math_helper(2461) You can put this solution on YOUR website! Let R(n) = number of roses after n years \n" ); document.write( "-- \n" ); document.write( "A) R(n) = 20 + 5n \n" ); document.write( "B) R(n) = R(n-1) + 5; n=1,2,3,… and R(0) = 20\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |