Difficulty: Medium
Correct Answer: Rs. 123.25
Explanation:
Introduction / Context:This is a straightforward amortization with annual compounding: each year the outstanding balance accrues interest, then the borrower pays a fixed amount, reducing the balance. Repeating the process year by year yields the remaining debt after the specified number of payments.
Given Data / Assumptions:
Concept / Approach:Iterate: after interest, subtract the payment. Algebraically: B1 = P0(1 + i) − 1500; B2 = B1(1 + i) − 1500; B3 = B2(1 + i) − 1500. The remaining balance after the 3rd payment is owed to the bank.
Step-by-Step Solution:
After year 1: 4000 * 1.075 = 4300; pay 1500 ⇒ B1 = 2800.After year 2: 2800 * 1.075 = 3010; pay 1500 ⇒ B2 = 1510.After year 3: 1510 * 1.075 = 1623.25; pay 1500 ⇒ B3 = ₹ 123.25.Verification / Alternative check:
Annuity-present-value equivalence gives the same residual when reversed; iterative method is clearer here.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:Rs. 123.25.
Discussion & Comments