document.write( "Question 962515: A person invests 6000 dollars in a bank. The bank pays 6% interest compounded daily. To the nearest tenth of a year, how long must the person leave the money in the bank until it reaches 11100 dollars? \n" ); document.write( "
Algebra.Com's Answer #588126 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A person invests 6000 dollars in a bank. The bank pays 6% interest compounded daily. To the nearest tenth of a year, how long must the person leave the money in the bank until it reaches 11100 dollars? \n" ); document.write( "*** \n" ); document.write( "A=P(1+r/n)^nt, P=initial investment, r=interest rate, n=number of compounding periods per year \n" ); document.write( "A=amt after t-years \n" ); document.write( ".. \n" ); document.write( "assume 365 days/yr \n" ); document.write( "11100=6000(1+.06/365)^365t \n" ); document.write( "11100/6000=(1+.0001644)^365t \n" ); document.write( "111/60=(1.0001644)^365t \n" ); document.write( "take log of both sides \n" ); document.write( "log(111/60)=365tlog(1.0001544) \n" ); document.write( "t=log(111/60)/365log(1.0001544)=14.2 \n" ); document.write( "how long must the person leave the money in the bank? about 14 years \n" ); document.write( " |