Question

Create a program that calculate the amount of a mortgage payment. Refer to the appropriate video...

Create a program that calculate the amount of a mortgage payment. Refer to the appropriate video or any online source for how the mathematics of the calculation works. If given these three things:

  • The amount of the loan in whole dollars
  • The number of payments (e.g. 360 for 30-year)
  • The interest rate per payment period in percent ( a positive floating-point number)

The program should print out the correct value (in dollars and cents) of the per-period payment of principal and interest (ignore escrow accounts, taxes, and insurance) for the following scenarios:

  • 72 month loan of $20,000, 4.4% APR, compounded monthly
  • 30 year loan of $150,000, 5% APR, one annual payment each year for 30 years

I am confused with the math behind finding the amount of a mortgage payment. Please explain the calculations behind the two above given scenarios.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1) Compute the monthly payment of loan of $20000 to be financed over 72 months at an interest rate of 4.4% compounded monthly

According to given information principal is $20000

Rate of interest r = 4.4%

Rate of interest r = 4.4 / 100 = 0.044

Compounding period is monthly so r = 0.044 / 12 = 0.003667

Now number of payments 72

Now we can use the below formula to find the monthly payment (PMT)

PMT = [ p x r x (1+r)t ] / [(1+r)t-1]

PMT = [20000 x 0.003667 x (1+0.003667)72 ] / [(1+0.003667)72-1]

PMT = [73.34 x 1.30153] / [1.30153 - 1]

PMT = [95.4542] / [0.30153]

PMT = $316.57

So monthly payment is $ 316.57

2) Compute the monthly payment of loan of $150000 to be financed over 30 years at an interest rate of 5% for annual payments

According to given information principal is $150000

Rate of interest r = 5%

Rate of interest r = 5 / 100 = 0.05

Now number of payments 30

Now we can use the below formula to find the monthly payment (PMT)

PMT = [ p x r x (1+r)t ] / [(1+r)t-1]

PMT = [150000 x 0.05 x (1+0.05)30 ] / [(1+0.05)30-1]

PMT = [7500 x 4.3219] / [4.3219 - 1]

PMT = [32414.25] / [3.3219]

PMT = $9757.744 ~ 9757.75

So annual payment is $ 9757.75

Add a comment
Know the answer?
Add Answer to:
Create a program that calculate the amount of a mortgage payment. Refer to the appropriate video...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The program is in python :) Write a code program to calculate the mortgage payment. The...

    The program is in python :) Write a code program to calculate the mortgage payment. The equation for calculating the mortgage payment is: M = P (1+r)n (1+r)n-1 Where: M is your monthly payment P is your principal r is your monthly interest rate, calculated by dividing your annual interest rate by 12. n is your number of payments (the number of months you will be paying the loan) Example: You have a $100,000 mortgage loan with 6 percent annual...

  • Lab 2 - Differentials and your Mortgage The monthly payment P on a mortgage loan of...

    Lab 2 - Differentials and your Mortgage The monthly payment P on a mortgage loan of A dollars at an APR of r (as a decimal) for t years is given by this formula Р(А, r,t) 3D А -1 2 1-|1+ 12 ӘР ОР дР Determine and state the partial derivatives JA'ar'at uSing a CAS (Computer Algebra 1. System.) Include screen shots of each of these in your report! (15 pts) 2 Find P(250000, 0.035, 15). (10 pts) Use differentials...

  • Please help me: Lab 2 - Differentials and your Mortgage – FA19 The monthly payment P...

    Please help me: Lab 2 - Differentials and your Mortgage – FA19 The monthly payment P on a mortgage loan of A dollars at an APR of r (as a decimal) for t years is given by this formula. P(A,r,1)= A - -12 1. Determine and state the partial derivatives using a CAS (Computer Algebra System.) Include screen shots of each of these in your report! (15 pts) 2. Find P(275000, 0.04, 20). (10 pts) 3. Use differentials to determine...

  • A loan officer states, "Thousands of dollars can be saved by switching to a 15-year mortgage...

    A loan officer states, "Thousands of dollars can be saved by switching to a 15-year mortgage from a 30-year mortgage." Calculate the difference in payments on a 30-year mortgage loan (APR of 3.5%) vs. a 15-year mortgage (APR of 3.0%). Assume both mortgages are for $100,000 and require monthly payments. Then, calculate the total payments over the entire loan period under each scenario. What is the difference in total loan payments to the lender between the 2 scenarios? (Round the...

  • Total Loan amount: The total mortgage loan amount is the amount you borrow after paying your down payment. Here, we assumed that you would pay 20% of the home value (property value) as a down payment. 2. Months: The mortgage payment period is set to 30 ye

    Total Loan amount: The total mortgage loan amount is the amount you borrow after paying your down payment. Here, we assumed that you would pay 20% of the home value (property value) as a down payment. 2. Months: The mortgage payment period is set to 30 years. In terms of months, this is equivalent to 30 years multiplied by 12 months. We put our primary basis of payments in terms of months, which is why we need to convert everything...

  • Compute the monthly payment and the total amount spent for a vehicle that costs $15,500 if you fi...

    Compute the monthly payment and the total amount spent for a vehicle that costs $15,500 if you finance the entire purchase over 5 years at an annual rate of 8.50 percent. Calculate the payment if you finance the car for only four years. Finally, calculate the payment for three years. What do you notice about the payment under the different time assumptions? Click on the table icon to view the MILPF table EEB The monthly payment, PMT, on the 5-year...

  • Real Estate Finance answer all please . John Corbitt takes a fully amortizing mortgage for $80,000 at 10 pe...

    Real Estate Finance answer all please . John Corbitt takes a fully amortizing mortgage for $80,000 at 10 percent interest for 30 years, monthly payments. What will be his monthly payment? 2. Dave Burns wants to buy a house. To do so, he must incur a mortgage. A local lender has determined that Dave can afford a monthly payment of $600, principal and interest. If the current interest rate on 30-yearm fixed-rate mortgage is 9.50 percent, what is the maximum...

  • Mortgage Amortization Complete the loan amortization schedule for a Mortgage that will be repaid over 360...

    Mortgage Amortization Complete the loan amortization schedule for a Mortgage that will be repaid over 360 months and answer the following questions (The details about the loan are shown below): Correct Answers 1. What is your monthly payment? 2. What is the total $ amount of payments made over the life of the loan Enter Answers Here. 3. How many months will it take to pay off the loan if you pay an extra $465.71 per month? Note: Enter the...

  • Estimate the affordable monthly mortgage payment, the affordable mortgage amount, and the affordable hom...

    Estimate the affordable monthly mortgage payment, the affordable mortgage amount, and the affordable home purchase price for the following situation. Use Exhibit 7-6. Exhibit 7-7. (Round your intermediate and final answers to the nearest whole dollar.) Monthly gross income Other debt (monthly payment) 15-year loan at Down payment to be made (percent of purchase price) Monthly estimate for property taxes and insurance $3,498 25e 6 percent 15 percent 180 Affordable monthly mortgage payment Affordable mortgage amount Affordable home purchase Exhibit...

  • Estimate the affordable monthly mortgage payment, the affordable mortgage amount, and the affordable home purchase price...

    Estimate the affordable monthly mortgage payment, the affordable mortgage amount, and the affordable home purchase price for the following situation. (Refer to Exhibit 9-8 and Exhibit 9-9) (Round time value factor to 2 decimal places, intermediate and final answers to the nearest whole number.) Monthly gross income $ 3,450 Down payment to be made (percent of purchase price) 20 Percent Other debt (monthly payment) $ 220 Monthly estimate for property taxes and insurance $ 280 30-year loan 7.0 Percent Affordable...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT