Why Algebraic Methods?

Graphs are great for seeing the solution, but they're slow and imprecise — especially when the answer isn't a nice whole number. Algebraic methods give the exact solution quickly. The first is the substitution method.

The idea: From one equation, express one variable in terms of the other. Then substitute that expression into the second equation, turning it into a single equation in one variable, which you can solve easily.

Think of it this way: we use one equation to 'replace' a variable in the other, reducing two unknowns to one.

[Board Important] Substitution is best when one variable already has coefficient 1 (or is easy to isolate), e.g. x+2y=5x + 2y = 5 where x=52yx = 5 - 2y is immediate.

The Substitution Steps

Let's solve x+2y=1x + 2y = -1 and 2x3y=122x - 3y = 12.

  1. Isolate a variable. From the first equation, x=12yx = -1 - 2y.
  2. Substitute into the second: 2(12y)3y=122(-1 - 2y) - 3y = 12.
  3. Solve the one-variable equation: 24y3y=127y=14y=2-2 - 4y - 3y = 12 \Rightarrow -7y = 14 \Rightarrow y = -2.
  4. Back-substitute to find the other variable: x=12(2)=1+4=3x = -1 - 2(-2) = -1 + 4 = 3.

So the solution is x=3x = 3, y=2y = -2.

Key Point: After finding one variable, always substitute back into the simplest equation to find the other.

[Board Important] Verify your answer by plugging (3,2)(3, -2) into both original equations. This catches arithmetic slips and earns confidence (and sometimes a mark).

What If There's No Solution / Infinitely Many?

Substitution also reveals the special cases automatically.

  • If you end up with a false statement like 0=50 = 5, the variable cancels and the equation is impossible — the pair has no solution (parallel lines).
  • If you end up with a true statement like 0=00 = 0, the equation is always true — the pair has infinitely many solutions (coincident lines).

Example (no solution)

x+y=3x + y = 3 and 2x+2y=92x + 2y = 9. From the first, x=3yx = 3 - y. Substitute: 2(3y)+2y=96=92(3 - y) + 2y = 9 \Rightarrow 6 = 9, which is false. So no solution.

Key Point: A contradiction (0=0 = non-zero) ⇒ no solution. An identity (0=00 = 0) ⇒ infinitely many solutions.

[Board Important] Don't panic if the variables vanish — read the leftover statement. False ⇒ no solution; true ⇒ infinitely many.

Substitution in Word Problems

The real power of substitution shows in word problems. The recipe:

  1. Define the two variables clearly.
  2. Form the two equations from the conditions.
  3. Solve by substitution.
  4. Interpret the answer in the context (with units), and check it makes sense.

Worked outline

'The sum of two numbers is 20 and one is 4 more than the other.'

  • Let the numbers be xx and yy. Then x+y=20x + y = 20 and x=y+4x = y + 4.
  • Substitute: (y+4)+y=202y=16y=8(y + 4) + y = 20 \Rightarrow 2y = 16 \Rightarrow y = 8, so x=12x = 12.

Key Point: When one condition directly gives one variable in terms of the other (like x=y+4x = y + 4), substitution is the fastest method.

[Board Important] Always end a word problem by stating the answer in words: 'The two numbers are 12 and 8.' Bare values can lose a presentation mark.

Solved Examples

Example 1: Basic substitution

Solve: x+y=14x + y = 14 and xy=4x - y = 4.

Solution:

  1. From the first: x=14yx = 14 - y.
  2. Substitute: (14y)y=4142y=4y=5(14 - y) - y = 4 \Rightarrow 14 - 2y = 4 \Rightarrow y = 5.
  3. Then x=145=9x = 14 - 5 = 9.

Final Answer: x=9x = 9, y=5y = 5.

Takeaway: Isolate, substitute, solve, back-substitute.

Example 2: Substitution with fractions avoided

Solve: 2x+3y=112x + 3y = 11 and x2y=12x - 2y = -12.

Solution:

  1. From the second (coefficient 1 on xx): x=2y12x = 2y - 12.
  2. Substitute: 2(2y12)+3y=114y24+3y=117y=35y=52(2y - 12) + 3y = 11 \Rightarrow 4y - 24 + 3y = 11 \Rightarrow 7y = 35 \Rightarrow y = 5.
  3. x=2(5)12=2x = 2(5) - 12 = -2.

Final Answer: x=2x = -2, y=5y = 5.

Takeaway: Isolate the variable with coefficient 1 to avoid fractions.

Example 3: No solution case

Solve: x+y=3x + y = 3 and 2x+2y=92x + 2y = 9.

Solution:

  1. From the first: x=3yx = 3 - y.
  2. Substitute: 2(3y)+2y=962y+2y=96=92(3 - y) + 2y = 9 \Rightarrow 6 - 2y + 2y = 9 \Rightarrow 6 = 9 (false).
  3. The variables cancelled to give a false statement.

Final Answer: No solution (inconsistent).

Takeaway: A false numeric statement ⇒ no solution.

Example 4: Infinitely many solutions

Solve: x2y=5x - 2y = 5 and 2x4y=102x - 4y = 10.

Solution:

  1. From the first: x=5+2yx = 5 + 2y.
  2. Substitute: 2(5+2y)4y=1010+4y4y=1010=102(5 + 2y) - 4y = 10 \Rightarrow 10 + 4y - 4y = 10 \Rightarrow 10 = 10 (true).

Final Answer: Infinitely many solutions.

Takeaway: A true statement like 10=1010 = 10 ⇒ infinitely many solutions.

Example 5: Two numbers word problem

The sum of two numbers is 20 and their difference is 4. Find them.

Solution:

  1. Let the numbers be xx and yy: x+y=20x + y = 20, xy=4x - y = 4.
  2. From the second: x=y+4x = y + 4. Substitute: (y+4)+y=202y=16y=8(y+4) + y = 20 \Rightarrow 2y = 16 \Rightarrow y = 8.
  3. x=12x = 12.

Final Answer: The numbers are 12 and 8.

Takeaway: State the answer in words at the end.

Example 6: Coin/age type problem

A father is three times as old as his son. After 12 years, he will be twice as old. Find their present ages.

Solution:

  1. Let the father be xx and son be yy: x=3yx = 3y.
  2. After 12 years: x+12=2(y+12)x + 12 = 2(y + 12).
  3. Substitute x=3yx = 3y: 3y+12=2y+24y=123y + 12 = 2y + 24 \Rightarrow y = 12, so x=36x = 36.

Final Answer: Father 36 years, son 12 years.

Takeaway: Substitute the direct relation (x=3yx = 3y) into the other equation.

Example 7: Solve and verify

Solve 3xy=33x - y = 3 and 9x3y=99x - 3y = 9, and state the type.

Solution:

  1. From the first: y=3x3y = 3x - 3.
  2. Substitute: 9x3(3x3)=99x9x+9=99=99x - 3(3x - 3) = 9 \Rightarrow 9x - 9x + 9 = 9 \Rightarrow 9 = 9 (true).

Final Answer: Infinitely many solutions (the equations are equivalent).

Takeaway: The second equation is just 3× the first — they are the same line.

Example 8: Fractional answer

Solve: 2x+y=72x + y = 7 and 3x2y=03x - 2y = 0.

Solution:

  1. From the first: y=72xy = 7 - 2x.
  2. Substitute: 3x2(72x)=03x14+4x=07x=14x=23x - 2(7 - 2x) = 0 \Rightarrow 3x - 14 + 4x = 0 \Rightarrow 7x = 14 \Rightarrow x = 2.
  3. y=74=3y = 7 - 4 = 3.

Final Answer: x=2x = 2, y=3y = 3.

Takeaway: Substitution works smoothly even when the second equation has no constant.

Example 9: Speed of boat (current) word problem

A boat goes 30 km downstream and 30 km upstream. If still-water speed is xx and current speed is yy, and downstream speed is x+y=15x + y = 15 km/h while upstream speed is xy=9x - y = 9 km/h, find xx and yy.

Solution:

  1. From the second: x=9+yx = 9 + y.
  2. Substitute: (9+y)+y=152y=6y=3(9 + y) + y = 15 \Rightarrow 2y = 6 \Rightarrow y = 3.
  3. x=12x = 12.

Final Answer: Still-water speed 12 km/h, current 3 km/h.

Takeaway: Downstream = x+yx + y, upstream = xyx - y; solve by substitution.

Example 10: Two-digit number

The sum of the digits of a two-digit number is 9. If 9 is added to the number, the digits are reversed. Find the number.

Solution:

  1. Let tens digit =x= x, units =y= y. Then x+y=9x + y = 9 and (10x+y)+9=10y+x(10x + y) + 9 = 10y + x, i.e. 9x9y=9xy=19x - 9y = -9 \Rightarrow x - y = -1.
  2. From x+y=9x + y = 9 and xy=1x - y = -1: substitute x=y1x = y - 1 into the first: (y1)+y=9y=5(y-1) + y = 9 \Rightarrow y = 5, x=4x = 4.
  3. Number =10(4)+5=45= 10(4) + 5 = 45.

Final Answer: The number is 45.

Takeaway: Translate 'digits reversed' carefully into 10y+x10y + x.