document.write( "Question 958620: I am given the interest rate (.25%), the amortization - yearly (10) and the loan amount ($25,000). How do I calculate the monthly payment?
\n" ); document.write( " I calculated the effective interest rate by .0025/12= 2.0833 E^-4. I don't how to use that. \r
\n" ); document.write( "\n" ); document.write( " where did I go wrong?\r
\n" ); document.write( "\n" ); document.write( "(I submitted this question earlier with an incorrect interest rate. I had said it was 25%, but it's .25%.
\n" ); document.write( "

Algebra.Com's Answer #585861 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
It cannot be 0.25% per year.. If the 0.25% is correct, then it is the MONTHLY rate, which adds up to 3% per year. Could it be 2.5% per year?
\n" ); document.write( "Here is an example you can follow once you clarify the interest rate issue, I will use 2.5%/year (0.025):
\n" ); document.write( "-------------------
\n" ); document.write( "Step 1 - Monthly Rate (precisely, banker-style)
\n" ); document.write( "Monthly rate = \"%281%2Bannual+rate%29%5E%281%2F12%29%28-1%29\"
\n" ); document.write( "Monthly rate= \"%281%2B0.025%29%5E%281%2F12%29%28-1%29\"
\n" ); document.write( "Monthly rate= ~0.0020598
\n" ); document.write( "NOTE: One of the most common mistakes is to simply divide annual rate by 12 to get monthly rate. However, you are not a banker. If you don't need to be THAT precise, then just take .025/12= 0.0021.
\n" ); document.write( "--------------------
\n" ); document.write( "Step 2 - Find monthly payment:
\n" ); document.write( "A = monthly payment amount
\n" ); document.write( "P = loan amount (25,000)
\n" ); document.write( "i = monthly interest rate (the one we figured out above, 0.0020598)
\n" ); document.write( "n = total number of payments (10 years x 12 months= 120 payments)
\n" ); document.write( "\"A=P%2Ai%2F1-%281%2Bi%29%5En\"
\n" ); document.write( "\"A=+25000%2A0.0020598%2F1-%281.0020598%29%5E-120\"
\n" ); document.write( "\"A=+235.35\"
\n" ); document.write( "
\n" );