document.write( "Question 1035712: Calculate the total interest on a loan of k5400 for 2 years at 9.5 % for compounded yearly. \n" ); document.write( "
Algebra.Com's Answer #650873 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! For annual interest the formula is (1 + r)^(number of years) * (original amt) \n" ); document.write( "(1 + 9.5%)^2 * 5400 \n" ); document.write( "(1.095)^2 * 5400 \n" ); document.write( "1.199025 * 5400 \n" ); document.write( "k6474.735 \n" ); document.write( " \n" ); document.write( " |