Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Education > Algebra help > Re: Forumula fo...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 1977 of 2164
Post > Topic >>

Re: Forumula for payments reducing as loan progresses

by Barb Knox <see@[EMAIL PROTECTED] > Apr 12, 2008 at 09:34 AM

In article 
<1509f76b-b868-47fc-92ef-bbba061baf82@[EMAIL PROTECTED]
>,
 jgharston <jgh@[EMAIL PROTECTED]
> wrote:

> I'm updated some sample code for a tutorial and I've got
> working code for various loan calculations.
> 
> Dredging through my memory I'm sure I was taught back
> at school how to calculate repayments that go down as
> the remaining principal goes down. I can't find anything in
> my battered copy of Salles Hill & Anderson, and half an
> hour on the web gives me hundreds of "how to reduce
> your loan"-type adverts :)
> 
> My basic structure goes something like:
> for year=1 to term
>   for month=1 to 12
>     loan=loan+interest
>     loan=loan-repayment
>   next
> next
> 
> ...but how to calculate 'repayment'.

One way is for the current repayment to be loan/(number of repayments 
remaining, including this one).

A related way is for the current repayment to be the current interest 
plus (loan-interest)/(number of repayments...).

> Ta.

HTH

-- 
---------------------------
|  BBB                b    \     Barbara at LivingHistory stop co stop uk
|  B  B   aa     rrr  b     |
|  BBB   a  a   r     bbb   |    Quidquid latine dictum sit,
|  B  B  a  a   r     b  b  |    altum viditur.
|  BBB    aa a  r     bbb   |   
-----------------------------
 




 2 Posts in Topic:
Forumula for payments reducing as loan progresses
jgharston <jgh@[EMAIL   2008-04-11 07:13:54 
Re: Forumula for payments reducing as loan progresses
Barb Knox <see@[EMAIL   2008-04-12 09:34:58 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Dec 4 14:51:21 CST 2008.