Leave lesson

Algebra · Simultaneous equations

1 / 9

Simultaneous equations by elimination

Why two unknowns need two equations, why adding or subtracting whole equations is legal, and the sign rule that decides which of the two kills a variable.

Algebra · Simultaneous equations

Simultaneous equations by elimination

Why two unknowns need two equations, why adding or subtracting whole equations is legal, and the sign rule that decides which of the two kills a variable.

Why it works

One equation with two unknowns has endless solutions — 3x+2y=193x + 2y = 19 is satisfied by whole families of pairs. A SECOND equation cuts the family down to a single pair: the values that satisfy both at once. That's what "simultaneous" means.

Adding equations is legal because both sides balance. If 3x+2y=193x + 2y = 19 and x2y=1x - 2y = 1, then adding left sides and right sides keeps truth: (3x+2y)+(x2y)=19+1(3x + 2y) + (x - 2y) = 19 + 1. And look what happened — +2y+2y and 2y-2y cancel:

4x=20    x=5,4x = 20 \;\Rightarrow\; x = 5,

then substitute back into either equation: 52y=15 - 2y = 1, so y=2y = 2. Elimination is engineered cancellation.

The sign rule: matching coefficients decide add or subtract.
  • Coefficients equal, opposite signs (+2y+2y and 2y-2y) → ADD.
  • Coefficients equal, same sign (+3y+3y and +3y+3y) → SUBTRACT.
The chant "same signs subtract" saves the day under pressure — adding +3y+3y to +3y+3y gives 6y6y, eliminating nothing.

Scale first if nothing matches. In 4x+3y=104x + 3y = 10 and 2x+y=42x + y = 4, no coefficients match — so multiply the second whole equation (right side included!) by 3: 6x+3y=126x + 3y = 12. Now subtract: 2x=22x = 2, x=1x = 1, y=2y = 2. Sometimes BOTH equations need scaling: for 5x+2y=115x + 2y = 11 and 3x+5y=183x + 5y = 18, take ×5\times 5 and ×2\times 2 to match 10y10y against 10y10y, subtract, and 19x=1919x = 19.

Finish properly. Finding xx is half the job: substitute back for the second unknown, then check the pair in the equation you didn't just use — the only check that can actually catch an error.

Subtracting is where the marks die. (4x6y)(9x+6y)(4x - 6y) - (9x + 6y) style work breeds sign slips; write the subtraction out term by term, or choose the add-route by scaling with opposite signs when you can.