• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Overpayment Percentage?

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This might be more of a math question, but anyways. I'm trying to find the overpayment percentage of the initial mortgage, but want to make sure my calculation is correct.

If....

Your annual interest rate is: 10%

Your initial mortgage amount is: $20,000.00

Your monthly payment is: $193.00

Your total payment over 20 years is: $46,321.04

Your overpayment is: $26,321.04

Your overpayment percentage of initial mortgage is: 43.18%

-----------------------------------------

Edited. nvm, I got it

overpayment / initial payment
[ March 19, 2006: Message edited by: Jon Martin ]
 
Ranch Hand
Posts: 624
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think a Google search on the topic formula for calculating mortgage interest is your best bet to answer your question.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic