Okay, here are the steps to solve this problem:
a. To calculate the monthly payments, we use the mortgage payment formula:
Payment = Principal * (Interest Rate/12) * (1 - (1 / (1 + Interest Rate/12)^(Number of Payments))) / (1 - (1 / (1 + Interest Rate/12)^(Number of Payments)))
So in this case:
Payment = $42,200 * (0.0452/12) * (1 - (1 / (1 + 0.0452/12)^(6*12))) / (1 - (1 / (1 + 0.0452/12)^(6*12)))
Payment = $820.33
Round up to $821
b. To shorten the time period by making higher payments, we use the formula:
New Time Period = (Old Principal Balance * (Interest Rate/12)) / (New Payment - (Interest Rate/12) * Old Principal Balance)
So if the new payment is $820:
New Time Period = ($42,200 * 0.0452/12) / ($820 - (0.0452/12) * $42,200) = 4.91 years
Round up to 5 years
c. To calculate the final payment, we use the formula for an amortized loan with a fixed interest rate:
Final Payment = Principal Balance * (1 + Interest Rate/12)^(Number of Remaining Payments)
So with 5 years remaining and an interest rate of 0.0452/12, the final payment is:
$42,200 * (1 + 0.0452/12)^(5*12) = $27,977.04
Round to $27,977
Does this help explain the steps? Let me know if you have any other questions!