Mixtures & Alligation
A mixture problem blends two ingredients of known "strength" (price, concentration, purity) and asks about the result — or, run in reverse, asks in what ratio to blend them to hit a target. Because the blend’s strength is the weighted average of the parts, alligation gives the ratio in one line: the amounts are in the ratio of the cross differences, n₁ : n₂ = (a₂ − M) : (M − a₁), where M is the target and a₁ < M < a₂. To make a 40%-milk blend from 20% and 50% milks, the ratio is (50 − 40) : (40 − 20) = 10 : 20 = 1 : 2, so use twice as much of the weaker one. Alligation is the GRE-fast route for "how many litres of water to add", "what ratio of two coffees", and profit questions dressed as tea blends. A close cousin is repeated replacement — draw off some mixture and top up with pure solvent — where the remaining original follows original × (1 − r/V)ⁿ after n rounds.
✅ 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) |