Library International Mathematics 0607 Simple & Compound Interest
O Level · International Mathematics 0607

Simple & Compound Interest

Revise Simple & Compound Interest for International Mathematics 0607 (O Level) — revision notes and instant AI marking. Free to start.

📖 Revision notes · preview
  Cambridge IGCSE · International Maths (Extended)

Simple & Compound Interest

Big idea: money grows over time by adding a percentage of itself back on — the only question is whether that percentage always looks at the original amount (simple) or the latest running total (compound), and that one difference changes everything.

Summary — What's In This Chapter

  • Interest is money added on top of an original amount — as a reward for saving, or a cost for borrowing.
  • Simple interest is calculated on the starting amount only, every single time — so the interest payment never changes.
  • Compound interest is calculated on the running total — so each year's interest is bigger than the last, because it's interest-on-interest.
  • Both use a multiplier (like 1.04 for a 4% increase) to shortcut the working.
  • Compound interest over several years can be written as one clean formula using powers: P × mn.
  • Reverse problems ask you to work backwards — given the final amount, find the original, the rate, or the number of years.
  • Depreciation is the exact same maths as compound interest, except the multiplier is less than 1 because the value is shrinking, not growing.

1. Simple Interest

What is simple interest, really?

Imagine you lend your friend £100, and they agree to pay you back with 10% "simple" interest every year they keep it. Here's the key idea: that 10% is always calculated on the original £100 — never on anything bigger. So every single year, you earn exactly £10. Not £10, then £11, then £12.10 — always £10, flat, forever, because simple interest never looks at what's grown since the start; it only ever looks back at day one.

This is what "simple" means in the name — it's simple because the calculation never changes. Once you know the interest for one year, you know it for every year: just multiply by however many years have passed.

Savings → interest adds to your balance
Debt → interest adds to what you owe
Same payment every period

How do I calculate it?

There are two things you might be asked for, and it's crucial not to mix them up:

  • Total interest earned → find the percentage of the starting amount, then multiply by the number of years.
  • Total balance (final amount) → do the above, then add it back onto the starting amount.
Working Method
Interest per year = starting amount × (rate ÷ 100)
Total interest = interest per year × number of years
Final balance = starting amount + total interest
Why the multiplier trick works Instead of "find 4% then add it," you can jump straight to a multiplier like 0.04 for "4% of," which is just 4 ÷ 100. It's the exact same maths, just written faster — and it becomes essential once we get to compound interest.
Worked Example

A bank account offers simple interest of 4% per year. Nigel puts $250 into this account and leaves it for 6 years.
(a) Find the total interest earned.   (b) Find the total balance at the end.

1Find 4% of $250 using the multiplier 0.04:   0.04 × 250 = $10 per year
2This same $10 is earned every year, for 6 years:   10 × 6 = $60
3Add it back to the starting amount for the balance:   250 + 60 = $310
Practice Question 1
Aisha invests $600 at 5% simple interest per year for 4 years. Find (a) the total interest earned, and (b) the final balance.

Reverse simple interest — finding the rate

Worked Example

Noah invests £9000 at a rate of % simple interest per year for 5 years. At the end of 5 years there is £11 700 in the account. Find .

1Find the total interest earned:   11 700 − 9000 = £2700
2Since simple interest is the same every year, divide by the number of years:   2700 ÷ 5 = £540 per year
3Turn £540 into a percentage of the original £9000:   540 ÷ 9000 = 0.06 = 6%
Practice Question 2
Ben invests £3000 at r% simple interest per year for 4 years. At the end of the 4 years there is £3720 in the account. Find r.

2. Compound Interest

What makes it different from simple interest?

This is the concept that trips people up the most, so let's be really precise about it. With compound interest, each year's interest is calculated on the current balance — meaning last year's interest earns interest too. It's a snowball: the more it grows, the faster it grows.

Watch what happens to $100 at 10% interest each year, for 3 years, and compare the two methods side by side:

YearSimple Interest (always on $100)Compound Interest (on running total)
1+$10 → balance $110+$10 (10% of 100) → balance $110
2+$10 → balance $120+$11 (10% of 110) → balance $121
3+$10 → balance $130+$12.10 (10% of 121) → balance $133.10

Notice the compound column earns a little more each year — $10, then $11, then $12.10 — because the base it's calculated from keeps growing. That extra $3.10 compared to simple interest ($133.10 vs $130) is entirely "interest on interest."

Mental model Simple interest is like a fixed monthly allowance — same amount every time, no matter what. Compound interest is like a plant that grows a bit taller each season, and the taller it gets, the more new growth it can support.

The fast way: using powers

Doing the year-by-year table works, but it's slow for anything beyond 3 or 4 years. Here's the shortcut: since you're multiplying by the same multiplier every single year, that's just repeated multiplication — which is exactly what powers (indices) are for.

To increase $300 by 5% once: 300 × 1.05. To do it again the next year: (300 × 1.05) × 1.05 = 300 × 1.05². Do it a third time and it becomes 300 × 1.05³. The power is simply "how many years."

Compound Interest Formula
Final balance = P × (1 + r/100)n

where P = original amount (principal), r = percentage rate, and n = number of time periods (usually years).
Note: 1 + r/100 is just the multiplier — e.g. 1.15 for a 15% increase. This is not given to you in the exam, so you need to know it.

This formula gives you the TOTAL BALANCE — not the interest! This is the #1 mistake students make. If the question asks "how much interest was earned," you must subtract the original amount afterwards: interest = final balance − P. Don't hand in the whole balance when they only asked for the interest.
Worked Example

Jasmina invests $1200 at 4% compound interest per year for 7 years. To the nearest dollar, what is her investment worth at the end?

14% increase → multiplier = 1.04
2Apply it 7 times: 1200 × 1.047
3Calculate: 1200 × 1.047 = 1579.118135…
Practice Question 3
$2000 is invested at 4% compound interest per year for 12 years. Find the total balance to the nearest cent.

When the rate changes partway through

Sometimes a bank offers, say, 3% for the first two years and then 2% for the year after. Don't panic — you simply treat each rate period as its own separate calculation, feeding the result of the first period in as the starting amount for the next.

Worked Example

$500 earns 4% interest for 2 years, then 2.5% for 1 more year. Find the total after 3 years.

1First period (4% for 2 years): 500 × 1.04² = $540.80
2Second period (2.5% for 1 year), starting from $540.80: 540.80 × 1.025 = $554.32

Reverse compound interest — finding the original amount

Sometimes you're given the final balance and asked to find the original amount, the rate, or the time. The trick is simple: since Final = P × mn, you just rearrange by dividing.

Rearranged Formula
P = Final balance ÷ mn
Worked Example

The final balance is £432, after 20% interest has been applied each year for 3 years. Find the original amount P.

1Write the equation: 432 = P × 1.20³
2Divide both sides by 1.20³: P = 432 ÷ 1.20³
Practice Question 4
Martin invested $n in an account for 3 years at a rate of 3.9%. At the end of 3 years the balance is $3925.67. Find n, to the nearest dollar.

3. Depreciation

What is depreciation?

Depreciation is the mirror image of compound interest. Instead of a value growing by a percentage each year (like a savings account), a value shrinks by a percentage each year (like a car or a phone losing resale value). The maths is identical to compound interest — you still raise a multiplier to a power — the only difference is the multiplier is now less than 1, because you're keeping a smaller percentage each time, not adding more on top.

Cars losing resale value
Phones & electronics

How do I calculate it?

Find the multiplier by subtracting the percentage decrease from 100%. A 15% depreciation means you keep 85% of the value each year, so the multiplier is 0.85 (not 1.15 — that would be growth, the opposite of what's happening).

Depreciation Formula
Final balance = P × (1 − r/100)n

Same letters as before: P = original value, r = % decrease, n = number of years.
Note the only change from compound interest is the minus sign inside the brackets. This formula is also not given in the exam.

If asked "how much value was lost" Just subtract: amount lost = starting value − final value. Don't confuse "final value" with "amount depreciated by" — they ask for different things.
Worked Example

Mercy buys a car for £20 000. Each year its value depreciates by 15%. Find the value of the car after 3 full years.

1Find the multiplier: 100% − 15% = 85% → m = 0.85
2Raise to the power of the number of years: 0.85³
3Multiply by the starting value: 20 000 × 0.85³
Practice Question 5
A laptop is bought for $900 and depreciates by 20% each year. Find its value after 4 years, and how much value it has lost in total.
Practice Question 6 (Reverse Depreciation)
A motorbike depreciates by 12% per year. After 2 years it is worth £3872. Find its original value, to the nearest pound.

What to Memorise

ConceptFormula / Rule
Simple interest (per period)Interest = P × (r ÷ 100)
Simple interest (total, n periods)Total interest = P × (r ÷ 100) × n
Simple interest — final balanceFinal = P + total interest
Compound interest — final balanceFinal = P × (1 + r/100)n
Depreciation — final valueFinal = P × (1 − r/100)n
Reverse compound/depreciationP = Final ÷ mn, where m is the multiplier
Multiplier for a % increase1 + (r ÷ 100)
Multiplier for a % decrease1 − (r ÷ 100)
The one idea that unlocks everything Simple interest = same amount added every time (based on the ORIGINAL). Compound interest / depreciation = a multiplier applied repeatedly (based on the RUNNING TOTAL) — which is why powers appear. If you can explain that sentence out loud without notes, you understand this chapter.

Concepts Checklist

Exam Tips & Common Mistakes

Read the question twice Always check: does it want the interest earned or the total balance? These are two different numbers and examiners deliberately test whether you notice which one is being asked for.
Don't confuse simple and compound If a question says "simple interest," the interest amount is the SAME every year — don't apply a multiplier repeatedly. If it says "compound interest," the amount grows each year — don't just multiply by n.
Rounding Only round your FINAL answer, and only to the precision asked for (e.g. "nearest dollar," "2 decimal places"). Rounding too early in multi-step problems causes small errors that examiners will penalise.
Multiplier sign check Increase → multiplier > 1 (e.g. 1.04). Decrease/depreciation → multiplier < 1 (e.g. 0.85). If your multiplier for a "loses value" question is above 1, you've made a sign error — go back and fix it.
Different rates across different years Treat each rate period as a separate multiplication. Never average two rates together and apply that "average" for the whole period — that gives the wrong answer.
Reverse problems If you're given the final amount and need the original, rate, or time — set up the equation first (Final = P × mⁿ), then rearrange. Don't try to guess-and-check; use algebra.
🔓 Read the full Simple & Compound Interest note — free You're seeing the preview · free account, no card needed
Also in the full note
  • Exam Tips & Common Mistakes
What's inside
📖 Revision notes 🎯 Learn mode ✦ AI flashcards ✓ Instant AI marking 🧊 3D explorers 🧪 Experiments & simulations 📈 Progress tracking
📄 Practise Simple & Compound Interest with International Mathematics 0607 past papers Every paper with its mark scheme — answer online, marked instantly. Open →

Read the full Simple & Compound Interest notes free

That's the preview — create a free account to read the rest, plus flashcards and practice questions with instant AI marking. No credit card.

Unlock the full notes free →

More International Mathematics topics