Replacement Problems
Replacement problems are the CAT favourite where one member of a group leaves and another joins, and the average shifts. The count stays the same, so the entire change in total comes from the swap: total change = new value − old value = (change in average) × count. If the average weight of 8 people increases by 2.5 kg when a new person replaces one weighing 65 kg, the total rose by 8 × 2.5 = 20 kg, so the newcomer weighs 65 + 20 = 85 kg. The same logic runs in reverse to find the leaver. A close cousin is the "added or removed without replacement" case, where the count changes too — there you must use total = average × count for both the before and after states and subtract. The single most common trap is multiplying the change in average by the wrong count (use the unchanged group size for a pure swap).
✅ 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 average relations
| Arithmetic mean | Average = (Sum of observations) / (Number of observations) |
|---|---|
| Sum from average | Sum = Average × Count |
| Average of first n natural numbers | (n + 1) / 2 |
| Average of an arithmetic progression | (First term + Last term) / 2 |
| Deviation (shift) method | Average = Assumed mean + (Sum of deviations) / Count |
Weighted, speed & replacement tools
| Weighted average | (w₁a₁ + w₂a₂ + …) / (w₁ + w₂ + …) |
|---|---|
| Alligation (ratio of weights) | w₁ : w₂ = (A₂ − Avg) : (Avg − A₁) |
| Average speed (whole journey) | Total distance / Total time |
| Equal-distance two speeds | 2xy / (x + y) (harmonic mean) |
| Change in average on replacement | New value = Old value ± (Change in average × Count) |