How to Solve Simple Interest with Multiple Rates
Solve simple interest problems with changing rates over time using segment-additive and effective-rate methods, with a worked example.
Expected Interview Answer
When a principal earns simple interest at different rates over different time segments, total interest is the sum of the interest earned in each segment separately, SI_total = P×R1×T1/100 + P×R2×T2/100 + ... , because simple interest never compounds across segments.
Unlike compound interest, simple interest segments do not interact — each period's interest depends only on the original principal, its own rate, and its own duration, so you can compute each slice independently and add them. This makes multi-rate simple interest equivalent to finding a single effective rate: R_eff = (R1×T1 + R2×T2 + ...) / (T1+T2+...), a time-weighted average of the rates. When the problem instead gives varying principal (like a loan repaid in installments) at a constant rate, the same additive logic applies to the outstanding principal in each period rather than the rate. Always convert time periods to consistent units (months to years, or vice versa) before summing.
- Segments add independently — no compounding interactions to track
- Reduces to one effective time-weighted rate for a quick summary answer
- Same additive method handles varying principal (installment loans) too
AI Mentor Explanation
A batter who scores at one strike rate for the first 10 overs and a different strike rate for the next 10 overs has a total score that is simply the sum of runs from each segment, not some blended recalculation applied to the whole innings retroactively. Simple interest across multiple rates works the same way: SI_total = P×R1×T1/100 + P×R2×T2/100, each segment computed independently on the same fixed principal and then added, exactly like adding runs from two separate scoring phases.
Worked example
Segment 1 (8%, 2 yrs)
- SI1 = 20000×8×2/100
- = 3200
Segment 2 (10%, 3 yrs)
- SI2 = 20000×10×3/100
- = 6000
Total interest
- SI1 + SI2 = 9200
Step-by-Step Explanation
Step 1
Split the timeline into rate segments
Identify each distinct rate and its exact duration in consistent time units.
Step 2
Compute each segment's interest
Apply SI = P × R × T / 100 to the same fixed principal for each segment.
Step 3
Sum the segments
Total interest is the plain sum of all segment interests, since simple interest does not compound.
Step 4
Optionally find the effective rate
R_eff = (R1×T1 + R2×T2 + ...) / (T1+T2+...) gives one equivalent blended rate.
What Interviewer Expects
- Correctly splitting the timeline and computing each segment independently
- Recognizing segments simply add without compounding
- Ability to compute the time-weighted effective rate when asked
- Careful unit conversion between months and years across segments
Common Mistakes
- Averaging the rates instead of time-weighting them by duration
- Compounding the segments together as if they interacted
- Mixing months and years without converting to a consistent unit
- Applying the second rate to an updated principal instead of the original
Best Answer (HR Friendly)
“With simple interest, each rate segment is independent — compute the interest for each rate-and-time slice on the same original principal, then just add them up, since nothing compounds. If you want one summary number, use the time-weighted average of the rates, weighted by how long each rate applied.”
Follow-up Questions
- How does the effective rate formula change if the principal also changes each segment?
- How would you handle a rate that changes mid-month, requiring fractional time?
- How does multi-rate simple interest differ from multi-rate compound interest?
- How would you find an unknown rate given the total interest across two known segments?
MCQ Practice
1. Principal 15,000 earns 6% for 2 years then 9% for 1 year. Total simple interest is?
SI1 = 15000×6×2/100 = 1800; SI2 = 15000×9×1/100 = 1350; total = 3150.
2. A sum earns 5% for the first year and 7% for the second year. The effective annual rate over 2 years is?
R_eff = (5×1 + 7×1)/(1+1) = 12/2 = 6%.
3. Why can you simply add interest from two different-rate segments in simple interest?
Simple interest never compounds, so each segment's interest depends only on the original principal, its own rate and duration.
Flash Cards
Total SI across multiple rate segments? — Sum of each segment's SI = P×R×T/100, computed independently.
Effective rate formula? — R_eff = (R1×T1 + R2×T2 + ...) / (T1 + T2 + ...), a time-weighted average.
Do segments compound into each other? — No — simple interest segments never compound; they only add.
What must be consistent across segments? — Time units — convert months and years to a single consistent unit before summing.