document.write( "Question 84939: Greetings, My question is:\r
\n" );
document.write( "\n" );
document.write( "The amount A in an account after t years from an initial principle P invested at an annual rate r compounded continuously is given by A = Pert where r is expressed as a decimal. How many years will it take an initial investment of $1,000 to grow to $1,700 at the rate of 4.42% compounded continuously?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61214 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The amount A in an account after t years from an initial principle P invested at an annual rate r compounded continuously is given by A = Pert where r is expressed as a decimal. How many years will it take an initial investment of $1,000 to grow to $1,700 at the rate of 4.42% compounded continuously? \n" ); document.write( "------------ \n" ); document.write( "A=Pe^(rt) \n" ); document.write( "1700 = 1000e^(0.0442t) \n" ); document.write( "1.7 = e^(0.0442t) \n" ); document.write( "Take the natural log of both sides to get: \n" ); document.write( "0.0442t= ln1.7 \n" ); document.write( "t = [ln1.7]/0.0442 \n" ); document.write( "t = 12.005 years \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |