Question 1206923
<font color=black size=3>
Monthly payment formula
P = (L*i)/(1 - (1+i)^(-n))
where,
P = monthly payment
L = loan amount
i = interest rate per month
n = number of months


When solving for variable L we get
L = P*(1 - (1+i)^(-n))/i


In this case we have these inputs
P = 450
i = 0.03/12 = 0.0025
n = 12*4 = 48


So,
L = P*(1 - (1+i)^(-n))/i
L = 450*(1 - (1+0.0025)^(-48))/0.0025
L = 20330.41258572
L = <font color=red>20330.41</font> is the most you can borrow.
</font>