Question
A person deposits ₹ on the first day of the month. Each subsequent day, the deposit increases by ₹. How much will be deposited in total over days?
Solution — Step by Step
The deposits form an arithmetic progression: with first term and common difference .
Total deposit over the month is ₹.
Final answer: ₹.
Why This Works
Whenever a quantity grows by a fixed amount each step, AP applies. The sum formula is essentially Gauss’s pairing trick: pair the first and last, second and second-last, etc. Each pair sums to the same value, and there are such pairs.
If the growth were multiplicative (e.g., interest compounding), it’d be a GP — different formula, same logic.
Alternative Method
Use . Same answer; useful when only and are given.
For “nth-term-by-formula” CBSE questions, write the AP as and explicitly identify and first. Skipping this step costs marks even when the final answer is right.
Common Mistake
Computing as instead of . The th term has steps from the first term, not . This off-by-one error is the most common AP slip in CBSE Class 11.