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 #301960 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Amount= 5000 \n" ); document.write( "years=n \n" ); document.write( "compounded 1 \n" ); document.write( "Rate = 8.5 \n" ); document.write( "Amount = P*((n+r)/n)^n \n" ); document.write( " \n" ); document.write( "5000 = 2000 *( 1 + 0.09 )^ n \n" ); document.write( "2.5 = *( 1 + 0.09 )^ n \n" ); document.write( "ln 2.5 = n ln 1.09 \n" ); document.write( " 0.92 = n 0.08 \n" ); document.write( " 11.23 = n \n" ); document.write( " \n" ); document.write( " |