⚠️ Top mistake: dividing by the percentage instead of finding 1%!
After a 20% increase, a price is £84. What was the original price?
💡
Quick Memory Point
REVERSE %: New value = Original × multiplier +20% → multiplier = 1.2 → Original = New ÷ 1.2 NEVER subtract 20% from the new price!
Answer in £
💬 Explanation
After +20%, the price is 120% of original. Original = 84 ÷ 1.2 = 70.
Common wrong answer: 84 × 0.8 = 67.2 — this is WRONG because 20% of 84 ≠ 20% of original.
Answer: £70.
19Direct Proportion — Formula
Ratio & Proportion
y is directly proportional to x. When x = 4, y = 20. Find y when x = 7.
y ∝ x → y = kx
💡
Quick Memory Point
DIRECT: y = kx → find k first, then use it k = y/x = constant (never changes!)
Just the number
💬 Explanation
Find k: k = 20/4 = 5. So y = 5x.
When x = 7: y = 5 × 7 = 35.
Answer: 35.
20Geometric Sequences — nth Term
Number & Algebra
🏆 Final Challenge — Geometric Sequence
A geometric sequence starts: 2, 6, 18, 54, … Find the 6th term.
u_n = a × r^(n−1) r = common ratio
💡
Quick Memory Point
GEOMETRIC: MULTIPLY by r each time (not add!) r = any term ÷ previous term | u_n = a × r^(n−1)