Average Basics
Average = sum / count, so sum = average x count. When one value changes, the total changes by the same amount, and the average shifts by (change / count). The 'replacement' pattern — a person of weight A leaves and one of weight B joins, changing the average by d for n people — gives B - A = n x d. Always think in totals, not averages, when something is added or removed.
✅ 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
Average
| Average | sum of values / number of values |
|---|---|
| New average on adding x | recompute (old sum + x) / (n + 1) |
| Average speed (equal distances) | 2ab / (a + b) |
Alligation
| Alligation rule | cheaper:dearer = (dearer - mean) : (mean - cheaper) |
|---|---|
| Repeated replacement | final = initial x (1 - r/V)^n |