How to Solve Compound Interest Installment Repayment Problems
Solve compound interest installment repayment problems using present-value discounting, a worked example, and practice questions with answers.
Expected Interview Answer
A compound-interest installment problem is solved by discounting each future installment back to present value using (1+R/100) raised to the number of years until it is paid, then summing those present values to equal the original loan amount, since under compounding an installment’s worth today shrinks geometrically the further in the future it sits.
Unlike simple interest, where installments grow linearly when moved across time, compound interest requires discounting (or growing) by a multiplicative factor for each year, because each period’s balance itself earns interest on top of prior interest. The present value of an installment x paid n years from now is x/(1+R/100)^n; summing these present values across all installments and equating to the loan principal gives the governing equation. This typically produces a polynomial equation in the installment variable for more than one installment, so problems are usually restricted to two installments to keep it solvable by substitution. The core discipline is never adding raw installment amounts — always convert to a common time point first using the compound factor.
- Uses present-value discounting instead of simple growth
- Correctly reflects that money value compounds geometrically over time
- Prevents the common error of treating compound installments as additive
AI Mentor Explanation
A club advances a signing bonus to a player who must repay it in two equal yearly installments, with compound interest charged so that the debt itself grows by a multiplicative factor each year rather than a flat addition. To check the repayment plan is fair, the club discounts each future installment back to today’s value by dividing by (1+R/100) raised to the number of years away it falls due. Summing these two discounted values and setting the sum equal to the original bonus is exactly how a compound-interest installment problem is solved — never by simply adding the raw installment numbers.
Worked example
PV of installment 1
- x / 1.1
PV of installment 2
- x / 1.1²
Solve
- x(0.9091+0.8264) = 2100
- x ≈ 1210.02
Step-by-Step Explanation
Step 1
Identify each installment’s due year
Note how many years from now each installment is paid.
Step 2
Discount to present value
PV = installment / (1+R/100)^n for each installment at year n.
Step 3
Sum present values
Add all installment present values together.
Step 4
Equate and solve
Set the sum equal to the loan principal and solve for the installment.
What Interviewer Expects
- Correct use of present-value discounting under compounding
- Recognition that installments cannot simply be added without discounting
- Accurate computation of (1+R/100)^n for each installment year
- Correct final equation setup and solving
Common Mistakes
- Adding raw installment amounts without discounting under compounding
- Using a simple-interest linear growth factor instead of a compound multiplicative one
- Discounting by the wrong number of years for an installment
- Confusing present-value discounting with future-value growth
Best Answer (HR Friendly)
“I would discount each future installment back to its present value by dividing by (1+R/100) raised to the number of years until it is paid, since compound interest means money further away is worth disproportionately less today. Summing these present values and setting the total equal to the original loan gives me the equation to solve for the installment amount, which is different from the simple-interest version because I cannot just add the installments linearly.”
Follow-up Questions
- How would this equation change with three equal installments?
- Why can’t you add compound-interest installments the way you add simple-interest ones?
- How would you solve if the installments were unequal in amount?
- How does this present-value approach relate to annuity present-value formulas?
MCQ Practice
1. A loan is repaid in two equal yearly installments x at compound rate R%. What is the correct governing equation?
Each future installment must be discounted back to present value and summed to equal the original loan.
2. Why is compound-interest installment repayment generally restricted to two installments in aptitude problems?
With more installments, the discounting equation involves higher powers of the compound factor, making manual solving impractical.
3. A loan of 1050 at 5% compound interest is repaid in two equal yearly installments x. Which is the discounting equation?
PV of installment at year 1 is x/1.05; at year 2 is x/1.05² = x/1.1025; both sum to the loan amount.
Flash Cards
How do you find the present value of a future installment under compounding? — PV = Installment / (1+R/100)^n, where n is years until payment.
What equation governs compound-interest installment repayment? — Sum of present values of all installments = original loan principal.
Can you simply add compound-interest installments? — No — each must be discounted to a common time point first, unlike simple interest.
Why does compounding reduce far-off installments’ present worth more? — Because the discount factor (1+R/100)^n grows exponentially with n, not linearly.