I want to calculate how much I would pay monthly.
$X$ = Amount borrowed. $I$= Interest Rate. $Y$ = number of years
This is what I have so far, but it's wrong; I'm getting a larger value.
$$\frac{X\left(1 + \frac{I}{100}\right)^{Y}\left(\frac{I}{Y}\right)}{12\left(\left(1 + \frac{I}{100}\right)^Y - 1\right)}.$$
Well, we know the amount borrowed, the interest (I'm going to assume it is the effective rate per year), and the amount of time we have to pay it off. Simplifying some things first off, we must be able to find the effective rate of interest per month, $i$, which can be gleaned from the equation
$(1+i)^{12} = 1+I$
Now, in the language of annuities, we are trying to solve an equation for the present value of $X$, which is given by
$X = Pa_{\overline{12Y}|i}$
where $a_{\overline{12Y}|i} = \left[\frac{1-\left(1+i\right)^{-12Y}}{i}\right]$
Now, it is quite simple to solve for the amount of each payment, $P$.