Solve each pair by the elimination method: (i) x + y = 5, 2x − 3y = 4; (ii) 3x + 4y = 10, 2x − 2y = 2; (iii) 3x − 5y − 4 = 0, 9x = 2y + 7; (iv) x/2 + 2y/3 = −1, x − y/3 = 3.
Hint. Multiply one or both equations so that one variable has the same size of coefficient in both, then add or subtract to remove it.
The single decision in elimination is which variable to remove — pick whichever needs the smaller multipliers.
(i) x + y = 5, 2x − 3y = 4.
Multiply the first by 3: 3x + 3y = 15. Now add the second, and the y terms cancel: 5x = 19, so x = 19/5.
Then from x + y = 5: y = 5 − 19/5 = 6/5.
Check in the second: 2(19/5) − 3(6/5) = 38/5 − 18/5 = 20/5 = 4 ✓
✦ x = 19/5, y = 6/5
(ii) 3x + 4y = 10, 2x − 2y = 2.
Multiply the second by 2: 4x − 4y = 4. Adding removes y: 7x = 14, so x = 2.
Then 2(2) − 2y = 2 gives y = 1.
✦ x = 2, y = 1
(iii) 3x − 5y − 4 = 0, 9x = 2y + 7.
First put both in standard form: 3x − 5y = 4 and 9x − 2y = 7.
Multiply the first by 3: 9x − 15y = 12. Subtract the second: (9x − 15y) − (9x − 2y) = 12 − 7, so −13y = 5 and y = −5/13.
Substituting into 3x − 5y = 4: 3x + 25/13 = 4 ⟹ 3x = 27/13 ⟹ x = 9/13.
✦ x = 9/13, y = −5/13
(iv) x/2 + 2y/3 = −1, x − y/3 = 3.
Clear fractions first — multiply the first by 6 and the second by 3:
3x + 4y = −6 and 3x − y = 9.
Subtracting the second from the first: 5y = −15, so y = −3. Then 3x + 3 = 9 gives x = 2.
✦ x = 2, y = −3
Where students slip. In (iii), subtracting without bracketing the whole second equation, so only the first term gets its sign flipped. Write the subtraction out in full — (9x − 15y) − (9x − 2y) — before simplifying.
Another way. Part (i) is one of the rare cases where substitution is tidier: y = 5 − x turns the second equation into 2x − 15 + 3x = 4 in one line.
