Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Worked examples · Systems of Equations

Systems of Equations, Worked Examples (easy)

These easy Systems of Equations examples rehearse the two core moves of the chapter, solving one linear and one non-linear equation by substitution, and solving a linear system in three variables by elimination. Try each on paper first, then check every line against our full solution.

What these examples cover

These easy Systems of Equations examples build the two moves the whole chapter rests on. The first is substitution: when you have one linear equation and one non-linear equation, make a single letter the subject of the linear equation and substitute it into the non-linear one, leaving a quadratic to solve.

The second is elimination: for a linear system in three variables, add or subtract equations in pairs to remove one letter at a time. Every question here uses small, clean numbers so you can follow each line without a calculator getting in the way.

Cover the solution, attempt the question in full on paper, then check line by line. Where your working parts from ours is exactly where the learning is.

Worked examples

Work through all four. Attempt each fully before you read the matching solution, and notice how the same discipline, make one letter the subject, substitute carefully, keep brackets, and always substitute back, runs through every one.

Q1[3 marks]

Solve the simultaneous equations x+y=5x+y=5 and xy=6xy=6.

Show worked solution

Make yy the subject of the linear equation, because it is the simpler of the two to rearrange:

y=5xy=5-x

Substitute this into the non-linear equation xy=6xy=6 and expand:

x(5x)=6    5xx2=6x(5-x)=6 \;\Rightarrow\; 5x-x^{2}=6

Rearrange into a quadratic equal to zero, then factorise:

x25x+6=0    (x2)(x3)=0x^{2}-5x+6=0 \;\Rightarrow\; (x-2)(x-3)=0

So x=2x=2 or x=3x=3. Substitute each back into y=5xy=5-x to pair up the values:

x=2y=3,x=3y=2x=2 \Rightarrow y=3, \qquad x=3 \Rightarrow y=2

Answer

The solutions are (x,y)=(2,3)(x,y)=(2,3) and (3,2)(3,2). Check the first: 2+3=52+3=5 and 2×3=62\times 3=6, both correct.

Q2[3 marks]

Find the coordinates of the points where the line y=x+1y=x+1 meets the curve y=x21y=x^{2}-1.

Show worked solution

At a meeting point both equations give the same yy, so set the two right-hand sides equal:

x21=x+1x^{2}-1=x+1

Bring every term to one side to form a quadratic, then factorise:

x2x2=0    (x2)(x+1)=0x^{2}-x-2=0 \;\Rightarrow\; (x-2)(x+1)=0

So x=2x=2 or x=1x=-1. Use the line y=x+1y=x+1 to find each matching yy:

x=2y=3,x=1y=0x=2 \Rightarrow y=3, \qquad x=-1 \Rightarrow y=0

Answer

The line meets the curve at (2,3)(2,3) and (1,0)(-1,0). Check on the curve: (2)21=3(2)^{2}-1=3 and (1)21=0(-1)^{2}-1=0, which match.

Q3[4 marks]

Solve the system x+y+z=6x+y+z=6, xy+z=2x-y+z=2 and x+yz=0x+y-z=0.

Show worked solution

Label the equations to keep track: (1)  x+y+z=6(1)\;x+y+z=6, (2)  xy+z=2(2)\;x-y+z=2, (3)  x+yz=0(3)\;x+y-z=0. Subtract (2)(2) from (1)(1); the xx and zz terms cancel and leave only yy:

(1)(2):  2y=4    y=2(1)-(2):\; 2y=4 \;\Rightarrow\; y=2

Now subtract (3)(3) from (1)(1); this time the xx and yy terms cancel and leave only zz:

(1)(3):  2z=6    z=3(1)-(3):\; 2z=6 \;\Rightarrow\; z=3

Substitute y=2y=2 and z=3z=3 into (1)(1) to find xx:

x+2+3=6    x=1x+2+3=6 \;\Rightarrow\; x=1

Answer

The solution is x=1,  y=2,  z=3x=1,\; y=2,\; z=3. Check the equations you did not solve into: (2)  12+3=2(2)\;1-2+3=2 and (3)  1+23=0(3)\;1+2-3=0, both correct.

Q4[4 marks]

Solve the simultaneous equations y=x1y=x-1 and x2+y2=25x^{2}+y^{2}=25.

Show worked solution

The linear equation already has yy as the subject, so substitute y=x1y=x-1 straight into the non-linear equation:

x2+(x1)2=25x^{2}+(x-1)^{2}=25

Expand the bracket carefully, keeping the middle term, and collect like terms:

x2+x22x+1=25    2x22x24=0x^{2}+x^{2}-2x+1=25 \;\Rightarrow\; 2x^{2}-2x-24=0

Divide through by 22 to simplify, then factorise:

x2x12=0    (x4)(x+3)=0x^{2}-x-12=0 \;\Rightarrow\; (x-4)(x+3)=0

So x=4x=4 or x=3x=-3. Substitute each back into y=x1y=x-1:

x=4y=3,x=3y=4x=4 \Rightarrow y=3, \qquad x=-3 \Rightarrow y=-4

Answer

The solutions are (4,3)(4,3) and (3,4)(-3,-4). Check the second: (3)2+(4)2=9+16=25(-3)^{2}+(-4)^{2}=9+16=25, as required.

Q5[2 marks]

Solve the simultaneous equations 2x+y=92x+y=9 and xy=3x-y=3.

Show worked solution

Both equations are linear, so add them directly to eliminate yy:

(2x+y)+(xy)=9+3    3x=12(2x+y)+(x-y)=9+3 \;\Rightarrow\; 3x=12

Divide to find xx, then substitute back into either equation to find yy:

x=4    4y=3    y=1x=4 \;\Rightarrow\; 4-y=3 \;\Rightarrow\; y=1

Answer

The solution is x=4,  y=1x=4,\;y=1. Check the first equation: 2(4)+1=92(4)+1=9, which is correct.

Q6[3 marks]

Solve the simultaneous equations xy=2x-y=2 and x2y2=20x^{2}-y^{2}=20.

Show worked solution

Factorise the non-linear equation as a difference of two squares, then substitute xy=2x-y=2 from the linear equation:

x2y2=(xy)(x+y)=20    2(x+y)=20    x+y=10x^{2}-y^{2}=(x-y)(x+y)=20 \;\Rightarrow\; 2(x+y)=20 \;\Rightarrow\; x+y=10

Solve xy=2x-y=2 and x+y=10x+y=10 together by adding them, then find yy:

2x=12    x=6,y=42x=12 \;\Rightarrow\; x=6, \quad y=4

Answer

The solution is x=6,  y=4x=6,\;y=4. Check: 6242=3616=206^{2}-4^{2}=36-16=20, which is correct.

Q7[3 marks]

Solve the simultaneous equations x=2y+3x=2y+3 and y2=xy^{2}=x.

Show worked solution

The first equation already gives xx in terms of yy, so substitute it into y2=xy^{2}=x, then rearrange into a quadratic and factorise:

y2=2y+3    y22y3=0    (y3)(y+1)=0y^{2}=2y+3 \;\Rightarrow\; y^{2}-2y-3=0 \;\Rightarrow\; (y-3)(y+1)=0

So y=3y=3 or y=1y=-1. Substitute each back into x=2y+3x=2y+3 to pair the values:

y=3x=9,y=1x=1y=3 \Rightarrow x=9, \qquad y=-1 \Rightarrow x=1

Answer

The solutions are (x,y)=(9,3)(x,y)=(9,3) and (1,1)(1,-1). Check the second: (1)2=1(-1)^{2}=1, which matches x=1x=1.

Q8[3 marks]

Solve the system x+y+z=12x+y+z=12, xy=2x-y=2 and z=4z=4.

Show worked solution

The third equation already gives zz directly, so substitute it into the first equation:

x+y+4=12    x+y=8x+y+4=12 \;\Rightarrow\; x+y=8

Solve x+y=8x+y=8 and xy=2x-y=2 together by adding them, then find yy:

2x=10    x=5,y=32x=10 \;\Rightarrow\; x=5, \quad y=3

Answer

The solution is x=5,  y=3,  z=4x=5,\;y=3,\;z=4. Check: 5+3+4=125+3+4=12 and 53=25-3=2, both correct.

Look back over the four. Two used substitution and two used elimination, yet the same steadiness runs underneath: make one letter the subject or cancel one letter out, work the resulting equation carefully, and always substitute back to pair the values correctly.

That habit turns Systems of Equations into a dependable block of marks.

Key method points

These four examples rehearse the everyday skills that open almost every Systems of Equations question in Add Math. Keep the following points in mind as you practise more.

  • For one linear and one non-linear equation, make a single letter the subject of the linear equation, then substitute into the non-linear one.
  • Substitution leaves a quadratic, solve it by factorising, then read off both roots.
  • Always substitute each root back into the linear equation to pair xx with the correct yy.
  • For a linear system in three variables, add or subtract equations in pairs to eliminate one letter at a time.
  • Expand brackets fully and keep every middle term; a dropped 2x-2x is the most common slip here.
  • Because marking is analytic, a clear substitution or elimination line can still earn method marks even if the final arithmetic slips.

How a teacher helps

When a student loses a mark on questions like these, it is almost always a small, fixable habit, a bracket dropped while expanding (x1)2(x-1)^{2}, or pairing an xx with the wrong yy at the end. In a one-to-one lesson our teacher watches the exact line where the slip happens and corrects it on the spot, before it settles into a routine.

Because our teachers are experienced, you work with someone who explains the why behind each step, not just the what. Lessons are taught in English, while SPM papers are set in both Malay and English, so we make sure the notation reads the same to you either way.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

When do I use substitution and when do I use elimination?

Use substitution when one equation is non-linear, make a letter the subject of the linear equation and substitute it in. Use elimination for a system where every equation is linear, especially three-variable systems.

Why does one linear and one non-linear equation usually have two solutions?

Substitution leaves a quadratic, and a quadratic can have two roots. Geometrically a line often cuts a curve at two points, so you typically report two coordinate pairs.

How do I pair up the values correctly at the end?

Substitute each xx back into the linear equation, never the non-linear one. The linear equation gives exactly one yy for each xx, so there is no risk of mismatching.

How can I check a three-variable answer?

Substitute all three values into an equation you did not use to solve. If that equation balances, your solution is secure, this is why labelling the equations (1)(1), (2)(2), (3)(3) is worth the moment it takes.

Source:SRC-DSKP-EN

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply