Averages • Topic 1 of 4

Arithmetic Mean

The arithmetic mean is the total of all values divided by how many there are. For CAT the golden re-statement is total = average × count, because almost every question gives you two of these three and asks for the third. Two shortcuts save real time. First, for any evenly spaced set (an arithmetic progression, consecutive integers, consecutive even numbers) the average equals the middle term, or (first + last)/2 — no summing needed. Second, the deviation method: pick a convenient assumed mean, add up only the small deviations from it, divide by the count, and add back. To average 197, 203, 199, 201, assume 200 and the deviations −3, +3, −1, +1 cancel to 0, so the mean is exactly 200. A key property: the sum of deviations of all values from their own mean is always zero — useful as a sanity check.

✅ Solved examples

1. The average of 5 numbers is 27. If one number is removed the average becomes 25. Find the removed number.
Original sum = 27 × 5 = 135. New sum = 25 × 4 = 100. Removed = 135 − 100 = 35.
2. Find the average of the first 50 natural numbers.
Average of first n naturals = (n + 1)/2 = 51/2 = 25.5.
3. The average of 196, 198, 200, 202, 204 is?
Evenly spaced, so average = middle term = 200.
4. The average age of 30 students is 12 years. Including the teacher the average rises to 13 years. Find the teacher’s age.
Students’ total = 30 × 12 = 360. New total = 31 × 13 = 403. Teacher = 403 − 360 = 43 years.

✏️ Practice — try these, take hints as needed

1. The average of 8 numbers is 21. What is their sum?
Sum = average × count.
21 × 8.
Multiply.
168
2. Find the average of the first 20 odd numbers.
First 20 odds: 1, 3, …, 39.
Average of an AP = (first + last)/2.
(1 + 39)/2.
20
3. The average of 6 numbers is 30. Adding a 7th makes the average 32. Find the 7th number.
Old sum = 30 × 6.
New sum = 32 × 7.
Subtract.
44
4. The average of 11 results is 50. The average of the first 6 is 49 and of the last 6 is 52. Find the 6th result.
First 6 + last 6 counts the 6th twice.
6×49 + 6×52 − 11×50.
294 + 312 − 550.
56
5. The average of 201, 203, 205, 207, 209 is?
Evenly spaced set.
Average = middle term.
Middle is the 3rd value.
205

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…