Ask Question

Write a program that calculates the minimum fixed monthly payment needed in order pay off a credit card balance within 12 months. By a fixed monthly payment, we mean a single number which does not change each month, but instead is a constant amount that will be paid each month.

+2
Answers (1)
  1. 9 July, 06:19
    0
    monthly payment = (total amount owing+interest to be paid) / 12 months

    Explanation:

    Monthly repayments include the total amount owing on the credit card, plus the interest to be paid. This amount should then be divided into 12 monthly payments in order to get one constant amount to be paid each month for the 12 month period. We will assume there are no other factors affecting the amount, other than interest.

    The formula to calculate the monthly repayments in the credit card is as follows:

    (total amount owing + interest) / 12 months

    For example, say the amount owing was $100 and the total interest to be paid was $20; the monthly repayment would be calculated as ($100 + $20) / 12 months. This would mean the credit card holder pays $120/12 = $10 per month in order to repay the debt.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program that calculates the minimum fixed monthly payment needed in order pay off a credit card balance within 12 months. By a ...” in 📗 Business if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers