Example 2
₹2000 becomes ₹2662 at 10% compound interest. Find time.
Ans: Traditional Method:
2662 = 2000(1.1)^t
2662 / 2000 = (1.1)^t
1.331 = (1.1)^t
We know:
1.1³ = 1.331
So,
t = 3 years
Shortcut Method:
Step growth:
2000 → 2200 (Year 1)
2200 → 2420 (Year 2)
2420 → 2662 (Year 3)
So,
Time = 3 years
Example 3 (Slightly Different Thinking)
₹5000 becomes ₹6050 at 10%. Find time.
Ans: Shortcut First (Best Way)
5000 × 1.1 = 5500 (Year 1)
5500 × 1.1 = 6050 (Year 2)
So,
Time = 2 years
Traditional Method:
6050 = 5000(1.1)^t
6050 / 5000 = (1.1)^t
1.21 = (1.1)^t
We know:
1.1² = 1.21
So,
t = 2 years
Trick: “Recognize common values like 1.21, 1.331, etc.”
When to Use Which Method
Use shortcut method when:
- Numbers are simple
- Rate is easy (like 5%, 10%)
- You can quickly multiply
Use formula method when:
- Numbers are complex
- You want a structured approach
Deep Understanding (Very Important)
In compound interest, time is not directly visible. It is hidden inside the power. So your job is to decode the power.
Think like this:
- Rate tells how much it grows each year
- Amount tells how much it has grown in total
- Time tells how many times that growth happened
So this type is really about counting how many times growth happened.
Smart Observations (Exam Tricks)
- If A/P = 1.21 → time = 2 (for 10%)
- If A/P = 1.331 → time = 3
- If A/P = 1.4641 → time = 4
These are common values you can remember to save time.
Final Memory Lines
- “Time = number of growth steps”
- “A/P shows total growth”
- “Match it with repeated multiplication”
- “If confused, just grow step by step”
The golden line to remember is:
“In compound interest, time is simply how many times your money has grown.”
Once you understand this, you don’t need to fear formulas. You just need to follow the growth and count the steps.
Type 4: Different Rates Each Year (Compound Interest)
Imagine your money is a player in a game, but each level has a different power boost. In Level 1, it grows by 10%, in Level 2 by 20%, and in Level 3 by 30%. So the growth is not the same every year.
Think of it like a plant 🌱 that gets different amounts of sunlight each year. One year it grows slowly, another year it grows faster. So you cannot use one fixed growth rule for all years. Instead, you must follow the growth step by step, applying a new rate each year.
This is the key idea of this type:
“When rate changes, growth rule also changes every year.”
Formula to Use
We still start from the basic formula idea:
$$A = P\left(1 + \frac{r}{100}\right)^t$$
But this formula works only when the rate is same every year.
For different rates, we modify it like this:
$$A = P\left(1 + \frac{r_1}{100}\right)\left(1 + \frac{r_2}{100}\right)\left(1 + \frac{r_3}{100}\right)\cdots$$
Trick to Remember Formula
“Different rates = multiply different growth factors one by one.”
or
“Each year has its own multiplier.”
Example 1
Find the compound interest on ₹56,000 for 3 years at 5%, 10%, and 15% respectively.
Ans: Traditional Method (Step-by-Step):
Year 1 (5%):
56000 × 1.05 = 58800
Year 2 (10%):
58800 × 1.10 = 64680
Year 3 (15%):
64680 × 1.15 = 74382
Final Amount = ₹74,382
Compound Interest = 74382 − 56000 = ₹18,382
Trick in Traditional Method: “Apply rate one year at a time.”
Shortcut Method (Multiplication Together):
Instead of step-by-step, do it in one line:
A = 56000 × (1.05 × 1.10 × 1.15)
Now multiply:
1.05 × 1.10 × 1.15 = 1.32825
A = 56000 × 1.32825 = 74382
Compound Interest = ₹18,382
Trick to Remember Shortcut: “Convert all rates into multipliers and multiply once.”
Example 2
₹10,000 is invested for 2 years at 10% in first year and 20% in second year. Find final amount.
Ans: Traditional Method
Year 1:
10000 × 1.10 = 11000
Year 2:
11000 × 1.20 = 13200
Final Amount = ₹13,200
Shortcut Method:
A = 10000 × (1.10 × 1.20)
A = 10000 × 1.32 = 13200
Trick: “Just multiply all growth factors directly.”
Example 3 (Reverse Thinking)
Find principal if amount becomes ₹13,200 in 2 years at 10% and 20%.
Ans: Traditional Method
Let P = principal
P × 1.10 × 1.20 = 13200
P × 1.32 = 13200
P = 13200 ÷ 1.32 = 10000
Shortcut Method:
“Backward means divide by all multipliers.”
13200 ÷ (1.10 × 1.20) = 10000
When to Use Which Method
Use step-by-step method when:
- You want clarity
- Numbers are easy
Use shortcut method when:
- You want speed
- Multipliers are simple
Deep Understanding
In normal compound interest, rate is same, so growth is smooth. But here, growth is uneven. So you cannot use power (like t). Instead, you must treat each year separately.
Think like this:
- Same rate → repeated growth (power)
- Different rate → different growth (multiplication chain)
Smart Observations (Exam Tricks)
- Always convert % to multiplier first
- 10% → 1.1
- 20% → 1.2
- 5% → 1.05
Then just multiply them
Final Memory Lines
- “Different rates = no power, only multiplication”
- “Each year has its own growth factor”
- “Forward = multiply, backward = divide”
- “Break year by year if confused”
The golden line to remember is:
“When rate changes every year, just follow the journey step by step.”
Once you understand this, this type becomes very easy because you are simply applying one rule at a time.
Type 5: Difference Between Compound Interest and Simple Interest
Imagine two friends, Ram and Shyam. Both invest ₹10,000 at the same rate for 2 years.
- Ram uses Simple Interest (S.I.) → his money grows slowly and steadily
- Shyam uses Compound Interest (C.I.) → his money grows faster because he reinvests interest
After 2 years, Shyam has slightly more money than Ram. That extra money is the difference between CI and SI.
Now think like this:
👉 In the first year, both earn the same interest
👉 In the second year, only CI gets “extra bonus” because it earns interest on interest
So the difference comes only from the extra growth part.
Formula to Use
For 2 Years Difference:
$$\text{Difference} = P\left(\frac{r}{100}\right)^2$$
For 3 Years Difference:
$$\text{Difference} = P\left(\frac{r}{100}\right)^2 \left(\frac{300 + r}{100}\right)$$
Trick to Remember Formula
For 2 years:
“Difference = small square term”
👉 Just remember:
P × (r/100)²
For 3 years:
“2-year difference + extra growth”
👉 Think:
First find (r/100)², then multiply by (300 + r)/100
Example 1
Difference between CI and SI for 2 years at 10% is ₹250. Find the principal.
Ans: Traditional Method:
Using formula:
Difference = P × (r/100)²
250 = P × (10/100)²
250 = P × (1/10)²
250 = P × 1/100
P = 250 × 100
P = ₹25,000
Shortcut Method:
👉 Direct trick:
At 10% for 2 years → difference = 1% of principal
So:
1% of P = 250
P = 250 × 100 = ₹25,000
Trick: “At 10%, 2-year difference = 1% of P”
Quick Memory Table (Very Important)
For 2 Years:
| Rate | Difference (CI – SI) |
|---|---|
| 10% | 1% |
| 20% | 4% |
| 30% | 9% |
👉 Pattern:
Square of rate
(10² = 1, 20² = 4, 30² = 9)
Example 2
Find difference between CI and SI for ₹10,000 at 10% for 3 years.
Ans: Traditional Method:
Using formula:
Difference = P × (r/100)² × (300 + r)/100
= 10000 × (1/10)² × (310/100)
= 10000 × (1/100) × 3.1
= 100 × 3.1 = ₹310
Shortcut Method:
👉 Trick:
At 10% for 3 years → difference = 3.1% of P
So:
3.1% of 10000 = ₹310
Trick: “At 10%, 3-year difference = 3.1%”
Deep Understanding (Very Important)
Why does this difference happen?
Because:
- Year 1 → both same
- Year 2 → CI earns extra on interest
- Year 3 → even more extra
So difference increases every year
👉 That’s why:
- 2 years → small difference
- 3 years → bigger difference
When to Use This Method
Use this type when:
- Question asks difference between CI and SI
- Time is 2 or 3 years
- Rate is given
Final Memory Lines
- “Difference comes from extra interest on interest”
- “2 years → square rule”
- “3 years → square + extra growth”
- “At 10%, remember 1% and 3.1% directly”
Type 6: Pascal Rule in Compound Interest
Imagine your money is growing like a family tree. In the first year, it grows a little. In the second year, it grows more because the first year’s growth is added. In the third year, it grows even more because now there are multiple layers of growth.
Now instead of calculating everything again and again, we use a pattern—just like a triangle of numbers (called Pascal Triangle). This pattern helps us quickly understand how compound interest grows over years without doing long multiplication every time.
Think of it like building blocks :
- Year 1 → 1 block
- Year 2 → 2 blocks
- Year 3 → 3 + extra blocks
- Year 4 → even more layers
This pattern follows a triangle:
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
This is called Pascal Triangle, and it helps us expand compound interest easily.
Formula to Use
We start with the basic formula:
$$A = P\left(1 + \frac{r}{100}\right)^t$$
Now instead of solving power directly, we expand it using Pascal pattern.
Expanded Form Using Pascal Rule
For 2 years:
$$A = P\left(1 + 2\frac{r}{100} + \left(\frac{r}{100}\right)^2\right)$$
For 3 years:
$$A = P\left(1 + 3\frac{r}{100} + 3\left(\frac{r}{100}\right)^2 + \left(\frac{r}{100}\right)^3\right)$$
Trick to Remember Formula
“Use triangle numbers: 1, 2, 1 → 1, 3, 3, 1”
or
“Each new row adds previous two numbers”
Question
Find compound interest on ₹10,000 for 3 years at 10%.
Ans: Traditional Method:
A = 10000(1.1)³
A = 10000 × 1.331 = 13310
CI = 13310 − 10000 = ₹3310
Pascal Rule Method:
Using expansion:
A = 10000 [1 + 3(0.1) + 3(0.1)² + (0.1)³]
Now solve step by step:
= 10000 [1 + 0.3 + 0.03 + 0.001]
= 10000 × 1.331
= 13310
CI = ₹3310
Trick in Pascal Method: “Break power into small easy terms”
Example 2
Find compound interest on ₹20,000 for 2 years at 5%.
Ans: Traditional Method:
A = 20000(1.05)²
A = 20000 × 1.1025 = 22050
CI = ₹2050
Pascal Method:
A = 20000 [1 + 2(0.05) + (0.05)²]
= 20000 [1 + 0.1 + 0.0025]
= 20000 × 1.1025
= 22050
CI = ₹2050
Trick: “For 2 years → 1, 2, 1 pattern”
When to Use This Method
Use Pascal Rule when:
- Power (t) is small (2, 3, 4)
- Rate is small (5%, 10%)
- You want detailed understanding
- You want to avoid repeated multiplication
Deep Understanding
Pascal Rule is just another way of writing the same formula. Instead of multiplying again and again, we expand it into smaller parts.
Think like this:
- First term → original money
- Second term → simple interest part
- Third term → extra compound effect
- Fourth term → deeper compound effect
So this method clearly shows how compound interest builds layer by layer.
Why This Method is Powerful
- Helps understand concept deeply
- Shows where “extra interest” comes from
- Useful in advanced questions
- Makes calculations structured
Pattern to Remember
| Years | Pattern |
|---|---|
| 2 | 1 2 1 |
| 3 | 1 3 3 1 |
| 4 | 1 4 6 4 1 |
👉 Always start and end with 1
Final Memory Lines
- “Pascal rule = triangle pattern”
- “Break power into small terms”
- “1, 2, 1 → 1, 3, 3, 1 → next pattern”
- “Shows hidden layers of compound interest”
The golden line to remember:
“Pascal rule turns a big power into small easy additions.”






