|
-
Oct 19th, 2002, 10:48 AM
#1
Thread Starter
Stuck in the 80s
Loan Crap
I'm having some problem with a few formulas:
I need to know, given the rate, payment, and years, what the amount of a loan would be.
And given the rate, years, and loan amount, what would the payment have to be.
Can anyone help me with this?
-
Oct 20th, 2002, 10:20 AM
#2
Good Ol' Platypus
Let P represent the payment, L the amount of the loan, Y rep. years, and R represent rate.
Code:
R = 0.05 (5%)
P = $6600
Y = 2
L = P / (RY + 1)
Code:
R = 0.05
A = $6000
Y = 2
P = (RY + 1) * A
Your question seems pretty simple, so am I missing out on something?
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Oct 20th, 2002, 05:18 PM
#3
Thread Starter
Stuck in the 80s
I'm not sure. I don't think that's what I need.
I have no idea. My teacher just tells us to make a loan calculator and to use this: http://www.interest.com/hugh/calc/missing.cgi to check our answers.
With your formulas and that calculator, the answers don't match.
However, she has e-mailed us the formulas to use. So I don't need to know anymore.
Thanks for your time. I wish I could have told you what I needed...but I really don't know either.
-
Oct 20th, 2002, 05:30 PM
#4
Good Ol' Platypus
I'm sorry, I misunderstood what payment meant. So in this case it would just create my payment by months * monthly payment... I just think that's a weird way of doing it.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|