document.write( "Question 583965: how long will it take for an investment to double if it earns 6.25% interest per year compounded quarterly? \n" ); document.write( "
Algebra.Com's Answer #372642 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Principal P = 100 \n" ); document.write( "Amount= 200 \n" ); document.write( "n= number of periods \n" ); document.write( "compounded (q) 4 \n" ); document.write( "Rate = 6.25 \n" ); document.write( "n = ln(FV / PV) / ln(1 + r/q) \n" ); document.write( " \n" ); document.write( "n=( ln ( 200 / 100 )/ln( 1 + 0.02 ) \n" ); document.write( "n=( 0.69 )/ ln 1.02 \n" ); document.write( "n=( 0.69 / 0.02 ) \n" ); document.write( "n= 44.71 quarters \n" ); document.write( "divide by 4 \n" ); document.write( " 11.18 years \n" ); document.write( " \n" ); document.write( " |