document.write( "Question 378198: Suppose $200 was invested at 9% per annum compounded annually. How many years will it take for the investment to grow to $500? \n" ); document.write( "
| Algebra.Com's Answer #268769 by stanbon(75887)      You can put this solution on YOUR website! Suppose $200 was invested at 9% per annum compounded annually. How many years will it take for the investment to grow to $500? \n" ); document.write( "------------------- \n" ); document.write( "A(t) = P(1+(r/n))^(nt) \n" ); document.write( "---- \n" ); document.write( "500 = 200(1+(0.09/1))^(1*t) \n" ); document.write( "--------------- \n" ); document.write( "2.5 = 1.09^t \n" ); document.write( "--- \n" ); document.write( "t*log1.09 = log2.5 \n" ); document.write( "t = [log(2.5)]/[log(1.09)] \n" ); document.write( "t = 10.63 years \n" ); document.write( "-------------- \n" ); document.write( "Rounding up time = 11 years. \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |