def mortgage_calculator(principal, interest_rate, term): # calculate the monthly payment monthly_payment = (principal * interest_rate) / (1 - (1 + interest_rate)**(-term)) # calculate the total cost of the loan total_cost = monthly_payment * term # calculate the total interest paid total_interest_paid = total_cost - principal # return the results return monthly_payment, total_cost, total_interest_paid # example call monthly_payment, total_cost, total_interest_paid = mortgage_calculator(100000, 0.035, 360) print("Monthly Payment:", monthly_payment) print("Total Cost:", total_cost) print("Total Interest Paid:", total_interest_paid) def mortgage_calculator(principal, interest_rate, term): # calculate the monthly payment monthly_payment = (principal * interest_rate) / (1 - (1 + interest_rate)**(-term)) # calculate the total cost of the loan total_cost = monthly_payment * term # calculate the total interest paid total_interest_paid = total_cost - principal # return the results return monthly_payment, total_cost, total_interest_paid # example call monthly_payment, total_cost, total_interest_paid = mortgage_calculator(100000, 0.035, 360) print("Monthly Payment:", monthly_payment) print("Total Cost:", total_cost) print("Total Interest Paid:", total_interest_paid)
top of page

ABOUT US

MILITARY
PROFESSIONALISM
ATTENTION TO DETAIL
I JUST LIKE TO
MOW IT
MOW IT

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.

© 2023 by Timberland. Proudly created with Wix.com

  • Black Facebook Icon
  • Black Twitter Icon
  • Black YouTube Icon
bottom of page