Finding loan lengths when two loans have equal interest

  • Context:
  • Thread starter Thread starter MisterMeister
  • Start date Start date
  • Tags Tags
    Interest Loans
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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...
 
Is this simple interest or compound interest? If compound interest, how often compounded?