document.write( "Question 86910: Approximately how long will it take $100 to grow to $500 at 8% annual interest and compounded 12 times per year? \n" ); document.write( "
Algebra.Com's Answer #62875 by stanbon(75887) ![]() You can put this solution on YOUR website! Approximately how long will it take $100 to grow to $500 at 8% annual interest and compounded 12 times per year? \n" ); document.write( "------------ \n" ); document.write( "A(t) = P(1+r/n)^(nt) \n" ); document.write( "500 = 100(1+0.08/12)^(12t) \n" ); document.write( "5 = 1.0066666666^12t \n" ); document.write( "Take the log of both sides to get: \n" ); document.write( "12t(log1.006666666...)= log5 \n" ); document.write( "12t = [log5]/[log1.006666666...] \n" ); document.write( "12t = 242.22 \n" ); document.write( "t = 20.18 years \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |