document.write( "Question 1201043: Question 3 (15 marks) John has just purchased an apartment at a price of $5,000,000. He made a down-payment of $2,000,000 and financed the remaining with a 30-year mortgage at APR 12%, compounded monthly. (a) Determine the size of the fixed month-end payments. (5 marks)
\n" ); document.write( "(b) Calculate the amount John still owes the bank right after the 120th payment was made. (5 marks)
\n" ); document.write( "(c) Calculate the interest payment and the amount of principal paid in the 121st loan repayment. (5 marks)
\n" ); document.write( "

Algebra.Com's Answer #837746 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Answers
\n" ); document.write( "(a) $30,858.38
\n" ); document.write( "(b) $2,802,539.87
\n" ); document.write( "(c) interest payment = $28,025.40; principal payment = $2,832.98\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "====================================================================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Work Shown for part (a)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Price = $5 million
\n" ); document.write( "Down-payment = $2 million
\n" ); document.write( "Loan amount = 5-2 = $3 million\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We will use this monthly payment formula
\n" ); document.write( "P = (L*i)/( 1-(1+i)^(-n) )
\n" ); document.write( "where,
\n" ); document.write( "P = monthly payment
\n" ); document.write( "L = loan amount
\n" ); document.write( "i = monthly interest rate in decimal form
\n" ); document.write( "n = number of months\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this case
\n" ); document.write( "L = 3,000,000
\n" ); document.write( "i = 0.12/12 = 0.01
\n" ); document.write( "n = 30*12 = 360 months\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P = (L*i)/( 1-(1+i)^(-n) )
\n" ); document.write( "P = (3,000,000*0.01)/( 1-(1+0.01)^(-360) )
\n" ); document.write( "P = 30,858.3779077651
\n" ); document.write( "P = 30,858.38\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The answer can be confirmed through the use of a loan calculator such as this one
\n" ); document.write( "https://www.calculator.net/loan-calculator.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "===============================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Work Shown for part (b)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Refer to the 2nd formula mentioned on this page
\n" ); document.write( "https://www.mtgprofessor.com/formulas.htm
\n" ); document.write( "It calculates the remaining balance at any given month.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That formula looks rather messy.
\n" ); document.write( "The numerator is L*( (1+c)^n - (1+c)^p )
\n" ); document.write( "The denominator is (1+c)^n - 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "L = loan amount
\n" ); document.write( "c = monthly interest rate in decimal form
\n" ); document.write( "n = number of months of the entire loan
\n" ); document.write( "p = current month number\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this case we have
\n" ); document.write( "L = 3,000,000
\n" ); document.write( "c = 0.01 calculated earlier
\n" ); document.write( "n = 360 months total
\n" ); document.write( "p = 120\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "numerator = L*( (1+c)^n - (1+c)^p )
\n" ); document.write( "numerator = 3,000,000*( (1+0.01)^360 - (1+0.01)^120 )
\n" ); document.write( "numerator = 97,947,763.299334\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "denominator = (1+c)^n - 1
\n" ); document.write( "denominator = (1+0.01)^360 - 1
\n" ); document.write( "denominator = 34.949641327685\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Divide the results:
\n" ); document.write( "97,947,763.299334/34.949641327685 = 2,802,539.87103856\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "John still owes $2,802,539.87 after the 120th payment was made. This is approximately 2.8 million dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The first link I mentioned earlier (the loan calculator) provides a handy amortization table to show the balance for any given month.
\n" ); document.write( "Scroll down to month 120 to confirm that $2,802,539.87 is the ending balance.
\n" ); document.write( "120 months = 120/12 = 10 years\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "At first a big chunk of the monthly payment is composed of interest.
\n" ); document.write( "As time goes on, more of the monthly payment is devoted to the principal.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "===============================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Work Shown for part (c)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The balance at the end of month 120 is $2,802,539.87 as mentioned in part (b)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply this with c = 0.01 mentioned in the previous part. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0.01*(2,802,539.87) = 28,025.3987 = $28,025.40 is the interest part of the payment\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Subtract the interest from the monthly payment to determine the principal.
\n" ); document.write( "30,858.38 - 28,025.40 = $2,832.98\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For month 121 we have
\n" ); document.write( "interest = $28,025.40
\n" ); document.write( "principal = $2,832.98\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The amortization table can be used to confirm these results.
\n" ); document.write( "
\n" ); document.write( "
\n" );