document.write( "Question 1201016: Using the expression below, choose the correct answers for the new balance and amount of interest earned in the following compound interest problem.\r
\n" );
document.write( "\n" );
document.write( "P(1 + r)n\r
\n" );
document.write( "\n" );
document.write( "$1,100 at 8%, for 15 years, compounded annually.\r
\n" );
document.write( "\n" );
document.write( "Total Amount = $ \r
\n" );
document.write( "\n" );
document.write( "Interest Amount = $ \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #835247 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the formula if f = p * (1 + r) ^ n \n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the interest rate per time period. \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have p = 1100 and r = .08 and n = 15. \n" ); document.write( "the formula becomes f = 1100 * 1.08 ^ 15 = 3489.386026. \n" ); document.write( "that's the total amount. \n" ); document.write( "the total interest is that minus 1100 = 2389.386026. \n" ); document.write( " |