The formula for monthly payments on a vehicle loan is M = p * (i * (1 + i)^n) / ((1 + i)^n - 1), where p = amount borrowed in dollars, n = number of monthly payments, and i = interest rate per payment period as a decimal.
Compute M(3000, 0.005, 24) = $138.00.