<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How could you compute for the monthly loan payments manually without using those loan calculators?</title>
	<atom:link href="http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators/feed" rel="self" type="application/rss+xml" />
	<link>http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators</link>
	<description></description>
	<lastBuildDate>Sat, 20 Dec 2008 20:05:49 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Helmut</title>
		<link>http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators/comment-page-1#comment-2330</link>
		<dc:creator>Helmut</dc:creator>
		<pubDate>Sun, 05 Oct 2008 04:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators#comment-2330</guid>
		<description>The formula for computing monthly payments on an installment loan is:
p = iP/(1 - 1/(1 + i)^n)
where
p = payment
P = amount financed
i = monthly interest (annual interest / 12)
n = number of months
Any scientific calculator can handle the calculations.  If you really want to do it manually, I suggest you use log tables to minimize calculation time.</description>
		<content:encoded><![CDATA[<p>The formula for computing monthly payments on an installment loan is:<br />
p = iP/(1 &#8211; 1/(1 + i)^n)<br />
where<br />
p = payment<br />
P = amount financed<br />
i = monthly interest (annual interest / 12)<br />
n = number of months<br />
Any scientific calculator can handle the calculations.  If you really want to do it manually, I suggest you use log tables to minimize calculation time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr D</title>
		<link>http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators/comment-page-1#comment-2329</link>
		<dc:creator>Dr D</dc:creator>
		<pubDate>Thu, 02 Oct 2008 08:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators#comment-2329</guid>
		<description>You need to bring all your payments to a common time reference. Since different amounts are paid at different times, you have different worth due to depreciation.

I like to convert everything to the present value.

Loan amount, P is taken out at time = 0.
So present value of loan = P.

Let&#039;s suppose a payment of A is made at the end of every year. First payment is made after 1 year.
Initial value of that payment = A / (1+r).
This is the value which is worth A in 1 year from now.

Similarly the intial value of the second payment is A / (1+r)^2. etc etc.

Initial value of all paymentts for n years = 
A * [1/(1+r) + 1/(1+r)^2 + 1/(1+r)^3 + ... 1/(1+r)^n ]
This is equal to P.
So once you know r and n, you can find A from that.

EG. Suppose you took a loan for $10,000 and you wish to pay that off after 4 years, at an interest of 10%.
P = 10000
1+r = 1.1
The summation above = 3.1699
A = 10000/3.1699 = $3154.71</description>
		<content:encoded><![CDATA[<p>You need to bring all your payments to a common time reference. Since different amounts are paid at different times, you have different worth due to depreciation.</p>
<p>I like to convert everything to the present value.</p>
<p>Loan amount, P is taken out at time = 0.<br />
So present value of loan = P.</p>
<p>Let&#8217;s suppose a payment of A is made at the end of every year. First payment is made after 1 year.<br />
Initial value of that payment = A / (1+r).<br />
This is the value which is worth A in 1 year from now.</p>
<p>Similarly the intial value of the second payment is A / (1+r)^2. etc etc.</p>
<p>Initial value of all paymentts for n years =<br />
A * [1/(1+r) + 1/(1+r)^2 + 1/(1+r)^3 + ... 1/(1+r)^n ]<br />
This is equal to P.<br />
So once you know r and n, you can find A from that.</p>
<p>EG. Suppose you took a loan for $10,000 and you wish to pay that off after 4 years, at an interest of 10%.<br />
P = 10000<br />
1+r = 1.1<br />
The summation above = 3.1699<br />
A = 10000/3.1699 = $3154.71</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: de4th</title>
		<link>http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators/comment-page-1#comment-2328</link>
		<dc:creator>de4th</dc:creator>
		<pubDate>Mon, 29 Sep 2008 12:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators#comment-2328</guid>
		<description>Since its a loan, you&#039;ll be dealing with present value.

PV = R * [1-(1+i)^-n]/i

Plug in your numbers and solve for &#039;R&#039; (payment frequency).

&#039;PV&#039; = present value
&#039;R&#039; = payment frequency
&#039;i&#039; = interest
&#039;n&#039; = number of payments</description>
		<content:encoded><![CDATA[<p>Since its a loan, you&#8217;ll be dealing with present value.</p>
<p>PV = R * [1-(1+i)^-n]/i</p>
<p>Plug in your numbers and solve for &#8216;R&#8217; (payment frequency).</p>
<p>&#8216;PV&#8217; = present value<br />
&#8216;R&#8217; = payment frequency<br />
&#8216;i&#8217; = interest<br />
&#8216;n&#8217; = number of payments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathematica</title>
		<link>http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators/comment-page-1#comment-2327</link>
		<dc:creator>Mathematica</dc:creator>
		<pubDate>Sat, 27 Sep 2008 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://governmentloangrants.com/articles/how-could-you-compute-for-the-monthly-loan-payments-manually-without-using-those-loan-calculators#comment-2327</guid>
		<description>There are interest formulas for that, but you need to know how many months you&#039;ll be paying, what the interest rate will be, how often they charge you interest (monthly, daily, etc) and how much money you are borrowing.</description>
		<content:encoded><![CDATA[<p>There are interest formulas for that, but you need to know how many months you&#8217;ll be paying, what the interest rate will be, how often they charge you interest (monthly, daily, etc) and how much money you are borrowing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
