Weighted Average
A weighted average is used when the groups being combined are of different sizes or carry different importance. Instead of a simple mean of the group averages, each group average is weighted by its count: weighted average = (w₁a₁ + w₂a₂ + …)/(w₁ + w₂ + …). The CAT power-tool here is alligation, which rearranges this into a clean ratio. If two groups with averages A₁ and A₂ combine to give a blended average Avg, then w₁ : w₂ = (A₂ − Avg) : (Avg − A₁) — the cheaper distance to the mean, on the opposite side. This turns "in what ratio must milk at ₹40 and milk at ₹60 be mixed to sell at ₹45?" into 15 : 5 = 3 : 1 in seconds. The blended average always lies between the two group averages and sits closer to the heavier group.
✅ 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) |