145k views
4 votes
In cell b10, insert the pmt function based on the renovation costs, term, and interest rate. Hint: multiply years by 12 to get the number of payments for the nper argument.

User QuentinUK
by
7.5k points

1 Answer

6 votes

Final answer:

To calculate monthly payments for a $300,000 loan with a 6% interest rate over 30 years, divide the annual rate by 12 for a monthly rate, multiply the number of years by 12 for total payments, and use the PMT function. Increasing monthly payments by making a thirteenth payment every year can save on interest and time.

Step-by-step explanation:

To calculate the monthly payments of a $300,000 loan with a 6% interest rate over 30 years, we can use the PMT function in a spreadsheet program such as Microsoft Excel. The PMT function requires three main arguments: the interest rate per period (monthly in this case), the total number of payment periods, and the present value or principal amount of the loan.

Firstly, we convert the annual interest rate to a monthly rate by dividing 6% by 12, which gives us 0.5% or 0.005 as the monthly interest rate. Then, we multiply the number of years by 12 to get the total number of payments, which for 30 years would be 360 payments.

Using the PMT function, the monthly payment can be calculated as follows: PMT(0.005, 360, 300000). To look into making an additional payment per year (totaling 13 instead of 12), you can simply divide the calculated monthly payment by 12 and add this amount to your monthly payment. This is equivalent to making one extra monthly payment per year.

By increasing your monthly payments by one-twelfth, you effectively make 13 payments a year, which can significantly reduce the total amount of interest paid over the life of the loan and the time it takes to pay off the loan. Utilizing this strategy, you can calculate the new payment schedule and the potential savings in time and money.

User Farouk Benarous
by
6.8k points