document.write( "Question 937996: A loan of $40,000 is made at 4.75% interest , compounded annually after how many years will the amount due reach 80,000 \n" ); document.write( "
Algebra.Com's Answer #571375 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A loan of $40,000 is made at 4.75% interest , compounded annually after how many years will the amount due reach 80,000 \n" ); document.write( "compound interest formula: A=P(1+r/n)^nt, P=initial investment, r=interest rate, n=number of compounding periods per year, A=amount after t-years. \n" ); document.write( ".. \n" ); document.write( "For given problem: \n" ); document.write( "P=40000 \n" ); document.write( "r=.0475 \n" ); document.write( "n=1 \n" ); document.write( ".. \n" ); document.write( "80000=40000(1+.0475/1)^1*t \n" ); document.write( "80000/40000=2=(1.0475)^t \n" ); document.write( "(1.0475)^t=2 \n" ); document.write( "take log of both sides \n" ); document.write( "tlog(1.0475)=log(2) \n" ); document.write( "t=log(2)/log(1.0475) \n" ); document.write( "t≈14.9 \n" ); document.write( "after how many years will the amount due reach 80,000? approximately 15 \n" ); document.write( " |