Change-in-Average Problems
These questions ask how the mean shifts when you add a value, remove one, or swap one out — and the fast way is to track the total, not to recompute the whole average. Adding a new value that is above the current average pulls the mean up; below it, down; equal to it, no change. The size of the shift is governed by how far the new value sits from the old mean, spread across the new count. A cleaner tool for "one value replaced by another" is to work with the change in sum: if a value goes up by 12 across a set of 6, the average rises by 12/6 = 2. The GRE’s classic version is the cricket-or-batting-average style: "a player averaging 40 over 10 innings scores 84 in the 11th — new average?" — total goes from 400 to 484 over 11 innings, giving 44. Always convert the average condition into a statement about the total first; the rest is one subtraction and one division.
✅ 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
Averages
| Arithmetic mean | average = sum ÷ count |
|---|---|
| Sum from average | sum = average × count |
| Weighted average | (n₁a₁ + n₂a₂) / (n₁ + n₂) |
| New average after adding a value | (old sum + new value) / (count + 1) |
Mixtures & alligation
| Alligation ratio | n₁ : n₂ = (a₂ − M) : (M − a₁) (M = mixture mean) |
|---|---|
| Concentration | pure component ÷ total amount |
| Replacement (repeated) | remaining = original × (1 − r/V)ⁿ |
| Mean of two equal groups | (a₁ + a₂) / 2 (weights equal) |