document.write( "Question 1162199: Crystal is taking out an amortized loan for $16,000 to remodel parts of her home. Find the monthly payment if the loan is taken at 4% interest compounded monthly and she has agreed to pay it back over 8 years. \n" ); document.write( "
Algebra.Com's Answer #785962 by Theo(13342)![]() ![]() You can put this solution on YOUR website! present value = 16,000 \n" ); document.write( "interest rate is 4% per year compounded monthly. \n" ); document.write( "term of loan is 8 years. \n" ); document.write( "formula to use is: \n" ); document.write( "ANNUITY FOR A PRESENT AMOUNT WITH END OF TIME PERIOD PAYMENTS \n" ); document.write( "a = (p*r)/(1-(1/(1+r)^n)) \n" ); document.write( "a is the annuity. \n" ); document.write( "p is the present amount. \n" ); document.write( "r is the interest rate per time period. \n" ); document.write( "n is the number of time periods. \n" ); document.write( "p = 16000 \n" ); document.write( "r = 4/1200 \n" ); document.write( "n = 8*12 \n" ); document.write( "formula becomes: \n" ); document.write( "a = (16000*12/100)/(1-(1/(1+4/1200)^(8*12))) = 195.0284048 \n" ); document.write( "you can use a calculator as well. \n" ); document.write( "i used the TI-BA-II \n" ); document.write( "inputs were: \n" ); document.write( "present value = 16000 \n" ); document.write( "interest rate per month = (4/12)% \n" ); document.write( "number of months = 8*12 \n" ); document.write( "future value = 0 \n" ); document.write( "payments are made at the end of each time period. \n" ); document.write( "click on payment to get payment at the end of each month = the same as with the formula. \n" ); document.write( " \n" ); document.write( " |