Linear Equations • Topic 2 of 4

Two Variables

With two unknowns you need two independent equations to pin down a unique pair (x, y). The two everyday tools are substitution and elimination. Substitution works best when one variable already has a coefficient of 1: solve that equation for it and plug into the other. Elimination shines when coefficients line up: scale the equations so one variable has equal and opposite coefficients, then add. A single equation in two variables, like 2x + 3y = 12, has infinitely many solutions — it is a line, not a point — so CAT sometimes hands you one equation and an extra hidden constraint (positive integers, a ratio, a known sum) to force a unique answer. When the question asks only for an expression such as x + y or x − y, do not solve fully; add or subtract the two equations to get the combination directly. That combination shortcut saves a surprising amount of time in the exam.

✅ Solved examples

1. Solve x + y = 10 and x − y = 4.
Add the equations: 2x = 14 ⇒ x = 7. Then y = 10 − 7 = 3. So (x, y) = (7, 3).
2. Solve 2x + 3y = 13 and x = y + 1 by substitution.
Substitute x = y + 1: 2(y + 1) + 3y = 13 ⇒ 5y + 2 = 13 ⇒ y = 11/5 = 2.2, x = 3.2. So (x, y) = (3.2, 2.2).
3. Solve 3x + 4y = 25 and 5x − 4y = 7 by elimination.
Add to cancel y: 8x = 32 ⇒ x = 4. Then 3(4) + 4y = 25 ⇒ 4y = 13 ⇒ y = 3.25. So (4, 3.25).
4. If 4x + 7y = 47 and 7x + 4y = 41, find x + y without fully solving.
Add: 11x + 11y = 88 ⇒ x + y = 8.

✏️ Practice — try these, take hints as needed

1. Solve x + y = 12 and x − y = 2.
Add the two equations.
2x = 14.
Then find y from x + y = 12.
x = 7, y = 5
2. Solve 2x + y = 11 and x − y = 1 by elimination.
Add to cancel y.
3x = 12.
Back-substitute for y.
x = 4, y = 3
3. Solve y = 2x − 3 and 3x + y = 12 by substitution.
Replace y in the second equation.
3x + (2x − 3) = 12.
5x = 15.
x = 3, y = 3
4. If 5x + 2y = 26 and 2x + 5y = 23, find x + y.
Add both equations.
7x + 7y = 49.
Divide by 7.
x + y = 7
5. If 3x + 2y = 16 and 3x − 2y = 4, find x and y.
Add to cancel y, then subtract.
6x = 20 gives x.
4y = 12 gives y.
x = 10/3, y = 3

📝 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…