document.write( "Question 869033: find out how long it take $2500 investment to double if it is invested at 9% compounded quarterly. Round to the nearest tenth of a year. use the formula
\n" );
document.write( "A=P(1+r/n)^nt \n" );
document.write( "
Algebra.Com's Answer #524407 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! 5000=2500(1+0.09/4)^(4*t)\r \n" ); document.write( "\n" ); document.write( "2=(1.0225)^(4t)\r \n" ); document.write( "\n" ); document.write( "ln2=4t*ln1.0225\r \n" ); document.write( "\n" ); document.write( "t=7.8 \n" ); document.write( " |