document.write( "Question 509750: How long will it take a $300 investment to be worth $400 if it is continuously compounded at 9% per year? \n" ); document.write( "
Algebra.Com's Answer #341603 by lwsshak3(11628) ![]() You can put this solution on YOUR website! How long will it take a $300 investment to be worth $400 if it is continuously compounded at 9% per year? \n" ); document.write( "** \n" ); document.write( "A=Pe^rt, P=$invested, r=annual rate of interest, A=amount after t years \n" ); document.write( ".. \n" ); document.write( "400=300e^.09t \n" ); document.write( "400/300=e^.09t \n" ); document.write( "4/3=e^.09t \n" ); document.write( "take ln of both sides \n" ); document.write( "ln(4/3)=.09t*lne \n" ); document.write( "log of base=1 \n" ); document.write( ".2877=.09t \n" ); document.write( "t=.2877/.09=3.2 yrs \n" ); document.write( "ans: \n" ); document.write( "It will take about 3.2 years for a $300 investment to be worth $400 \n" ); document.write( " |