Optimizing Loan Interest Rates: Solving for Loan Length

  • Context:
  • Thread starter Thread starter MisterMeister
  • Start date Start date
  • Tags Tags
    Interest Loans
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
MisterMeister
Messages
1
Reaction score
0
The problem: Lending companies often offer better rates when you borrow a larger sum of money for a shorter period of time. A borrower is offered a loan of \$10,080 at 10% and a loan of \$7000 at 12%. If the larger loan is 6 mo shorter but the total interest payed is the same, find the length of each loan. (End of problem.) I am trying to write an equation for t (time) but have not been able to solve it. Thanks in advance!
 
Last edited by a moderator:
Mathematics news on Phys.org
MisterMeister said:
The problem: Lending companies often offer better rates when you borrow a larger sum of money for a shorter period of time. A borrower is offered a loan of \$10,080 at 10% and a loan of \$7000 at 12%. If the larger loan is 6 mo shorter but the total interest payed is the same, find the length of each loan. (End of problem.) I am trying to write an equation for t (time) but have not been able to solve it. Thanks in advance!
Looks like we need to assume that these are single payment loans,
and that simple interest is involved (no compounding).

n = number of years (7000 loan)
n - .5 = number of years (10080 loan)

(n - .5)*(10080*.10) = n*7000*.12

I'll let you finish that off...