Answer: Using the loan formula:
Loan = P * (r * (1 + r)^n) / ((1 + r)^n - 1)
where P is the principal (loan amount), r is the monthly interest rate, and n is the total number of payments (30 years * 12 months/year = 360)
We can calculate the monthly payment as:
Loan = 99,000
r = 0.08/12 = 0.0066667
n = 360
Monthly payment = 99,000 * (0.0066667 * (1 + 0.0066667)^360) / ((1 + 0.0066667)^360 - 1)
Monthly payment = $724.96 (rounded to the nearest cent)
Explanation: