document.write( "Question 895016: How long for $1000 to grow to $1700 at 9% (both quarter and continuously)? \n" ); document.write( "
Algebra.Com's Answer #542514 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! Q: \n" ); document.write( "How long for $1000 to grow to $1700 at 9% (both quarter and continuously)? \n" ); document.write( "A: \n" ); document.write( "Solution if compounded quarterly: \n" ); document.write( "1000(1 + .09/4)^(4t) = 1700 \n" ); document.write( "Divide both sides by 1000 \n" ); document.write( "(1 + .09/4)^(4t) = 1.7 \n" ); document.write( "Get the natural logarithm of both sides \n" ); document.write( "4t*ln(1.0225) = ln(1.7) \n" ); document.write( "t = ln(1.7)/(4*ln(1.0225)) = 5.96 years if compounded quarterly\r \n" ); document.write( "\n" ); document.write( "Solution if compounded continuously: \n" ); document.write( "1000*e^(0.09t) = 1700 \n" ); document.write( "Divide both sides by 1000 \n" ); document.write( "e^(0.09t) = 1.7 \n" ); document.write( "Get the natural logarithm of both sides \n" ); document.write( "0.09t = ln(1.7) \n" ); document.write( "t = (ln(1.7))/0.09 = 5.9 years if compounded continuously \n" ); document.write( " \n" ); document.write( " |