document.write( "Question 436406: find the number of years it would take to grow an initial investment of $2,000 to a future value of $5,000, at an interest rate of 8.5%, compounded annually.\r
\n" );
document.write( "\n" );
document.write( "formula: FVn=PV(1+i)n\r
\n" );
document.write( "\n" );
document.write( "FVn IS THE FUTURE VALUE OF THE INVESTMENT AFTER N YEARS
\n" );
document.write( "PV IS THE INITIAL AMOUNT OF THE INVESTMENT
\n" );
document.write( "i is the interest rate
\n" );
document.write( "n is the length of the investment in years
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #301956 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 5000=2000(1.085)^t \n" ); document.write( "5000/2000=1.085^t \n" ); document.write( "2.5=1.085^t \n" ); document.write( "t=11.25 yrs \n" ); document.write( " |