document.write( "Question 1134809: Angela wants to buy a house for 700000.she has a deposit of 50000 and take out a loan for the balance at a rate of 18% p.a compounded monthly\r
\n" ); document.write( "\n" ); document.write( "1.how much money must Angela
\n" ); document.write( "borrow from the bank?
\n" ); document.write( "2.calculate the monthly payment if she wishes to settle the loan in 15 years
\n" ); document.write( "3.Angela later won the lottery and wishes to settle the loan after the 50th payment.what is the outstanding balance?
\n" ); document.write( "

Algebra.Com's Answer #752304 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the house costs 700,000 and she has a deposit of 50,000.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the interest rate on the loan is 18% compounded monthly.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "she puts her 50,000 down and she needs to borrow the remainder from the bank.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that remainder is equal to 700,000 - 50,000 = 650,000.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can use a financial calculator to determine the monthly paymentw.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the one i use is the TI-BA-II.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "using this calculator, i provide the following inputs.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "present value is equal to 650,000.
\n" ); document.write( "percent interest rate per month is equal to 18/12 = 1.5.
\n" ); document.write( "number of months is equal to 15 * 12 = 180.
\n" ); document.write( "future value is equal to 0.
\n" ); document.write( "payments are made at the end of each month.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i then have the calculator tell me that the monthly payments are 10,467.736767 dollars payable at the end of each month, which would be rounded to 10,467.74 dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if i want to know the remaining balance at the end of the 50th month, the financial calculator has the capability to tell me that directly, or i can figure it out by doing the following.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since there are 180 months in the loan, then after the 50th month, i have 180 - 50 = 130 months of payments left.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i use the calculator again and input the following.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "present value = 0
\n" ); document.write( "future value = 0
\n" ); document.write( "number of months = 130
\n" ); document.write( "percent interest rate per month = 1.5
\n" ); document.write( "payment at the end of each month is equal to 10,467.73676.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i then have the calculator tell me that the present value of that loan is equal to 597,115.126 dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's the remaining balance after 50 months which is what i would have to pay to settle the loan.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "there is a manual formula i can use to calculate the same thing.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that formula is shown below.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the first formula i would use is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "ANNUITY FOR A PRESENT AMOUNT WITH END OF TIME PERIOD PAYMENTS \r
\n" ); document.write( "\n" ); document.write( "a = (p*r)/(1-(1/(1+r)^n)) \r
\n" ); document.write( "\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. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the inputs to this formula would be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p = 650,000 (without the comma)
\n" ); document.write( "r = .18 / 12 = .015 (this is the rate, not the percent)
\n" ); document.write( "n = 12 * 15 = 180\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula would become:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = (650000*.015)/(1-(1/(1+.015)^180)).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the result from executing this formula in my calculator would be 10,467.74676.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this compares favorably with what the calculator told me. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the second formula i would use is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "PRESENT VALUE OF AN ANNUITY WITH END OF TIME PERIOD PAYMENTS \r
\n" ); document.write( "\n" ); document.write( "p = (a*(1-1/(1+r)^n))/r \r
\n" ); document.write( "\n" ); document.write( "p is the present value of the annuity.
\n" ); document.write( "a is the annuity.
\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( "the inputs to this formula would be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a = 10,467.73676
\n" ); document.write( "r = .015
\n" ); document.write( "n= 180 - 50 = 130\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula would then look like this:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p = (10,467.73676*(1-1/(1+.015)^130))/.015\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i would enter it into my calculator exactly as shown.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "it would then tell me that the present value is equal to 597,115.1262.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this compares favorably with what the financial calculator told me.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i can also do the calculations in excel and show you the month by month breakdown of the payments and the remaining in each time payment.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this provides a reasonable confirmation that the calculations were done correctly.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is what the excel printout looks like.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i skipped non-essential months since they weren't necessary for you to understand what i was trying to show you.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula used in excel to calculate the monthly payments was:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=PMT(0.18/12,15*12,-F3)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".18/12 was the rate per month.
\n" ); document.write( "15*12 was the number of months.
\n" ); document.write( "-F3 was the negative value of the contents that were in cell F3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "finally, there is a function in the TI-BA-II that allows you to find the remaining balance at the end of the 50th month directly.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "using this method, i was able to confirm that my other calculations were correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you don't have a financial calculator handy, there is an online calculator you can use.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that calculator can be found at https://arachnoid.com/finance/\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you should be able to duplicate my findings using this calculator, give or take a few pennies because of rounding.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you are having trouble duplicating these answers, let me know and i'll guide you through it in more detail.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the tutorial where i got the manual formulas from can be found here:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.algebra.com/algebra/homework/Finance/THEO-2016-04-29.lesson#f9
\n" ); document.write( "
\n" );