Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Methods (Unit 1 & 2) Reviewing Linear Equations

Linear Equations

20 practice questions 1 video lesson Theory + worked examples

Solving linear equations is a foundational skill assumed for Queensland Year 11 Mathematical Methods (QCAA). A linear equation has its unknown to the first power, and finding the value that balances both sides is prior knowledge the course assumes.

You will revise solving two-step equations, handling the variable on both sides, expanding brackets and clearing simple algebraic fractions, then checking each solution by substituting back — building fluency with inverse operations.

Practice 20 questions
Practice questions

Every question with a fully worked solution.

Start practising
Watch 1 video(s)
  • Linear Equations - Video - Solving linear Equations Involving fractions Watch
Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

In Year 11 Mathematical Methods (QCAA), a linear equation is an equation whose unknown appears only to the first power, such as \(5x-7=23\). This page reviews how to solve linear equations in one variable — two-step equations, the variable on both sides, brackets, and algebraic fractions — using inverse operations to make \(x\) the subject, then checking the solution.

A linear equation in one variable is a statement that two expressions are equal, where the unknown appears only to the first power (no \(x^2\), no \(\sqrt{x}\), no \(\dfrac{1}{x}\)). Examples are \(3x+4=19\) and \(2(x-1)=x+5\). To solve it we find the value of the unknown that makes the equation true.

We solve by doing the same inverse operation to both sides until the variable stands alone. An inverse operation undoes another: subtraction undoes addition, and division undoes multiplication. Whatever you do to one side you must do to the other, so the balance is kept.

When the equation contains brackets we expand first; when it contains fractions we multiply every term by a common denominator to clear them.

Keep the equation balanced. Apply the same operation to both sides in turn — undo \(+/-\) first, then \(\times/\div\) — until \(x\) is alone, then substitute the answer back to check.
Solving 2x minus 3 equals 0 as an x-interceptThe line y equals 2x minus 3 crosses the x-axis at x equals 1.5, the solution of 2x minus 3 equals 0. x y x=1.5
The solution of \(2x-3=0\) is the \(x\)-intercept of \(y=2x-3\), at \(x=1.5\).
Variable on both sides as two linesThe lines y equals 4x plus 3 and y equals 7x minus 9 meet at x equals 4, where both sides are equal. x y x=4
For \(4x+3=7x-9\), the two sides are equal where the lines meet, at \(x=4\).

A linear equation can always be arranged into the standard form

\[ax+b=0,\qquad a\neq 0\]
ax+b=0

whose unique solution is found by transposing:

\[x=-\dfrac{b}{a}\]
x=-ba

To clear fractions with denominators \(p\) and \(q\), multiply every term by the lowest common denominator:

\[\dfrac{x}{p}=\dfrac{c}{q}\;\Longrightarrow\; qx=pc\]
qx=pc
One solution. A linear equation with \(a\neq0\) has exactly one solution. Expand brackets and clear fractions before collecting like terms.

How to solve a linear equation

  1. Simplify each side: expand any brackets and clear fractions by multiplying every term by the lowest common denominator.
  2. Collect the variable terms on one side and the numbers on the other, using inverse \(+/-\).
  3. Solve by dividing both sides by the coefficient of the variable.
  4. Check by substituting your answer back into the original equation.
Example 1 — Two-step equation
Solve \(5x-7=23\).
Solution

Undo the \(-7\) — add \(7\) to both sides:

\(5x-7\)\(=\)\(23\)
\(5x-7+7\)\(=\)\(23+7\)
\(5x\)\(=\)\(30\)

Undo the \(\times 5\) — divide both sides by \(5\):

\(\dfrac{5x}{5}\)\(=\)\(\dfrac{30}{5}\)
\(x\)\(=\)\(6\)

Check — substitute \(x=6\) into the left side:

\(5(6)-7\)\(=\)\(30-7\)
\(=\)\(23\;\checkmark\)

Solution: \(x=6\).

x=6
Example 2 — Variable on both sides
Solve \(4x+3=7x-9\).
Solution

Collect the variable on one side — subtract \(4x\) from both sides:

\(4x+3\)\(=\)\(7x-9\)
\(3\)\(=\)\(3x-9\)

Undo the \(-9\) — add \(9\) to both sides:

\(3+9\)\(=\)\(3x\)
\(12\)\(=\)\(3x\)

Divide both sides by \(3\):

\(\dfrac{12}{3}\)\(=\)\(x\)
\(4\)\(=\)\(x\)

Reading right to left gives \(x=4\).

Check — both sides at \(x=4\):

\(4(4)+3\)\(=\)\(19\)
\(7(4)-9\)\(=\)\(19\;\checkmark\)

Solution: \(x=4\).

x=4
Example 3 — Equation with brackets
Solve \(5(x-2)=3(x+4)\).
Solution

Expand both brackets:

\(5(x-2)\)\(=\)\(3(x+4)\)
\(5x-10\)\(=\)\(3x+12\)

Collect the variable — subtract \(3x\) from both sides:

\(5x-10-3x\)\(=\)\(12\)
\(2x-10\)\(=\)\(12\)

Add \(10\) to both sides:

\(2x\)\(=\)\(12+10\)
\(2x\)\(=\)\(22\)

Divide both sides by \(2\):

\(x\)\(=\)\(11\)

Check — both sides at \(x=11\):

\(5(11-2)\)\(=\)\(5(9)=45\)
\(3(11+4)\)\(=\)\(3(15)=45\;\checkmark\)

Solution: \(x=11\).

x=11
Example 4 — Equation with fractions
Solve \(\dfrac{x+4}{2}-\dfrac{x-2}{5}=3\).
Solution

Clear the fractions — multiply every term by the LCD \(10\):

\(10\cdot\dfrac{x+4}{2}-10\cdot\dfrac{x-2}{5}\)\(=\)\(10(3)\)
\(5(x+4)-2(x-2)\)\(=\)\(30\)

Expand each bracket:

\(5x+20-2x+4\)\(=\)\(30\)
\(3x+24\)\(=\)\(30\)

Subtract \(24\) from both sides, then divide by \(3\):

\(3x\)\(=\)\(30-24\)
\(3x\)\(=\)\(6\)
\(x\)\(=\)\(2\)

Check — substitute \(x=2\):

\(\dfrac{2+4}{2}-\dfrac{2-2}{5}\)\(=\)\(\dfrac{6}{2}-\dfrac{0}{5}\)
\(=\)\(3-0=3\;\checkmark\)

Solution: \(x=2\).

x=2

Common pitfalls

Only changing one side. An operation must be applied to both sides. Adding \(7\) to the left only, and not the right, breaks the balance and gives a wrong answer.
Forgetting to multiply every term. When you clear fractions, the whole-number terms must be multiplied by the common denominator too — the \(3\) in Example 4 becomes \(30\), not \(3\).
Sign slips when expanding. \(-2(x-2)=-2x+4\), not \(-2x-4\). Multiply the bracket by the sign in front of it.
Skipping the check. Substituting the answer back into the original equation catches most arithmetic slips in seconds.

Frequently asked questions

What is a linear equation?

An equation whose unknown appears only to the first power, such as \(5x-7=23\). Its graph is a straight line, and it has exactly one solution.

How do you solve a two-step linear equation?

Undo the addition or subtraction first, then undo the multiplication or division. For \(5x-7=23\): add \(7\) to get \(5x=30\), then divide by \(5\) to get \(x=6\).

How do you solve an equation with the variable on both sides?

Collect the variable terms on one side and the numbers on the other. For \(4x+3=7x-9\), subtract \(4x\) and add \(9\) to get \(12=3x\), so \(x=4\).

How do you get rid of fractions in an equation?

Multiply every term by the lowest common denominator. In \(\dfrac{x+4}{2}-\dfrac{x-2}{5}=3\), multiply through by \(10\) to clear both fractions.

How do you check the solution of a linear equation?

Substitute your answer back into the original equation and confirm the left side equals the right side.

How many solutions does a linear equation have?

A linear equation \(ax+b=0\) with \(a\neq0\) has exactly one solution, \(x=-\dfrac{b}{a}\).