document.write( "Question 875363: Oliver invested $12,000 in an account that accrues compound interest at a rate of 2.5% yearly. What is the minimum number of years Oliver must wait before he has at least double his original investment? \n" ); document.write( "
Algebra.Com's Answer #528125 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Principal P = 12000 \n" ); document.write( "Amount= 24000 \n" ); document.write( "n= number of periods 1 \n" ); document.write( "compounded (t) 1 \n" ); document.write( "Rate = 2.5 \n" ); document.write( "n = ln(FV / PV) / ln(1 + r) \n" ); document.write( " \n" ); document.write( "n=( ln ( 24000 / 12000 )/ln( 1 + 0.03 ) \n" ); document.write( "n=( 0.69 )/ ln 1.03 \n" ); document.write( "n=( 0.69 / 0.02 ) \n" ); document.write( "n= 28.07 \n" ); document.write( " 28.07 years \n" ); document.write( " \n" ); document.write( " |