document.write( "Question 1030872: Suppose you inherit $20,000. You find an investement accunt that pays 5.5% interet compunded continuously. How long will you need to keep it in the account until you have $30,000? \n" ); document.write( "
Algebra.Com's Answer #645658 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Let's start with the formula for compound interest
\n" ); document.write( "A = Pe^rt
\n" ); document.write( "where A is the final amount, P is the principal or initial amount, e is the mathematical constant also known as Euler's number since Euler discovered it, r is the rate and t is the time.
\n" ); document.write( "30,000 = 20,000*(e^0.055t)
\n" ); document.write( "30,000/20,000 = e^0.055t
\n" ); document.write( "1.5 = e^0.055t
\n" ); document.write( "log(1.5) = log(e^0.055t)
\n" ); document.write( "0.1760 = 0.055t*log(e)
\n" ); document.write( "Divide both sides by 0.055
\n" ); document.write( "3.20 = t*log(e)
\n" ); document.write( "3.2/log(e) = t use your calculator, get log(e) then divide 3.2/the log to get:
\n" ); document.write( "7.37 = t
\n" ); document.write( "
\n" );