Weighted Average
When the groups being combined are different sizes, you cannot just average the averages — you must weight each average by its group size: combined = (n₁a₁ + n₂a₂)/(n₁ + n₂). A class of 30 averaging 70 combined with a class of 10 averaging 90 does not average 80; it averages (30·70 + 10·90)/40 = (2100 + 900)/40 = 75, pulled toward the bigger (lower-scoring) group. The key intuition — and a frequent Quantitative Comparison hook — is that the weighted mean always lands between the two averages, closer to the group with more weight. This same structure appears everywhere on the GRE: GPA (grades weighted by credit hours), average speed (speeds weighted by time), portfolio returns, and blended prices. Whenever a problem gives you two averages and two different counts, reach for the weighted formula, not the plain midpoint.
✅ 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) |