document.write( "Question 1035056: If 2000 dollars invested in a bank account for 9 years, compounded quarterly, amounts to 2712.45 dollars, what is the interest rate paid by the account?\r
\n" );
document.write( "\n" );
document.write( "NOTE: Give your answer to the nearest percent \n" );
document.write( "
Algebra.Com's Answer #649679 by addingup(3677)![]() ![]() You can put this solution on YOUR website! PV = present value \n" ); document.write( "i = rate of interest per period \n" ); document.write( "n = number of periods \n" ); document.write( "t = number of years \n" ); document.write( "`````````````````````````````````````````````` \n" ); document.write( "FV = PV·(1+i/n)^nt \n" ); document.write( "2712.45 = 2000(1+i/4)^4*9 \n" ); document.write( "2712.45/2000 = (1+i/4)^36 \n" ); document.write( "(1+i/4) = (2712.45/2000)^(1/36) \n" ); document.write( "1+i/4 = \n" ); document.write( "1+i/4 = 1.0085 \n" ); document.write( "i/4 = 0.0085 \n" ); document.write( "i = 0.034 or 3.4% \n" ); document.write( " |