document.write( "Question 1004733: What interest rate (compounded annually) is needed to enable an investment of $5000 to accumulate to $10000 in 12 years?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621120 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We use the formula \n" ); document.write( "A(t) = Ao * (1+r)^t \n" ); document.write( "Plugging in we get \n" ); document.write( "10000 = 5000(1+r)^12 \n" ); document.write( "2 = (1+r)^12 \n" ); document.write( "1+r = 2^(1/12) \n" ); document.write( "r = 2^(1/12) - 1 = 5.95% \n" ); document.write( " |