document.write( "Question 915336: PLEASSEEE HELPPP !!!
\n" );
document.write( "You are deposing $20 each month in a credit union savings club account. The interest rate is 0.4% per month or 4.8% annually. The balance at the beginning of the nth month can be given by the following recursive function. \r
\n" );
document.write( "\n" );
document.write( "U1=20
\n" );
document.write( "Un=20+(1.004)Un-1
\n" );
document.write( "Find the balance at the beginning of the 5th month.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #555545 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Geometric \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "20, 20.08, 20.16, 20.24,20.32, ... } \n" ); document.write( "Each term the beginning of that month \n" ); document.write( " |