I need help restructuring this formula to solve for the payment PMT rather than the Total:
$$ \text{Total} = \text{Compound interest for principal} + \text{Future value of a series} , $$
$$ \text{Total} = P \left( 1+\frac{r}{n} \right)^{nt} + \text{PMT} * \frac{\left(1 + \frac{r}{n}\right)^{nt} - 1) }{\frac{r}{n}} . $$
Where:
- $A$ = the future value of the investment/loan, including interest
- $P$ = the principal investment amount (the initial deposit or loan amount)
- $\text{PMT}$ = the monthly payment
- $r$ = the annual interest rate (decimal)
- $n$ = the number of times that interest is compounded per unit t
- $t$ = the time (months, years, etc) the money is invested or borrowed for
$signs and use_for subscripts.$x_1$comes out as $x_1$. – saulspatz Feb 17 '21 at 20:36