<?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 to Compute the Remaining Balance on a Loan</title>
	<atom:link href="http://allfinancialmatters.com/2006/06/14/how-to-compute-the-remaining-balance-on-a-loan/feed/" rel="self" type="application/rss+xml" />
	<link>http://allfinancialmatters.com/2006/06/14/how-to-compute-the-remaining-balance-on-a-loan/</link>
	<description>A personal finance blog dedicated to discussing such topics as budgeting, asset allocation, 401K, IRA, cash flow, insurance, financial planning, portfolio management, and other areas in personal finance.</description>
	<lastBuildDate>Wed, 23 May 2012 21:07:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Grant Green</title>
		<link>http://allfinancialmatters.com/2006/06/14/how-to-compute-the-remaining-balance-on-a-loan/comment-page-1/#comment-456020</link>
		<dc:creator>Grant Green</dc:creator>
		<pubDate>Sun, 06 Mar 2011 12:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://allthingsfinancialblog.com/?p=842#comment-456020</guid>
		<description>Melvin&#039;s equation as well as the one published are correct from a syntax point of view, as the second term [P/I*((1+I)^n-1)] is redundant to [P/I*(1+I)^n-1]as the proper order of operation in mathematical calculations are as follows:
Starting from left to right the inner most parentheses must be calculated first from left to right with exponentiation first in the order they appear, followed by multiplication or division in the order they appear followed lastly by addition or subtraction in the order they appear.Thus 1+I must be calculated first followed by raising that result to the Nth power. Then going back from the left P/I is calculated followed by the multiplication the exponentiated previous result and last subtracting 1. The adding extra brackets does help those that are not familiar with the true order of operations in mathematics but a computer will yield correct and same answer every time for both equations.</description>
		<content:encoded><![CDATA[<p>Melvin&#8217;s equation as well as the one published are correct from a syntax point of view, as the second term [P/I*((1+I)^n-1)] is redundant to [P/I*(1+I)^n-1]as the proper order of operation in mathematical calculations are as follows:<br />
Starting from left to right the inner most parentheses must be calculated first from left to right with exponentiation first in the order they appear, followed by multiplication or division in the order they appear followed lastly by addition or subtraction in the order they appear.Thus 1+I must be calculated first followed by raising that result to the Nth power. Then going back from the left P/I is calculated followed by the multiplication the exponentiated previous result and last subtracting 1. The adding extra brackets does help those that are not familiar with the true order of operations in mathematics but a computer will yield correct and same answer every time for both equations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melvyn Lim</title>
		<link>http://allfinancialmatters.com/2006/06/14/how-to-compute-the-remaining-balance-on-a-loan/comment-page-1/#comment-15310</link>
		<dc:creator>Melvyn Lim</dc:creator>
		<pubDate>Sat, 22 Jul 2006 21:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://allthingsfinancialblog.com/?p=842#comment-15310</guid>
		<description>Hi, there&#039;s actually a typo in the formula, although the example was computed correctly:

For brevity, let&#039;s have
A = amount borrowed
P = payment
I = i / (12 * 100)

The formula as shown above is:

A * (1+I)^n - [ P/I * (1+I)^n - 1 ]

It should instead be stated as:

A * (1+I)^n - [ P/I * ( (1+I)^n - 1 ) ]</description>
		<content:encoded><![CDATA[<p>Hi, there&#8217;s actually a typo in the formula, although the example was computed correctly:</p>
<p>For brevity, let&#8217;s have<br />
A = amount borrowed<br />
P = payment<br />
I = i / (12 * 100)</p>
<p>The formula as shown above is:</p>
<p>A * (1+I)^n &#8211; [ P/I * (1+I)^n - 1 ]</p>
<p>It should instead be stated as:</p>
<p>A * (1+I)^n &#8211; [ P/I * ( (1+I)^n - 1 ) ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Power</title>
		<link>http://allfinancialmatters.com/2006/06/14/how-to-compute-the-remaining-balance-on-a-loan/comment-page-1/#comment-8148</link>
		<dc:creator>Steve Power</dc:creator>
		<pubDate>Sat, 17 Jun 2006 22:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://allthingsfinancialblog.com/?p=842#comment-8148</guid>
		<description>I don&#039;t know if it is appropriate to post a question in here.  Please forgive me if this is a breach of etiquette, but I&#039;m new to this and only discovered your blog this afternoon.  I would be very grateful for a bit of advice.

I&#039;m 44 and would like to retire at 65.  The problem is that 
I have student loans that total approximately $110,000 with an interest rate of 6.125% (the rate will go down to 5.125% in about two and a half years).  I&#039;m currently paying $740 per month and the loans should be paid off in about 28 years, more or less. 

I am also currently putting $600 per month into various mutual funds which I planned to use to supplement my retirement benefits and social security benefits (if there are any).

Should I direct some of the money I&#039;m putting into the mutual funds towards the principle of my studnet loan?  I only make $64,000 per year so the $600 I&#039;m investing is about all that I have left after paying living expenses.

Thank you for your consideration.

Steve</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it is appropriate to post a question in here.  Please forgive me if this is a breach of etiquette, but I&#8217;m new to this and only discovered your blog this afternoon.  I would be very grateful for a bit of advice.</p>
<p>I&#8217;m 44 and would like to retire at 65.  The problem is that<br />
I have student loans that total approximately $110,000 with an interest rate of 6.125% (the rate will go down to 5.125% in about two and a half years).  I&#8217;m currently paying $740 per month and the loans should be paid off in about 28 years, more or less. </p>
<p>I am also currently putting $600 per month into various mutual funds which I planned to use to supplement my retirement benefits and social security benefits (if there are any).</p>
<p>Should I direct some of the money I&#8217;m putting into the mutual funds towards the principle of my studnet loan?  I only make $64,000 per year so the $600 I&#8217;m investing is about all that I have left after paying living expenses.</p>
<p>Thank you for your consideration.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free Money Finance</title>
		<link>http://allfinancialmatters.com/2006/06/14/how-to-compute-the-remaining-balance-on-a-loan/comment-page-1/#comment-7724</link>
		<dc:creator>Free Money Finance</dc:creator>
		<pubDate>Fri, 16 Jun 2006 10:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://allthingsfinancialblog.com/?p=842#comment-7724</guid>
		<description>&lt;strong&gt;Star Money Articles for the Week of June 12&lt;/strong&gt;

Here are interesting posts and news this week from the MoneyBlogNetwork members and beyond: MightyBargainHunter details mortgages that outlive you. Five Cent Nickel loves Hampton Inn&#039;s 100% satisfaction guarantee. Blueprint for Financial Prosperity wa...</description>
		<content:encoded><![CDATA[<p><strong>Star Money Articles for the Week of June 12</strong></p>
<p>Here are interesting posts and news this week from the MoneyBlogNetwork members and beyond: MightyBargainHunter details mortgages that outlive you. Five Cent Nickel loves Hampton Inn&#8217;s 100% satisfaction guarantee. Blueprint for Financial Prosperity wa&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mighty Bargain Hunter &#187; Roundup for the week of 11 June 2006</title>
		<link>http://allfinancialmatters.com/2006/06/14/how-to-compute-the-remaining-balance-on-a-loan/comment-page-1/#comment-7679</link>
		<dc:creator>Mighty Bargain Hunter &#187; Roundup for the week of 11 June 2006</dc:creator>
		<pubDate>Fri, 16 Jun 2006 07:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://allthingsfinancialblog.com/?p=842#comment-7679</guid>
		<description>[...] All Financial Matters elucidates how to calculate the remaining balance on a loan.  (Congrats on your mention on MSNBC.com!) [...]</description>
		<content:encoded><![CDATA[<p>[...] All Financial Matters elucidates how to calculate the remaining balance on a loan.  (Congrats on your mention on MSNBC.com!) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

