document.write( "Question 1197529: The Taylors have purchased a 290000 house. they made an initial payment of 10000 and secured a mortgage with interest charged at the rate of 6%/year on the unpaid balance. Interest computations are made at the end of each month. If the loan is to be amortized of 30 years, what monthly payment will the Taylor's be required to make? What is their equity after 5 years, 10 years and 20 years? \n" ); document.write( "
Algebra.Com's Answer #830835 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Home value = $290,000
\n" ); document.write( "Down payment = $10,000
\n" ); document.write( "Amount loaned = 290,000 - 10,000 = $280,000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The monthly payment formula is
\n" ); document.write( "M = (L*i)/( 1-(1+i)^(-n) )
\n" ); document.write( "where,
\n" ); document.write( "L = loan amount
\n" ); document.write( "i = interest rate per month, 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 = 280,000
\n" ); document.write( "i = 0.06/12 = 0.005
\n" ); document.write( "n = 360 months (equivalent to 30 years)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's compute the monthly payment
\n" ); document.write( "M = (L*i)/( 1-(1+i)^(-n) )
\n" ); document.write( "M = (280000*0.005)/( 1-(1+0.005)^(-360) )
\n" ); document.write( "M = 1678.74147042771
\n" ); document.write( "M = 1678.74
\n" ); document.write( "You can use a specialized online calculator such as these
\n" ); document.write( "https://www.calculator.net/loan-calculator.html
\n" ); document.write( "https://www.bankrate.com/loans/loan-calculator/
\n" ); document.write( "to confirm the correct monthly payment.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Alternatively, you can type this command into a spreadsheet
\n" ); document.write( "=PMT(0.005,360,280000,0,0)
\n" ); document.write( "or
\n" ); document.write( "=PMT(0.005,360,-280000,0,0)
\n" ); document.write( "to compute the monthly payment. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Yet another alternative is to use a TI83 or TI84 calculator.
\n" ); document.write( "Press the button labeled \"APPS\". Select \"Finance\" then select \"TVM Solver\".
\n" ); document.write( "TVM = time value of money
\n" ); document.write( "This will be the set of inputs
\n" ); document.write( "N = 360
\n" ); document.write( "I% = 0.5
\n" ); document.write( "PV = 280000
\n" ); document.write( "After those inputs are entered, move the cursor down to PMT. Then press the key labeled \"Alpha\" and then \"Enter\" and -1678.74147 should show up
\n" ); document.write( "Using PV = -280000 is equally valid. All we care about really is the absolute value of the result.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Next, I'll use the remaining balance formula mentioned on this page
\n" ); document.write( "https://www.mtgprofessor.com//formulas.htm
\n" ); document.write( "That formula is
\n" ); document.write( "B = L*( (1+i)^n - (1+i)^p )/( (1+i)^n - 1 )
\n" ); document.write( "where the L, i, and n are the same as before.
\n" ); document.write( "I'm using the letter 'i' to replace the letter 'c' mentioned in the link.
\n" ); document.write( "The p refers to the number of months you are into the loan.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's find the remaining balance after 5 years, aka 5*12 = 60 months
\n" ); document.write( "B = L*( (1+i)^n - (1+i)^p )/( (1+i)^n - 1 )
\n" ); document.write( "B = 280000*( (1+0.005)^360 - (1+0.005)^60 )/( (1+0.005)^360 - 1 )
\n" ); document.write( "B = 260552.199103894
\n" ); document.write( "B = 260552.20
\n" ); document.write( "The remaining balance after 5 years is $260,552.20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Assuming the home value stays at $290,000, then the home equity value is the difference of these items.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "equity = homeValue - remainingBalance
\n" ); document.write( "equity = 290000 - 260552.20
\n" ); document.write( "equity = 29447.80
\n" ); document.write( "This is the amount of money that the home owner can get out of the home after the debts are paid off.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now find the remaining balance after 10 years, aka 10*12 = 120 months
\n" ); document.write( "B = L*( (1+i)^n - (1+i)^p )/( (1+i)^n - 1 )
\n" ); document.write( "B = 280000*( (1+0.005)^360 - (1+0.005)^120 )/( (1+0.005)^360 - 1 )
\n" ); document.write( "B = 234320.029898434
\n" ); document.write( "B = 234320.03
\n" ); document.write( "then,
\n" ); document.write( "equity = homeValue - remainingBalance
\n" ); document.write( "equity = 290000 - 234320.03
\n" ); document.write( "equity = 55679.97\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The steps will be the same for 20 years, but this time we use p = 20*12 = 240
\n" ); document.write( "B = remaining balance after p months
\n" ); document.write( "B = L*( (1+i)^n - (1+i)^p )/( (1+i)^n - 1 )
\n" ); document.write( "B = 280000*( (1+0.005)^360 - (1+0.005)^240 )/( (1+0.005)^360 - 1 )
\n" ); document.write( "B = 151210.041484951
\n" ); document.write( "B = 151210.04
\n" ); document.write( "So,
\n" ); document.write( "equity = homeValue - remainingBalance
\n" ); document.write( "equity = 290000 - 151210.04
\n" ); document.write( "equity = 138789.96\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "==========================================================\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answers:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Monthly payment: $1,678.74
\n" ); document.write( "Equity after 5 years: $29,447.80
\n" ); document.write( "Equity after 10 years: $55,679.97
\n" ); document.write( "Equity after 20 years: $138,789.96\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: this assumes the home's value stays at $290,000. Realistically of course this home value will fluctuate over time.
\n" ); document.write( "
\n" ); document.write( "
\n" );