document.write( "Question 189926: The problem is:
\n" );
document.write( "Assume the cost of a loaf of bread is $4. With continuous compounding, find the time it would take for the cost totriple at an annual inflation rate of 6%.\r
\n" );
document.write( "\n" );
document.write( "This seemed simple at first and I can figure it out the long way by compounding the interest each year, but I know there must be a formula I can set up to plug in and get the answer much quicker - thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #142503 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume the cost of a loaf of bread is $4. With continuous compounding, find the time it would take for the cost to triple at an annual inflation rate of 6%. \n" ); document.write( "-------------------------------------- \n" ); document.write( "A(t) = A(0)(1+r)^t \n" ); document.write( "3*4 = 4(1.06)^t \n" ); document.write( "--- \n" ); document.write( "3 = (1.06)^t \n" ); document.write( "Take the log of boh sides to get: \n" ); document.write( "t*log(1.06) = log3 \n" ); document.write( "t = (log3)/(log1.06) \n" ); document.write( "t = 18.85 years \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |