Math Lab
Home/Class X/Ch 3/Elimination method

Elimination method

The second algebraic method, elimination, is often faster than substitution when no coefficient is ±1\pm 1. The idea is to align the coefficients of one variable in the two equations so that adding or subtracting kills that variable.

Algorithm

  1. Pick the variable you want to eliminate. Multiply each equation by a suitable non-zero number so that the chosen variable has equal (or opposite) coefficients in both equations.
  2. Add the equations (if the coefficients are opposite) or subtract them (if equal). The chosen variable disappears, leaving a single linear equation in the other variable.
  3. Solve that equation.
  4. Substitute back into one of the original equations to find the eliminated variable.
  5. Verify with both original equations.

A common shortcut: to eliminate xx, multiply the first equation by a2a_2 and the second by a1a_1, then subtract. To eliminate yy, multiply by b2b_2 and b1b_1 and subtract.

If after elimination you obtain the true statement 0=00 = 0, the system has infinitely many solutions. If you obtain a false statement 0=k0 = k (with k0k \ne 0), the system has no solution.

Why this is often the cleanest method

For typical exam systems with integer or simple fractional coefficients, the LCM of the coefficients of xx (or of yy) is small, so multiplying by them keeps the arithmetic manageable. The advantage of elimination over substitution is that you avoid fractions until the last step.

It is also adaptable to simultaneous equations in disguise: equations involving 1x\dfrac{1}{x} and 1y\dfrac{1}{y}, age problems, fractions, ratios , all become linear after a substitution like u=1/x,v=1/yu = 1/x, v = 1/y, and then elimination is the natural tool.

Worked examples

Example 1. Solve 2x+3y=112 x + 3 y = 11 and 5x4y=35 x - 4 y = -3.

Eliminate xx. Multiply first by 55 and second by 22: 10x+15y=5510 x + 15 y = 55 and 10x8y=610 x - 8 y = -6.

Subtract: 23y=61y=61/2323 y = 61 \Rightarrow y = 61/23.

Hmm, that doesn't look clean. Let me re-check the system. The system should have a clean integer solution. Let me try eliminating yy instead.

Multiply first by 44 and second by 33: 8x+12y=448 x + 12 y = 44 and 15x12y=915 x - 12 y = -9.

Add: 23x=35x=35/2323 x = 35 \Rightarrow x = 35/23. Same non-integer result. So the answer is genuinely (35/23,61/23)(35/23, 61/23).

(Some board-style problems do have rational, not integer, solutions , the method still works fine.)

Example 2. Solve 3x+4y=103 x + 4 y = 10 and 2x2y=22 x - 2 y = 2.

Eliminate yy. Multiply the second by 22: 4x4y=44 x - 4 y = 4. Add to the first: (3x+4y)+(4x4y)=10+47x=14x=2.(3 x + 4 y) + (4 x - 4 y) = 10 + 4 \Rightarrow 7 x = 14 \Rightarrow x = 2. Substitute into the first: 6+4y=10y=16 + 4 y = 10 \Rightarrow y = 1.

Solution (2,1)(2, 1).

Example 3. Solve 9x4y=209 x - 4 y = 2 0 and 7x3y=157 x - 3 y = 1 5.

Eliminate yy. Multiply first by 33 and second by 44: 27x12y=6027 x - 12 y = 60 and 28x12y=6028 x - 12 y = 60.

Subtract: x=0x=0-x = 0 \Rightarrow x = 0. Then from the first: 4y=20y=5-4 y = 20 \Rightarrow y = -5.

Solution (0,5)(0, -5). Verify: 7(0)3(5)=157(0) - 3(-5) = 15 ✓.

Example 4. Solve 5x1+1y2=2\dfrac{5}{x - 1} + \dfrac{1}{y - 2} = 2 and 6x13y2=1\dfrac{6}{x - 1} - \dfrac{3}{y - 2} = 1.

Let u=1/(x1),v=1/(y2)u = 1/(x - 1), v = 1/(y - 2). System: 5u+v=25 u + v = 2, 6u3v=16 u - 3 v = 1.

Eliminate vv. Multiply the first by 33: 15u+3v=615 u + 3 v = 6. Add to the second: 21u=7u=1/321 u = 7 \Rightarrow u = 1/3.

Then v=25/3=1/3v = 2 - 5/3 = 1/3. So 1/(x1)=1/3x=41/(x - 1) = 1/3 \Rightarrow x = 4, and 1/(y2)=1/3y=51/(y - 2) = 1/3 \Rightarrow y = 5.

Solution (4,5)(4, 5).

Example 5. Solve 4x+7y=164 x + 7 y = 16 and 4x+7y=184 x + 7 y = 18.

Same coefficients of xx and yy but different constants \Rightarrow no solution.

Subtracting: 0=20 = -2. False \Rightarrow inconsistent.

Try it yourself

  1. Solve by elimination: x+y=5,2x3y=4x + y = 5, 2 x - 3 y = 4.
  2. Solve: 2x+3y=8,4x+6y=72 x + 3 y = 8, 4 x + 6 y = 7.
  3. Solve: 3x5y=4,9x2y=73 x - 5 y = 4, 9 x - 2 y = 7.
  4. Solve: x3+y2=8,5x2y3=7\dfrac{x}{3} + \dfrac{y}{2} = 8, \dfrac{5 x}{2} - \dfrac{y}{3} = 7.
  5. Solve: 2(x+y)=5(xy),8x3y=192(x + y) = 5 (x - y), 8 x - 3 y = 19.
  6. Solve: 11x+15y=23,7x2y=2011 x + 15 y = -23, 7 x - 2 y = 20.
  7. Solve: 2x+y+3xy=17/5,4x+y5xy=23/15\dfrac{2}{x + y} + \dfrac{3}{x - y} = 17/5, \dfrac{4}{x + y} - \dfrac{5}{x - y} = -23/15.
  8. Solve: ax+by=a+b,bx+ay=a+ba x + b y = a + b, b x + a y = a + b (a+b0a + b \ne 0).
  9. Solve: 5(x+1)2(y+2)=3,3x2y=45(x + 1) - 2(y + 2) = 3, 3 x - 2 y = 4.
  10. Solve and discuss: 3x+4y=12,6x+8y=243 x + 4 y = 12, 6 x + 8 y = 24.

Pitfalls / Insight

  • Multiply each equation in full , students often forget to multiply the constant term.
  • Sign of the result of subtraction matters: (8x)(15x)=7x(8 x) - (15 x) = -7 x, not 7x7 x.
  • Always verify in both original equations; elimination is more error-prone than substitution due to multiplied coefficients.

Insight. Elimination is matrix algebra in disguise: making one column equal so you can "row reduce" the system. Class XI and XII will pick this up formally as Gaussian elimination.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Elimination
6 questions · pick the best answer
Q1

Solve by elimination: x+y=5,2x3y=4x + y = 5, 2x - 3y = 4.

Q2

Solve: 3x+4y=10,2x2y=23x + 4y = 10, 2x - 2y = 2.

Q3

Multiplying 2x+3y=52x + 3y = 5 by 22 gives:

Q4

If after elimination we get 0=40 = 4, the system has:

Q5

To eliminate yy from 3x+4y=113x + 4y = 11 and 5x+2y=95x + 2y = 9, multiply:

Q6

Solve: 4x+7y=16,4x+7y=184x + 7y = 16, 4x + 7y = 18.