Question 1182345
<br>
Here is the form of the formula for calculating a loan payment that I use:<br>
{{{P = A((1-(1+i/n)^(-nt))/(i/n))}}}<br>
P is the principal -- the amount of the loan
A is the monthly payment
i is the annual interest rate
n is the number of compounding periods per year
t is the number of years<br>
Note those definitions make i/n the periodic interest rate (annual interest rate divided by number of periods per year) and nt the total number of payments (number of years times number of periods per year).<br>
For your example....<br>
{{{652500 = A((1-(1+.0635/12)^(-(12*27)))/(.0635/12))}}}<br>
To find the amount of the loan payment A, evaluate the expression in parentheses and divide the loan amount 652500 by the result.<br>
To evaluate the expression in parentheses, you will need a calculator.  Perform the calculation in small steps; trying to evaluate the whole expression at once can easily result in misplaced parentheses, resulting in absurd loan amounts like $3.21 or $2,594,039.55.<br>
(1) calculate i/n
(2) add the 1
(3) raise the result to the (-12*27) power
(4) subtract the result from 1
(5) divide the result by i/n<br>
Dividing the amount of the loan by this number gives the amount of the payment.  That means this number is the number of payments you would need to make to pay off the loan if there were no interest.<br>
On a typical loan, the total amount you pay including interest amounts to about double the original loan amount.  So the actual number of payments should be about twice this number.<br>
So if you want to check the calculations you have made to this point, verify that this number is about half the number of payments.  Since in this example the number of payments is 12*27=324, the number you have for the whole expression in parentheses should be about 324/2=162.  If it's not, there was something wrong in your calculations.<br>
And of course if your number at this point is something close to 162, then you are probably okay, the loan amount is the original amount of the loan, divided by this number.<br>
You should come out with a loan payment of $4215.22 to the nearest cent.<br>