Simple Interest Explained
The one formula, and the two things people get wrong with it
Simple interest is a flat rental fee on money. You lend (or borrow) a principal, and each year it earns a fixed percentage of that original amount — never on anything that has piled up since. Three numbers go in: the principal P, the yearly rate R (a percent), and the time T in years. One number comes out: the interest.
The formula is SI = (P × R × T) ÷ 100. That little ÷ 100 is the whole point of the word "percent" — 8% means 8 per hundred, so you divide. Miss it and your answer is 100 times too big.
Two traps live inside this simple-looking formula, and grade-7 papers hunt for both. First: the question often asks for the amount to repay, not the interest — and Amount = Principal + Interest, so you are not finished when you find SI. Second: T is in years. If the problem says 8 months or 18 months, convert before you multiply, or every later step is wrong.
- Write down P, R, and T. If T is given in months, convert it to years by dividing by 12; if in days, divide by 365.
- Multiply P × R × T.
- Divide that product by 100. This is the simple interest, SI.
- Re-read the question. If it asks for the amount (total to repay, final balance), add the principal back: Amount = P + SI.
- If instead you are given the interest and asked for P, R, or T, put the known numbers into SI = PRT/100 and solve for the missing one.
Why simple interest never snowballs — and how to exploit that Why it works
$8,000 at 7.5% earns $600 in year 1, $600 in year 2, and still exactly $600 in year 5. Five years = 5 × $600 = $3,000.
Borrow $9,000 at 8% for 2 years → the interest is $1,440, but the amount to repay is $9,000 + $1,440 = $10,440.
6 months = 6/12 = 1/2 year, so at 8% on $15,000 the interest is 15000 × 8 × (1/2) ÷ 100 = $600, not $7,200.
One year on $5,000 at 12% is $600. Two years is simply 2 × $600 = $1,200 — not $600 + 12% of $5,600.
Here is the genuine insight that turns hard problems into fast ones: because the interest is flat, the whole formula is proportional in every direction. Double the time, double the interest. Half the principal, half the interest. So you rarely need to restart a calculation — find one clean piece (one year's interest, or the interest on $1,000) and scale it. And when a problem grows a balance year after year, that is your signal it is compound interest, not this.
Five worked examples, from clean to sneaky
- T is in months, so convert: 8 months = 8/12 = 2/3 year.
- SI = (P × R × T) ÷ 100 = (12000 × 9 × 2/3) ÷ 100.
- 12000 × 9 = 108,000; × 2/3 = 72,000.
- 72,000 ÷ 100 = 720.
- SI = (6500 × 6 × 3) ÷ 100.
- 6500 × 6 = 39,000; × 3 = 117,000.
- 117,000 ÷ 100 = 1,170. That is the interest, not the answer.
- The question asks for the amount: A = P + SI = 6500 + 1170 = 7,670.
- Start from SI = PRT/100 with SI = 450, R = 5, T = 2.
- 450 = (P × 5 × 2) ÷ 100 = (P × 10) ÷ 100 = P ÷ 10.
- So P = 450 × 10.
- P = 4,500.
- Plan A: 10000 × 8 × 3 ÷ 100 = 240,000 ÷ 100 = 2,400.
- Plan B: 10000 × 6 × 5 ÷ 100 = 300,000 ÷ 100 = 3,000.
- The higher rate is not automatically the winner — the extra two years tip it.
- Difference = 3,000 − 2,400 = 600, in Plan B's favour.
- Use SI = PRT/100 with SI = 2000, P = 5000, R = 10.
- 2000 = (5000 × 10 × T) ÷ 100 = (50000 × T) ÷ 100 = 500T.
- T = 2000 ÷ 500.
- T = 4.
Seven ways this goes wrong — and the exact fix
Forgetting to divide by 100
✗ $500 at 8% for 1 year → 500 × 8 × 1 = $4,000.
8% does not mean "multiply by 8" — it means 8 per hundred, i.e. 0.08. Treating the percent as a whole number inflates the answer 100-fold.
Fix: Always ÷ 100: SI = 500 × 8 × 1 ÷ 100 = $40.
percent_as_wholeGiving the interest when the amount was asked
✗ $6,500 borrowed at 6% for 3 years, "amount to repay" → $1,170.
$1,170 is a correct intermediate step — it is the interest — but the question wanted the total to hand back. You stopped one step early.
Fix: Add the principal: Amount = 6,500 + 1,170 = $7,670.
partial_computationDividing by the wrong power of ten
✗ $2,500 at 4% for 3 years → $30 (divided the 30,000 by 1,000 instead of 100).
The decimal point slid one place too far. 2500 × 4 × 3 = 30,000, and 30,000 ÷ 100 is 300, not 30.
Fix: Divide by exactly 100 for a percent: SI = $300.
decimal_point_shiftAdding the rate and time instead of multiplying
✗ $4,000 at 5% for 2 years → 4000 × (5 + 2) ÷ 100 = $280.
Rate and time are multiplied, not added. Adding them treats "5% for 2 years" as if it were a single 7% — which is not what the formula says.
Fix: Multiply through: 4000 × 5 × 2 ÷ 100 = $400.
wrong_operationUsing months as if they were years
✗ $12,000 at 9% for 8 months → 12000 × 9 × 8 ÷ 100 = $8,640.
T must be in years, but 8 was left as "8 months" and multiplied in directly — mixing months into a per-annum formula.
Fix: Convert first: 8 months = 8/12 year, so SI = 12000 × 9 × (8/12) ÷ 100 = $720.
unit_mismatchSubtracting in the wrong order
✗ "How much more does Plan B ($3,000) earn than Plan A ($2,400)?" → 2,400 − 3,000 = −$600.
The comparison was set up backwards. A negative answer to "how much more" is a signal the two values were swapped.
Fix: Subtract the smaller from the larger: 3,000 − 2,400 = $600 more.
sign_errorCharging interest on the grown balance
✗ $8,000 at 10% for 2 years, simple interest → year 1: $800, then 10% of $8,800 = $880, total $1,680.
Simple interest is always taken on the original principal. Using the year-1 balance ($8,800) as the new base is compounding — the wrong base for this problem.
Fix: Keep the base fixed at $8,000: $800 + $800 = $1,600.
base_confusionPractice: simple interest
Work these the careful way — convert time to years first, then decide whether the question wants the interest or the full amount before you lock in an answer.
Frequently asked questions
What is the difference between simple and compound interest?
Simple interest is always calculated on the original principal, so it earns the same amount every year and grows in a straight line. Compound interest is recalculated on the growing balance, so it snowballs. If a problem re-bases the interest on last year's total, it is compound — not the simple-interest formula on this page.
Do I always divide by 100?
Yes, whenever the rate is written as a percent. "Percent" means "per hundred," so 6% is 6/100. The ÷ 100 in SI = (P × R × T) ÷ 100 is what turns the rate number into an actual fraction. Skipping it makes your answer exactly 100 times too large.
How do I handle a time given in months or days?
Convert it to years first, because the rate is "per annum." Divide months by 12 (9 months = 9/12 = 3/4 year) or days by 365. Do the conversion before you multiply — plugging in "9" for 9 months is one of the most common ways to get a wildly wrong answer.
Is the "amount" the same as the "interest"?
No, and papers exploit this. The interest is the extra money earned or owed; the amount is the principal plus that interest (Amount = P + SI). If a question asks how much must be repaid, or the final balance, you must add the principal back — the interest alone is only a halfway answer.
What if the question gives me the interest and asks for the rate, time, or principal?
Use the same formula, SI = (P × R × T) ÷ 100, and substitute the three values you know, then solve for the missing one. For example, $450 interest on $P at 5% for 2 years gives 450 = P × 10 ÷ 100, so P = $4,500. Always check by plugging your answer back in.