document.write( "Question 1080884: An amount of shs 2000 is invested at an interest if 5% per month. If shs 200 is added at the beginning of each successive month but with no withdraws,
\n" );
document.write( "1.Give an expression for the value accumulated after n months.
\n" );
document.write( "2.After how many months will the amount have accumulated first exceed shs. 42000?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #695195 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Total=2000(1+(.05/12))^n-1/(0.05/12) \n" ); document.write( "42000=2000(1+(.05/12))^n-1/(0.05/12) \n" ); document.write( "divide by 2000 and multiply by (0.05/12) \n" ); document.write( "0.0875=1.00416667^n-1 \n" ); document.write( "1.0875=1.00416667^n \n" ); document.write( "ln both sides \n" ); document.write( "0.0839=n *0.00416 \n" ); document.write( "n=20.18 months; 21 months ANSWER \n" ); document.write( "Check with 20 and 21 \n" ); document.write( "$41623.63 and $43797.06 \n" ); document.write( " |