document.write( "Question 881214: The total amount of interest that will be paid on a 5-year, $90,000 note payable at 11% simple annual interest is?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #532099 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! If the interest is compounded annually, then \n" ); document.write( "Year 1: 90000 * 1.11 = 99900 \n" ); document.write( "Year 2: 99900 * 1.11 = 110889 \n" ); document.write( "Year 3: 110889 * 1.11 = 123086.79 \n" ); document.write( "Year 4: 123086.79 * 1.11 = 136626.33 \n" ); document.write( "Year 5: 136626.33 * 1.11 = 151655.23 \n" ); document.write( ". \n" ); document.write( "The principal is 90,000. The interest is 61655.23 \n" ); document.write( ". \n" ); document.write( "We multiply by 1.11 because 1.00 is the principal and .11 is the simple interest rate. \n" ); document.write( " |