MathematicsFoundation20 min read

Linear Equations and Inequalities

Solving for one unknown, and what changes when the equals sign becomes a less-than

This topic appears in:

01

An equation is a balance

A linear equation in one variable has the form ax + b = 0 with a ≠ 0. The highest power of x is 1, which is exactly why the graph is a straight line and why there is exactly one solution.

Solving is a sequence of moves that keep both sides equal. Add the same thing to both sides, subtract the same thing, multiply both sides by the same non-zero number, divide both sides by the same non-zero number. Nothing else is permitted, and every legitimate step you have ever taken is one of those four.

ax + b = 0x = −b / a(a ≠ 0)one unknown, one solution — a linear equation cannot have two

Multiplying by an expression is not always safe

You may multiply both sides by a number. You may only multiply by an expression such as (x − 2) if you check afterwards that the value making it zero is not one of your answers. Multiplying by zero turns any false statement into a true one, which is where "extra" solutions come from.

02

Equations that need clearing first

Most exam equations are not handed to you in the form ax + b = 0. They arrive with brackets, fractions or an unknown on both sides. The order of operations is fixed: clear fractions, expand brackets, collect the x terms on one side, collect the numbers on the other, divide.

Worked example

Solve (2x − 1)/3 + (x + 4)/2 = 5.

  1. The LCM of 3 and 2 is 6. Multiply every term by 6: 2(2x − 1) + 3(x + 4) = 30.Multiply the whole equation, including the right-hand side. Forgetting the 5 × 6 is the classic error here.
  2. Expand: 4x − 2 + 3x + 12 = 30.The 2 and the 3 multiply everything inside their brackets, not just the first term.
  3. Collect: 7x + 10 = 30, so 7x = 20.
  4. x = 20/7.Check by substitution: (40/7 − 1)/3 + (20/7 + 4)/2 = 11/7 + 24/7 = 5. ✓

x = 20/7

03

Absolute value equations have two cases

The modulus |x| is the distance of x from zero, so it is never negative. That single fact settles every question in this part of the chapter.

To solve |expression| = k: if k < 0 there is no solution, because a distance cannot be negative. If k ≥ 0, write two equations — the expression equals k, and the expression equals −k — and solve both.

Worked example

Solve |3x − 5| = 7.

  1. 7 is positive, so there are two cases.Check the sign of the right-hand side before doing anything else — a negative would end the question immediately.
  2. Case 1: 3x − 5 = 7 gives 3x = 12, so x = 4.
  3. Case 2: 3x − 5 = −7 gives 3x = −2, so x = −2/3.The second case is the one students forget; it is worth a mark on its own.
  4. Check both: |12 − 5| = 7 ✓ and |−2 − 5| = 7 ✓.

x = 4 or x = −2/3

04

Inequalities: one rule is different

Everything you do to solve an equation works for an inequality too, with a single exception that the paper tests every year.

When you multiply or divide both sides by a negative number, the inequality sign reverses. Adding and subtracting never reverse it; multiplying or dividing by a positive number never reverses it.

The reason is easy to see on a number line. 3 < 5 is true. Multiply both sides by −1 and you get −3 and −5 — and −3 is now to the right of −5, so the correct statement is −3 > −5. The order flipped because the whole line was reflected.

OperationEffect on the sign
Add or subtract anythingunchanged
Multiply or divide by a positive numberunchanged
Multiply or divide by a negative numberreverses
Take reciprocals of both sides (both positive)reverses
Worked example

Solve 4 − 3x ≤ 19 and represent the solution on a number line.

  1. Subtract 4 from both sides: −3x ≤ 15.Subtraction never affects the direction of the sign.
  2. Divide both sides by −3 — and reverse the sign: x ≥ −5.This is the only step where the direction changes, and it is the whole point of the question.
  3. On the number line, draw a filled circle at −5 with an arrow pointing right.Filled because ≥ includes the endpoint; an open circle would mean strictly greater.

x ≥ −5

05

Double inequalities and modulus inequalities

A double inequality such as −3 < 2x + 1 ≤ 9 is solved by doing the same thing to all three parts at once. Subtract 1 from each: −4 < 2x ≤ 8. Divide each by 2: −2 < x ≤ 4.

Modulus inequalities reduce to that same shape, and there are only two patterns to remember. Read them as distances and they stop needing memorisation at all.

|x| < k−k < x < k(one interval, in the middle)|x| > kx < −k or x > k(two intervals, at the ends)less-than traps x between the bounds; greater-than throws it outside them

Why the two patterns differ

|x| is the distance from 0. "Distance less than k" means you are inside a band around zero — one interval. "Distance greater than k" means you are further out than k in either direction — two separate intervals, and the answer must be joined by or, never written as a single chain like k < x < −k, which is impossible.

Before you leave this chapter

  1. Clear fractions by multiplying every term by the LCM — including the constant on the right.
  2. |x| is never negative, so |anything| = negative has no solution at all.
  3. |expression| = k with k ≥ 0 gives two equations to solve.
  4. Multiplying or dividing an inequality by a negative number reverses the sign. Nothing else does.
  5. |x| < k gives one interval; |x| > k gives two intervals joined by "or".
07

Showing the answer on a number line

An inequality has infinitely many solutions, so the answer is a region rather than a number, and the paper expects to see it drawn. Two details carry the marks.

A filled circle means the endpoint is included, which is the case for ≤ and ≥. An open circle means it is excluded, for < and >. Then shade the part of the line that satisfies the inequality and put an arrowhead on it if it continues for ever.

A modulus inequality is drawn the same way, and the picture makes the difference between the two patterns obvious: less-than gives one band around zero, greater-than gives two rays heading in opposite directions.

Compare |x| < k with |x| > k. One is a single band in the middle; the other is two separate pieces. That is why the second answer must be joined by the word "or" and can never be written as one chain.

Practice questions

6 questions · 20 marks · full working on every one

Try each one on paper first, then open the working. The marks are shown where they are actually awarded, because that is where they are actually lost.

Short questions

3 · 6 marks

Two marks each, in the style of the short-question section of the paper. Answer in two or three lines.

SQ1[2 marks]
Solve 5(x − 2) = 3x + 4.
Model answer

Expanding, 5x − 10 = 3x + 4. Collecting: 2x = 14, so x = 7.

Examiner tip. The 5 multiplies both terms in the bracket. Writing 5x − 2 is the single most common slip in this chapter.

SQ2[2 marks]
Why does the inequality sign reverse when both sides are divided by a negative number?
Model answer

Multiplying or dividing by a negative number reflects every point in the number line about zero, so the left-to-right order of the two values is reversed. For example 3 < 5, but −3 > −5.

Examiner tip. A numerical example is worth as much as the explanation and takes one line. Give both.

SQ3[2 marks]
Solve |2x + 1| = −4.
Model answer

No solution. The modulus of any expression is a distance from zero and can never be negative, so no value of x can make |2x + 1| equal to −4.

Examiner tip. Do not start splitting into cases. Recognising the impossibility immediately is what the question is testing, and both marks are for the reason.

Solved numericals

2 · 8 marks

Full working, one step per line, with the marks shown where they are awarded.

N1[4 marks]
Solve (x + 2)/4 − (x − 3)/6 = 1.
Full working
  1. Multiply every term by the LCM 12: 3(x + 2) − 2(x − 3) = 12the right-hand side must be multiplied too[1]
  2. Expand: 3x + 6 − 2x + 6 = 12the minus sign in front of the second bracket changes both signs inside it[1]
  3. Collect: x + 12 = 12[1]
  4. x = 0zero is a perfectly good answer — students often assume they have made an error[1]

x = 0

Examiner tip. The −2(x − 3) becomes −2x + 6. If you write −2x − 6 you will get x = 24 and lose three marks from one sign.

N2[4 marks]
Solve the inequality |x − 4| < 3 and show the solution set on a number line.
Full working
  1. Uses the rule |a| < k ⟺ −k < a < k: −3 < x − 4 < 3one interval because the sign is less-than[1]
  2. Add 4 to all three partsthe same operation on every part[1]
  3. 1 < x < 7[1]
  4. Number line with open circles at 1 and 7 and the segment between them shadedcircles must be open because the inequality is strict[1]

1 < x < 7

Examiner tip. Read it as a distance: "x is less than 3 away from 4", which is everything between 1 and 7. That reading gets the answer before you write a line of algebra.

Long questions

1 · 6 marks

Theory and numerical together, as they appear in the long-question section.

LQ1[6 marks]
A rectangle has length (2x + 3) cm and width (x − 1) cm.
  1. Write an expression for its perimeter and solve for x if the perimeter is 34 cm.
  2. Find the length and the width.
  3. For what values of x is the width greater than 4 cm? Explain why very small values of x must be rejected.
Mark scheme
  1. Perimeter = 2[(2x + 3) + (x − 1)] = 2(3x + 2) = 6x + 4perimeter is twice the sum of length and width[1]
  2. 6x + 4 = 34 so 6x = 30 and x = 5[1]
  3. Length = 2(5) + 3 = 13 cm[1]
  4. Width = 5 − 1 = 4 cm; check 2(13 + 4) = 34[1]
  5. x − 1 > 4 gives x > 5[1]
  6. Values with x ≤ 1 make the width zero or negative, which is impossible for a real rectanglethe physical restriction must be stated[1]

(a) x = 5 (b) 13 cm by 4 cm (c) x > 5; values x ≤ 1 give a non-positive width

Examiner tip. Word problems in this chapter almost always end with a "why must x be restricted" part. The answer is nearly always that a length cannot be zero or negative — one sentence for one mark.