Percentage Change
Percentage change always uses the ORIGINAL value as the base: change% = (new − old)/old × 100. The classic CAT trap is the asymmetry of increase and decrease. If a price rises 25% and then falls 25%, you do NOT get back to the start — you end lower, because the second 25% is taken on a larger number. A clean way to handle "A is x% more/less than B" is the multiplier view: +x% means ×(1+x/100), −x% means ×(1−x/100). Also master the inverse phrasing: if A is 25% more than B, then B is only 20% less than A, because the base changed from B to A. The shortcut is B is [x/(100±x)]×100% — memorise the common pairs (¼↔⅕, ⅓↔¼, ½↔⅓).
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Core conversions & change
| Percentage of a number | x% of N = (x/100) × N |
|---|---|
| Value as a percentage | (Part / Whole) × 100 % |
| Percentage change | (New − Old) / Old × 100 % |
| Increase by x% | N × (1 + x/100) |
| Decrease by x% | N × (1 − x/100) |
CAT power-tools
| Successive change a% then b% | net = a + b + ab/100 (%) |
|---|---|
| Reverse percentage | Original = Final / (1 ± x/100) |
| A is x% more than B | B is [x/(100+x)]×100 % less than A |
| A is x% less than B | B is [x/(100−x)]×100 % more than A |
| Product constant (price↑ p% ⇒ consumption↓) | [p/(100+p)]×100 % |