document.write( "Question 1190107: Austin deposited $5000 into an account with a 8.6% annual interest rate, compounded semiannually. Assuming that no withdrawals
\n" );
document.write( "are made, how long will it take for the investment to grow to $7945?
\n" );
document.write( "Do not round any intermediate computations, and round your answer to the nearest hundredth.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821671 by math_tutor2020(3817) ![]() You can put this solution on YOUR website! \n" ); document.write( "A = P*(1+r/n)^(n*t) \n" ); document.write( "7945 = 5000*(1+0.086/2)^(2*t) \n" ); document.write( "7945 = 5000*1.043^(2*t) \n" ); document.write( "5000*1.043^(2*t) = 7945 \n" ); document.write( "1.043^(2*t) = 7945/5000 \n" ); document.write( "1.043^(2*t) = 1.589 \n" ); document.write( "Log[ 1.043^(2*t) ] = Log[ 1.589 ] \n" ); document.write( "2t*Log(1.043) = Log(1.589) \n" ); document.write( "t = 0.5*Log(1.589)/Log(1.043) \n" ); document.write( "t = 5.4999044129978 \n" ); document.write( "t = 5.50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It takes about 5.50 years \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |