Analyzing the Savings Pattern
The problem requires us to model a savings trajectory that transitions from a constant phase to a growth phase. We are tasked with finding the total time n required to reach a target of Rs 11040.
Phase 1
The Foundation
For the first three months, the man saves a constant amount of Rs 200 per month. The total savings accumulated during this initial period is:
Given the total target of Rs 11040, we subtract the baseline savings to determine the remaining amount that must be covered by the growth phase:
Phase 2
The Growth Engine
Starting from the 4th month, the savings increase by Rs 40 each month. Since the 3rd month's savings were Rs 200, the 4th month's savings are 200+40=240.
This sequence forms an Arithmetic Progression (A.P.) where the first term a=240 and the common difference d=40. If the total duration is n months, the number of months in this A.P. phase is m=n−3.
The Master Equation
The sum of an A.P. is given by the formula Sm=2m[2a+(m−1)d]. Substituting our known values into this equation, we get:
10440=2n−3[2(240)+(n−3−1)40]
Simplifying the expression inside the brackets:
Dividing the terms inside the bracket by 2:
Expanding the terms further:
(n−3)[240+20n−80]=10440
(n−3)[20n+160]=10440
Factoring out 20 and dividing both sides by 20:
(n−3)(n+8)=522
n2+5n−24=522
n2+5n−546=0
Final Calculation
We solve the quadratic equation n2+5n−546=0 by factoring. We look for two numbers that multiply to −546 and add to 5, which are 26 and −21:
This yields two potential solutions: n=−26 and n=21. Since time cannot be negative, we discard the negative root.
The total time required to reach the target is 21 months.