document.write( "Question 172569: FIND THE BALANCE FOR A FOR P DOLLARS INVSTED AT RATE r for t years, compounded quarterly\r
\n" );
document.write( "\n" );
document.write( "p=$1000
\n" );
document.write( "r=6% compounded continuously \n" );
document.write( "
Algebra.Com's Answer #127428 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! FIND THE BALANCE FOR A FOR P DOLLARS INVSTED AT RATE r for t years, compounded quarterly \n" ); document.write( "p=$1000 \n" ); document.write( "r=6% compounded continuously \n" ); document.write( "---------------------- \n" ); document.write( "A(t) = P(1+(r/n))^(nt) \n" ); document.write( "A(t) = 1000(1+(0.6/4))^(4t) \n" ); document.write( "A(t) = 1000(1.15)^(4t) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |