Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Maths Standard 2 (2027) Algebraic relationships

Simultaneous Equations (Algebraically)

20 practice questions 0 video lessons Theory + worked examples

Master simultaneous equations the algebraic way for NSW Year 12 Mathematics Standard 2. This topic shows how to solve a pair of linear equations by elimination and by substitution — finding the exact pair of values \((x,y)\) that satisfies both equations at once.

You will learn to match coefficients and add or subtract to eliminate a pronumeral, make a pronumeral the subject and substitute, back-substitute for the second value, and check your solution — a core Standard 2 skill that gives an exact answer where a graph can only be read off approximately.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Simultaneous linear equations are two straight-line equations solved together. This Year 12 Standard 2 (NSW) guide shows how to solve them algebraically — by elimination and by substitution — then back-substitute and check the pair \((x,y)\) that satisfies both equations exactly.

A pair of simultaneous linear equations is two straight-line equations that must both be true at the same time. Their solution is the single pair of values \((x,y)\) that satisfies both.

Solving algebraically means finding that pair by working with the equations themselves, rather than reading a graph. There are two standard methods: elimination and substitution. Both give the same exact answer.

Elimination combines the equations so one pronumeral cancels: match the coefficients of \(x\) or \(y\), then add or subtract. Substitution makes one pronumeral the subject of one equation and puts that expression into the other. Whichever you use, always check your pair in both original equations.

Solution of a pair of equationsx+y=5 and x-y=1 meet at (3,2) x y -1 1 2 3 4 5 6 -2 -1 1 2 3 4 5 6 3 2
Algebra finds the exact crossing point \((3,2)\) of \(x+y=5\) and \(x-y=1\).
A second pair and its solution2x-y=3 and x+y=3 meet at (2,1) x y -1 1 2 3 4 5 -4 -3 -2 -1 1 2 3 4 5 6 2 1
Elimination or substitution gives \((2,1)\) for \(2x-y=3\) and \(x+y=3\).

Write the pair in the general form (\(a,b,c\) are numbers):

\[a_1 x + b_1 y = c_1 \qquad a_2 x + b_2 y = c_2\]
a1x+b1y=c1

Elimination. Multiply an equation so one pronumeral has matching coefficients, then add (opposite signs) or subtract (same signs) to remove it:

\[(a_1 x + b_1 y) \pm (a_2 x + b_2 y) = c_1 \pm c_2\]
(a1x+b1y)±(a2x+b2y)=c1±c2

Substitution. Make one pronumeral the subject, then replace it in the other equation:

\[y = mx + k \;\Rightarrow\; a_2 x + b_2(mx + k) = c_2\]
y=mx+ka2x+b2(mx+k)=c2
Same answer either way. Elimination and substitution both lead to the one pair \((x,y)\) that solves the system. Pick whichever needs less rearranging.

Elimination method

  1. Line up the equations so \(x\) terms, \(y\) terms and numbers match up.
  2. Match a coefficient: multiply one (or both) whole equations so \(x\) or \(y\) has the same size coefficient in each.
  3. Add or subtract the equations to eliminate that pronumeral, then solve for the one that is left.
  4. Back-substitute to find the other pronumeral, then check \((x,y)\) in both originals.

Substitution method

  1. Make a pronumeral the subject of one equation (e.g. \(x=\ldots\) or \(y=\ldots\)).
  2. Substitute that expression into the other equation, giving one equation in one pronumeral.
  3. Solve it, then back-substitute to find the other pronumeral.
  4. Check and state the solution \((x,y)\) in both original equations.
Example 1 — Elimination (add)
Solve \(4x+y=10\) and \(2x-y=2\) by elimination.
Solution

The \(y\) terms are \(+y\) and \(-y\), so adding the equations removes \(y\).

\((4x+y)+(2x-y)\)\(=\)\(10+2\)
\(6x\)\(=\)\(12\)
\(x\)\(=\)\(2\)
\(2(2)-y\)\(=\)\(2\)
\(y\)\(=\)\(2\)
\(\therefore\ (x,y)\)\(=\)\((2,2)\)
(2,2)

Check: \(4(2)+2=10\ \checkmark\).

Example 2 — Elimination (multiply first)
Solve \(3x+2y=16\) and \(x+y=6\) by elimination.
Solution

Multiply \(x+y=6\) by \(2\) so both have \(2y\), then subtract.

\(3x+2y\)\(=\)\(16\)
\(2x+2y\)\(=\)\(12\)
\(x\)\(=\)\(4\)
\(4+y\)\(=\)\(6\)
\(y\)\(=\)\(2\)
\(\therefore\ (x,y)\)\(=\)\((4,2)\)
(4,2)

Check: \(3(4)+2(2)=16\ \checkmark\).

Example 3 — Substitution
Solve \(y=2x-3\) and \(3x+y=17\) by substitution.
Solution

The first equation already gives \(y\), so replace \(y\) in the second.

\(3x+(2x-3)\)\(=\)\(17\)
\(5x-3\)\(=\)\(17\)
\(5x\)\(=\)\(20\)
\(x\)\(=\)\(4\)
\(y\)\(=\)\(2(4)-3=5\)
\(\therefore\ (x,y)\)\(=\)\((4,5)\)
(4,5)

Check: \(3(4)+5=17\ \checkmark\).

Example 4 — Substitution (rearrange first)
Solve \(x-y=4\) and \(3x+4y=-2\) by substitution.
Solution

Rearrange the first equation to \(x=y+4\), then substitute.

\(3(y+4)+4y\)\(=\)\(-2\)
\(7y+12\)\(=\)\(-2\)
\(7y\)\(=\)\(-14\)
\(y\)\(=\)\(-2\)
\(x\)\(=\)\(-2+4=2\)
\(\therefore\ (x,y)\)\(=\)\((2,-2)\)
(2,-2)

Check: \(3(2)+4(-2)=-2\ \checkmark\).

Common pitfalls

Subtracting sign slips. When you subtract one equation from another, change the sign of every term in the second line — \(-y-(-y)=0\), not \(-2y\).
Multiply the whole equation. To match coefficients you must multiply both sides and every term, not just the pronumeral you are trying to eliminate.
Find both values and check. The solution is a pair \((x,y)\); back-substitute to get the second value, keep negatives, and check the pair in both original equations.

Frequently asked questions

How do you solve simultaneous equations algebraically?

Use elimination or substitution. Elimination combines the two equations so one pronumeral cancels; substitution puts one pronumeral in terms of the other and replaces it. Either way you solve for one value, back-substitute for the other, then check the pair in both equations.

When should I use elimination and when substitution?

Use substitution when one equation already has a pronumeral by itself, such as y equals 2x minus 3, because you can substitute straight away. Use elimination when the equations are both in the form ax plus by equals c, since lining them up and adding or subtracting is quicker.

Do you add or subtract the equations in elimination?

Match the coefficients of one pronumeral first. If the matching terms have opposite signs, add the equations; if they have the same sign, subtract. Both remove that pronumeral so you can solve for the other.

How do I check my solution?

Substitute your x and y values back into both original equations. If each equation balances, the pair is correct. Checking catches sign errors, which are the most common mistake.

What if the solution is a fraction or a negative number?

That is fine and common. Algebra gives the exact value even when it is negative or a fraction, which is the main advantage over reading a graph. Keep the sign and, for a fraction, leave it exact rather than rounding.

Is solving algebraically the same as solving graphically?

The answer is the same pair of values, which is where the two lines cross. Graphing shows the meaning but is only as accurate as your reading; elimination and substitution give the exact solution every time.