Results 1 to 4 of 4

Thread: Loan Crap

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    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?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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)

  3. #3

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    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.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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
  •  



Click Here to Expand Forum to Full Width