Question

In: Advanced Math

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.

Solutions

Expert Solution

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


Related Solutions

Given the following information, calculate the balloon payment for a partially amortized mortgage. Loan amount: $84,000,...
Given the following information, calculate the balloon payment for a partially amortized mortgage. Loan amount: $84,000, Term to maturity: 7 years, Amortization Term: 30 years, Interest rate: 4.5%, Monthly Payment: $425.62. $9,458 $30,620 $73,102 $84,000
Calculate the monthly payment on a $220,000 mortgage if payment is made at the beginning of...
Calculate the monthly payment on a $220,000 mortgage if payment is made at the beginning of each month, and the annual interest rate is 3.75 percent for 20 years. Group of answer choices $1,304.35 $1,300.29 $1,319.25 $1,355.65
Create an amortization table for the following mortgage. a. Mortgage amount is $300,000. b. The mortgage...
Create an amortization table for the following mortgage. a. Mortgage amount is $300,000. b. The mortgage is a 30 year fixed at 4% (paid monthly). c. You pay an additional $100 per month until the mortgage is paid. When will the mortgage be paid off? Please show in Excel along with formulas.
Create a table showing the payment of a mortgage of $239,000 month by month. Create columns...
Create a table showing the payment of a mortgage of $239,000 month by month. Create columns for: - Time (in years) - Interest (for that month) - Payment (always the same value) - Payment against principal - Remaining Principal The mortgage is to last 33 years, and the nominal interest rate is 6.03% (a) What is the monthly payment? (b) What is the interest paid at the end of the 9th month? (c) How much of the principal is paid...
Calculate the mortgage balance 25 days after the 45th payment on a mortgage loan of $200,000,...
Calculate the mortgage balance 25 days after the 45th payment on a mortgage loan of $200,000, amortised over 15 years at an interest rate of 5.75%.
A borrower on a conventional mortgage makes a 25% down payment. With that amount of down...
A borrower on a conventional mortgage makes a 25% down payment. With that amount of down payment, she will be required to obtain ________. A.        FHA insurance B.         VA insurance C.         private mortgage insurance D.        GNMA payment guarantees E.         none of the above
Assuming a 5/1 ARM, calculate the monthly mortgage payment on a 30 year $200,000 mortgage with...
Assuming a 5/1 ARM, calculate the monthly mortgage payment on a 30 year $200,000 mortgage with an initial rate of 2.75%, a rate of 4% at the time of the first adjustment, a rate of 5% at second adjustment and a rate of 4% at the third adjustment.
Calculate the loan balance after 6 years of payment of the following Balloon Payment Mortgage: 1...
Calculate the loan balance after 6 years of payment of the following Balloon Payment Mortgage: 1 million dollar loan Rate =5% annualized, monthly compounding Loan term = 25 years Amortization = balloon at the end of loan term of $300,000
The appropriate formula or steps to compute the following: 1. Rent (or payment amount for future...
The appropriate formula or steps to compute the following: 1. Rent (or payment amount for future value) 2. Number of periodic rents (payments) 3. Unknown interest rate (ordinary annuity) 4. Rent (or payment amount for present value) 5. Future value of a deferred annuity 6. Present value of a deferred annuity
Need to create Mortgage Calculator Program In C++ Modify your mortgage to include two functions. A...
Need to create Mortgage Calculator Program In C++ Modify your mortgage to include two functions. A function to get principal, rate, and term. A function to calculate monthly payment. Test your program by getting the data from the user by using the first function and calculate monthly payment by calling the other function. Add version control and write proper comments with a few blank lines & indentations in order to improve your programming style.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT