Solving Linear Equations Made Easy: Step-by-Step GCSE Guide

Master one-step, two-step, and multi-step equations — with brackets, fractions, decimals, and inequalities — through clear methods, worked examples, and real-world applications.

GCSE Algebra
Solving Linear Equations Made Easy: Step-by-Step GCSE Guide – cover

Introduction

Equations are at the heart of algebra. They are mathematical statements that show two sides are equal, and solving them means finding the value of the unknown that makes the statement true. At GCSE level, linear equations are the starting point: equations where the variable appears to the power of 1 only (no squares, cubes, or higher powers). For example: \[ 2x + 5 = 13 \] Here, solving the equation means finding the value of \(x\) that makes the statement correct.

Linear equations are everywhere. In science, they model speed, density, and current. In finance, they describe budgeting problems. In engineering, they are used to calculate stresses and forces in simple systems. Even in everyday life, from sharing a restaurant bill to working out unit costs, linear equations are being solved — often without realising it!

In this tutorial we will:

  • Define the key vocabulary of equations.
  • Learn systematic methods to solve equations step by step.
  • Handle equations with brackets, fractions, and variables on both sides.
  • Tackle equations that come from real-world word problems.
  • Practise exam-style and challenge questions with full worked examples.

By the end, you should feel confident in setting up and solving any linear equation, knowing not just the steps but why they work.

Key Vocabulary

Before we dive into methods, it is important to know the key terms used in solving equations. Understanding these words ensures you know exactly what exam questions are asking, and helps you follow the logic step by step.

  • Equation: A mathematical statement showing two sides are equal, usually containing an unknown. Example: \(3x + 4 = 10\).
  • Variable: A letter (such as \(x\), \(y\), or \(n\)) that represents an unknown number. Example: In \(2x = 12\), the variable is \(x\).
  • Solution: The value of the variable that makes the equation true. Example: If \(2x = 12\), then \(x = 6\) is the solution.
  • Coefficient: The number multiplying the variable. Example: In \(5y\), the coefficient is 5.
  • Constant: A fixed number without a variable. Example: In \(2x + 7 = 15\), the constant is 7.
  • Balance method: The idea that whatever operation you do to one side of the equation must also be done to the other, to keep it balanced.
  • Isolate: To rearrange the equation so that the variable stands alone on one side. Example: From \(2x + 5 = 11\), subtract 5 then divide by 2 to isolate \(x\).
  • Inverse operation: An operation that undoes another. Example: Subtraction is the inverse of addition; division is the inverse of multiplication.
  • Linear equation: An equation where the highest power of the variable is 1. Example: \(4x - 7 = 9\).

These terms form the language of algebra. Keep them in mind as we move through worked examples and practice problems.

One-Step Equations

The simplest equations can be solved in a single step. They involve just one operation between the variable and a number. The aim is to isolate the variable by applying the inverse operation to both sides of the equation.

1) Adding or Subtracting

If a number is added or subtracted from the variable, undo it by performing the opposite operation.

  • Example A: \(x + 7 = 12\) Subtract 7 from both sides: \(x = 5\).
  • Example B: \(y - 9 = 4\) Add 9 to both sides: \(y = 13\).

2) Multiplying or Dividing

If the variable is multiplied or divided by a number, undo it by performing the inverse.

  • Example C: \(3x = 15\) Divide both sides by 3: \(x = 5\).
  • Example D: \(\tfrac{x}{4} = 6\) Multiply both sides by 4: \(x = 24\).

3) Negative Coefficients

The same rule applies when the coefficient is negative.

  • Example E: \(-2x = 10\) Divide both sides by -2: \(x = -5\).

Key Points

  • Whatever you do to one side, do the same to the other.
  • Check your answer by substituting it back into the original equation.
  • Write each step clearly to avoid mistakes.
Quick check: Solving one-step equations is just like balancing a scale — add, subtract, multiply, or divide both sides equally to keep balance.

Two-Step Equations

Many equations require two operations to isolate the variable. These are called two-step equations, because you need to undo two things in the correct order. The strategy is:

  1. Undo any addition or subtraction first.
  2. Then undo multiplication or division.

Examples

  • Example A: \(2x + 5 = 13\) Step 1: Subtract 5 from both sides → \(2x = 8\). Step 2: Divide both sides by 2 → \(x = 4\).
  • Example B: \(\tfrac{x}{3} - 7 = 2\) Step 1: Add 7 to both sides → \(\tfrac{x}{3} = 9\). Step 2: Multiply both sides by 3 → \(x = 27\).
  • Example C: \(-4x + 6 = 2\) Step 1: Subtract 6 from both sides → \(-4x = -4\). Step 2: Divide both sides by -4 → \(x = 1\).

Why This Order?

Always undo addition/subtraction before multiplication/division. Think of it like peeling layers off an onion: remove the “outside” numbers first (constants), then deal with the coefficient on the variable.

Check Your Answer

Substitute your solution back into the original equation to confirm it works. Example: For \(2x + 5 = 13\), with \(x = 4\): Left-hand side = \(2(4) + 5 = 13\). Matches the right-hand side → correct.

Exam tip: Show both steps in your working. Even if you make a small slip, you can still earn method marks.

Equations with Brackets

Equations often include brackets, which must be expanded before solving. This combines the skill of expanding brackets with solving equations. The general approach is:

  1. Expand the bracket using the distributive law.
  2. Simplify if needed by collecting like terms.
  3. Solve the resulting equation using one-step or two-step methods.

Examples

  • Example A: \(3(x + 4) = 21\) Step 1: Expand → \(3x + 12 = 21\). Step 2: Subtract 12 → \(3x = 9\). Step 3: Divide by 3 → \(x = 3\).
  • Example B: \(2(x - 5) = 8\) Step 1: Expand → \(2x - 10 = 8\). Step 2: Add 10 → \(2x = 18\). Step 3: Divide by 2 → \(x = 9\).
  • Example C: \(-4(x - 2) = 12\) Step 1: Expand → \(-4x + 8 = 12\). Step 2: Subtract 8 → \(-4x = 4\). Step 3: Divide by -4 → \(x = -1\).

With Two Brackets

Sometimes both sides of the equation contain brackets. Expand both sides before solving.

  • Example D: \(2(x + 3) = 3(x - 1)\) Step 1: Expand → \(2x + 6 = 3x - 3\). Step 2: Subtract 2x → \(6 = x - 3\). Step 3: Add 3 → \(x = 9\).

Key Point

Expanding brackets is essential before solving. Always check your expansion carefully, as sign errors are the most common mistake.

Common error: Forgetting to multiply every term inside the bracket. For example, \(2(x + 5)\) should be \(2x + 10\), not just \(2x + 5\).

Equations with Variables on Both Sides

Sometimes the unknown appears on both sides of the equation. The key strategy is to collect all variable terms on one side, and constants on the other.

Method

  1. Expand brackets if necessary.
  2. Move all variable terms to one side (usually the left).
  3. Move constants to the opposite side.
  4. Simplify and solve as usual.

Examples

  • Example A: \(5x + 3 = 2x + 12\) Step 1: Subtract \(2x\) from both sides → \(3x + 3 = 12\). Step 2: Subtract 3 → \(3x = 9\). Step 3: Divide by 3 → \(x = 3\).
  • Example B: \(7x - 4 = 3x + 12\) Step 1: Subtract \(3x\) → \(4x - 4 = 12\). Step 2: Add 4 → \(4x = 16\). Step 3: Divide by 4 → \(x = 4\).
  • Example C: \(10 - 2x = 4x + 1\) Step 1: Add \(2x\) → \(10 = 6x + 1\). Step 2: Subtract 1 → \(9 = 6x\). Step 3: Divide by 6 → \(x = 1.5\).

Special Case — No Solution or Infinite Solutions

  • No solution: If variables cancel and you get a false statement. Example: \(3x + 2 = 3x - 5\) → \(2 = -5\). This is impossible → no solution.
  • Infinite solutions: If variables cancel and both sides are equal. Example: \(4x + 7 = 4x + 7\) → \(7 = 7\). True for all values of \(x\).

Key Point

When solving equations with variables on both sides, the goal is to reduce everything to a standard one- or two-step equation. Watch carefully for signs when moving terms across the equals sign.

Exam tip: Always write out the step where you move terms across the equals. Don’t try to do it all in your head — sign errors are the most common mistake!

Equations with Fractions

Fractions often make equations look more complicated, but the solving strategy is the same: eliminate the fractions first, then solve using familiar methods.

Method

  1. Multiply through by the denominator (or lowest common denominator if more than one) to clear fractions.
  2. Simplify the equation.
  3. Solve as a normal linear equation.

Examples

  • Example A: \(\tfrac{x}{5} = 3\) Multiply both sides by 5 → \(x = 15\).
  • Example B: \(\tfrac{2x}{3} = 8\) Multiply both sides by 3 → \(2x = 24\). Divide by 2 → \(x = 12\).
  • Example C: \(\tfrac{x}{4} + 2 = 5\) Step 1: Subtract 2 → \(\tfrac{x}{4} = 3\). Step 2: Multiply both sides by 4 → \(x = 12\).
  • Example D: \(\tfrac{x+3}{2} = 7\) Multiply both sides by 2 → \(x + 3 = 14\). Subtract 3 → \(x = 11\).

Equations with Multiple Fractions

When different denominators appear, multiply through by the lowest common denominator (LCD).

  • Example E: \(\tfrac{x}{2} + \tfrac{x}{3} = 10\) LCD = 6. Multiply through by 6 → \(3x + 2x = 60\). Simplify → \(5x = 60\). Divide by 5 → \(x = 12\).

Key Point

Clearing fractions early makes equations much easier to handle. Always double-check by substituting your solution back into the original fractional equation.

Common error: Forgetting to multiply every term by the denominator. Example: in \(\tfrac{x}{3} + 2 = 5\), multiplying only \(\tfrac{x}{3}\) by 3 gives the wrong result. Always multiply through the entire equation.

Equations with Negative Numbers and Decimals

Linear equations can also involve negative numbers and decimals. The solving steps are the same, but extra care is needed with signs and decimal arithmetic.

1) Negative Numbers

Always keep track of the sign attached to each term. A common mistake is to lose or misapply minus signs.

  • Example A: \(-3x = 12\) Divide both sides by -3 → \(x = -4\).
  • Example B: \(-2x + 5 = 11\) Step 1: Subtract 5 → \(-2x = 6\). Step 2: Divide by -2 → \(x = -3\).
  • Example C: \(7 - x = 4\) Subtract 7 → \(-x = -3\). Divide by -1 → \(x = 3\).

2) Decimals

Equations with decimals can often be simplified by multiplying through by 10, 100, or 1000 to remove them.

  • Example D: \(0.2x = 5\) Divide by 0.2 → \(x = 25\). (Alternatively, multiply both sides by 10 → \(2x = 50\), then solve).
  • Example E: \(0.5x + 1.2 = 3.7\) Step 1: Subtract 1.2 → \(0.5x = 2.5\). Step 2: Divide by 0.5 → \(x = 5\).
  • Example F: \(1.2x - 0.8 = 2\) Step 1: Add 0.8 → \(1.2x = 2.8\). Step 2: Divide by 1.2 → \(x \approx 2.33\).

Key Points

  • With negatives, carry the sign along with the term when moving it.
  • With decimals, consider multiplying through to make coefficients whole numbers.
  • Check solutions by substitution to avoid sign or place value errors.
Exam tip: If decimals make you uncomfortable, clear them early by multiplying through. For example, instead of solving \(0.3x + 0.6 = 2.4\), multiply through by 10 → \(3x + 6 = 24\), then solve.

Word Problems with Linear Equations

One of the most important applications of linear equations is solving real-life word problems. These require translating words into algebra, forming an equation, and then solving step by step.

Method

  1. Define the variable (e.g., let \(x\) = number of items, cost, or age).
  2. Translate the situation into an equation using the given information.
  3. Solve the equation using methods already learned.
  4. Answer the question in words and check it makes sense.

Examples

  • Example A (Age problem): Sarah is 5 years older than Tom. Together their ages add to 29. Let \(x =\) Tom’s age. Then Sarah’s age = \(x + 5\). Equation: \(x + (x + 5) = 29\). Simplify: \(2x + 5 = 29\). Solve: \(2x = 24 \Rightarrow x = 12\). So Tom is 12, Sarah is 17.
  • Example B (Money problem): A cinema charges £7 for an adult ticket and £5 for a child ticket. A group pays £54 for 6 tickets. Let \(a =\) number of adult tickets, \(c =\) number of child tickets. Then \(a + c = 6\). And \(7a + 5c = 54\). Solve simultaneously: From first, \(c = 6 - a\). Substitute: \(7a + 5(6 - a) = 54\). \(7a + 30 - 5a = 54\). \(2a + 30 = 54\). \(2a = 24 \Rightarrow a = 12\). Correction: Oops, re-check → \(a = 12\) is impossible (too many adults). Let’s re-do carefully: \(2a = 24\) → \(a = 12\). But only 6 tickets exist. Means earlier substitution was misapplied. Better approach: \(7a + 5(6 - a) = 54\). \(7a + 30 - 5a = 54\). \(2a + 30 = 54\). \(2a = 24 \Rightarrow a = 12\). Contradiction again — mistake in interpretation. (Pause for correction: the numbers must give a solvable system. Adjust problem: £54 for 8 tickets). Then \(a + c = 8\). \(7a + 5c = 54\). \(c = 8 - a\). \(7a + 5(8 - a) = 54\). \(7a + 40 - 5a = 54\). \(2a + 40 = 54\). \(2a = 14 \Rightarrow a = 7\). Then \(c = 1\). So there were 7 adults and 1 child.
  • Example C (Geometry problem): The perimeter of a rectangle is 50 cm. Its length is twice its width. Let \(w =\) width. Then length = \(2w\). Perimeter = \(2(l + w) = 50\). So \(2(2w + w) = 50\). \(6w = 50\). \(w = \tfrac{50}{6} \approx 8.33\). Length = \(16.67\). Rectangle dimensions are about 8.33 cm by 16.67 cm.

Key Point

Always check that your solution fits the context. A negative age or fractional number of tickets would not make sense!

Exam tip: Clearly state what your variable represents at the start. Many exam marks are awarded just for setting up the equation correctly, even if the arithmetic slips.

Inequalities (Extension)

Linear equations often lead naturally to inequalities. An inequality shows that one side is greater or smaller than the other, instead of equal. The solving methods are almost identical to equations, with one important rule to remember.

Symbols

  • \(<\) means “less than”
  • \(>\) means “greater than”
  • \(\leq\) means “less than or equal to”
  • \(\geq\) means “greater than or equal to”

Method

  1. Solve as if it were an equation.
  2. If you multiply or divide by a negative number, reverse the inequality sign.
  3. Express the solution as a range or value set.

Examples

  • Example A: \(2x + 3 \leq 11\) Subtract 3 → \(2x \leq 8\). Divide by 2 → \(x \leq 4\).
  • Example B: \(5 - x > 2\) Subtract 5 → \(-x > -3\). Divide by -1 (flip sign) → \(x < 3\).
  • Example C: \(\tfrac{x}{4} + 1 \geq 3\) Subtract 1 → \(\tfrac{x}{4} \geq 2\). Multiply by 4 → \(x \geq 8\).

Representing Solutions

  • On a number line: Draw a circle at the boundary value. Fill (●) if it includes equality (\(\leq, \geq\)), leave open (○) if not. Shade to show the direction of the inequality.
  • As a set: Example: \(x > 2\) can be written as \(\{x \in \mathbb{R} : x > 2\}\).

Key Point

The only difference from solving equations is flipping the inequality when multiplying or dividing by a negative. Always double-check this step.

Exam tip: Many students forget to reverse the sign with negatives. Watch carefully — it’s one of the most common causes of lost marks in inequality questions.

Worked Examples

Let’s look at fully worked solutions. These illustrate how to set out your reasoning clearly and step by step — the way examiners want to see it.

Example 1: One-Step Equation

Solve \(x + 7 = 15\).
Subtract 7 from both sides → \(x = 8\).
Check: \(8 + 7 = 15\) ✔

Example 2: Two-Step Equation

Solve \(3x - 4 = 11\).
Add 4 → \(3x = 15\).
Divide by 3 → \(x = 5\).
Check: \(3(5) - 4 = 15 - 4 = 11\) ✔

Example 3: Brackets

Solve \(2(x + 3) = 14\).
Expand → \(2x + 6 = 14\).
Subtract 6 → \(2x = 8\).
Divide by 2 → \(x = 4\).
Check: \(2(4+3) = 14\) ✔

Example 4: Variables on Both Sides

Solve \(4x + 1 = 2x + 9\).
Subtract \(2x\) → \(2x + 1 = 9\).
Subtract 1 → \(2x = 8\).
Divide by 2 → \(x = 4\).
Check: LHS = \(4(4)+1=17\). RHS = \(2(4)+9=17\). ✔

Example 5: Fractions

Solve \(\tfrac{x}{3} + 2 = 7\).
Subtract 2 → \(\tfrac{x}{3} = 5\).
Multiply by 3 → \(x = 15\).
Check: \(\tfrac{15}{3}+2=5+2=7\) ✔

Example 6: Negative Numbers

Solve \(-2x + 7 = -3\).
Subtract 7 → \(-2x = -10\).
Divide by -2 → \(x = 5\).
Check: \(-2(5)+7=-10+7=-3\) ✔

Example 7: Decimals

Solve \(0.4x - 1.2 = 2\).
Add 1.2 → \(0.4x = 3.2\).
Divide by 0.4 → \(x = 8\).
Check: \(0.4(8)-1.2=3.2-1.2=2\) ✔

Example 8: Inequality

Solve \(5 - 2x \leq 9\).
Subtract 5 → \(-2x \leq 4\).
Divide by -2 (flip sign) → \(x \geq -2\).
Check: If \(x=-2\), LHS = \(5 - 2(-2) = 5+4=9\). Works ✔

Exam tip: Always substitute your final answer back into the original equation. This simple check catches small arithmetic slips before they cost marks.

Common Mistakes

Even when students know the method, small slips can cost marks. Here are the most frequent errors in solving linear equations, with corrections.

1) Forgetting to Do the Same to Both Sides

Mistake: \(2x + 5 = 11\) → Subtract 5 only on the left, giving \(2x = 11\).
Correct: Subtract 5 on both sides → \(2x = 6\).

2) Sign Errors with Negatives

Mistake: \(-3x = 12\) → \(x = 4\).
Correct: Divide by -3 → \(x = -4\).

3) Expanding Brackets Incorrectly

Mistake: \(2(x + 3) = 10\) → \(2x + 3 = 10\).
Correct: Multiply everything inside → \(2x + 6 = 10\).

4) Moving Terms Across the Equals Without Changing Sign

Mistake: \(5x + 3 = 2x + 12\) → Move \(2x\) but keep + → \(5x + 2x = 12 - 3\).
Correct: Subtract \(2x\) → \(3x + 3 = 12\).

5) Cancelling Incorrectly with Fractions

Mistake: \(\tfrac{x}{4} = 8\) → \(x = 8/4 = 2\).
Correct: Multiply both sides by 4 → \(x = 32\).

6) Misplacing Decimals

Mistake: Solve \(0.2x = 5\) → \(x = 2.5\).
Correct: Divide 5 by 0.2 → \(x = 25\).

7) Forgetting to Flip Inequality Signs

Mistake: \(-2x > 6\) → \(x > -3\).
Correct: Divide by -2 (flip sign) → \(x < -3\).

8) Not Checking the Answer

Mistake: Finishing the equation without substitution.
Correct: Always plug your solution back into the original equation to confirm.

Tip: If you’re not sure, test your answer by substitution. The equation won’t lie — if your solution is wrong, the two sides won’t balance.

Practice Questions — Foundation Level

These questions focus on one-step and two-step equations, expanding brackets, and simple fractions. Work through them carefully and show all steps.

A) One-Step Equations

  1. Solve: \(x + 9 = 14\)
  2. Solve: \(y - 5 = 12\)
  3. Solve: \(4x = 20\)
  4. Solve: \(\tfrac{a}{7} = 6\)
  5. Solve: \(-3z = 18\)

B) Two-Step Equations

  1. Solve: \(2x + 5 = 11\)
  2. Solve: \(3y - 7 = 8\)
  3. Solve: \(\tfrac{n}{4} + 2 = 6\)
  4. Solve: \(-5x + 3 = -7\)
  5. Solve: \(0.5x + 4 = 9\)

C) Equations with Brackets

  1. Solve: \(2(x + 3) = 12\)
  2. Solve: \(3(x - 4) = 15\)
  3. Solve: \(-2(x - 5) = 8\)

D) Variables on Both Sides

  1. Solve: \(4x + 2 = 2x + 10\)
  2. Solve: \(7x - 5 = 3x + 11\)

E) Simple Fractions

  1. Solve: \(\tfrac{x}{3} = 7\)
  2. Solve: \(\tfrac{2x}{5} = 8\)
  3. Solve: \(\tfrac{x+4}{2} = 9\)

F) Mixed Practice

  1. Solve: \(6x + 1 = 19\)
  2. Solve: \(12 = 3(x + 2)\)
  3. Solve: \(5y - 3 = 2y + 9\)
  4. Solve: \(\tfrac{x}{6} + 5 = 9\)
  5. Solve: \(-4(x - 2) = 16\)
Tip: Always show each step. Even if the final answer is wrong, you can still score method marks in an exam.

Practice Questions — Higher Level

These problems extend to equations with fractions, variables on both sides, decimals, and negative coefficients. They reflect the style of questions on the Higher GCSE papers.

A) Fractions

  1. Solve: \(\tfrac{x}{2} + 3 = 7\)
  2. Solve: \(\tfrac{2x}{5} - 1 = 3\)
  3. Solve: \(\tfrac{x+4}{3} = 6\)
  4. Solve: \(\tfrac{3x-2}{4} = 5\)
  5. Solve: \(\tfrac{x}{6} + \tfrac{x}{4} = 5\)

B) Variables on Both Sides

  1. Solve: \(5x - 7 = 3x + 9\)
  2. Solve: \(8x + 2 = 10x - 6\)
  3. Solve: \(0.6x + 4 = 0.2x + 10\)
  4. Solve: \(\tfrac{x}{3} + 2 = \tfrac{x}{6} + 5\)
  5. Solve: \(7 - 2x = 3x - 8\)

C) Decimals

  1. Solve: \(0.4x - 1.6 = 2\)
  2. Solve: \(1.5x + 0.3 = 5.1\)
  3. Solve: \(0.25x - 0.75 = 2.5\)

D) Brackets and Negatives

  1. Solve: \(3(x - 4) = 2x + 5\)
  2. Solve: \(-2(x + 7) = 4x - 6\)
  3. Solve: \(5(x - 1) - 2 = 3(x + 7)\)

E) Inequalities (Extension)

  1. Solve: \(2x - 5 \leq 9\)
  2. Solve: \(7 - 3x > 1\)
  3. Solve: \(\tfrac{x}{2} + 4 \geq 7\)

F) Mixed Challenge

  1. Solve: \(\tfrac{2x+3}{5} = \tfrac{x-4}{2}\)
  2. Solve: \(4x + 7 = 3(x + 5)\)
  3. Solve: \(2(3x - 1) = x + 11\)
  4. Solve: \(0.5(x + 4) = 2x - 1\)
  5. Solve: \(\tfrac{x}{4} + \tfrac{x}{6} = 5\)
Challenge tip: If fractions or decimals look messy, clear them by multiplying through. This keeps working neat and reduces mistakes.

Challenge Questions

These tougher problems combine multiple skills — fractions, brackets, negatives, and variables on both sides. They are excellent practice for exam questions that push beyond the basics.

  1. Solve: \(\tfrac{2x + 5}{3} = \tfrac{x - 1}{2}\)
  2. Solve: \(3(x - 4) + 2 = 2(x + 5)\)
  3. Solve: \(\tfrac{x}{4} + \tfrac{x}{5} = 9\)
  4. Solve: \(7 - (2x - 3) = 4x + 1\)
  5. Solve: \(0.6x - 1.2 = 0.2x + 3.6\)
  6. Solve: \(2(x - 3) - (x + 5) = x - 7\)
  7. Solve: \(\tfrac{3x - 2}{4} + \tfrac{x + 6}{3} = 5\)
  8. Solve: \(-5(x - 2) + 3 = 2(x + 7)\)
  9. Solve: \(\tfrac{2}{5}(x + 4) = \tfrac{3}{10}(x - 2)\)
  10. Solve: \(4(x + 3) - 2(x - 5) = 3x + 21\)
Hint: For challenging equations, tackle one step at a time: expand brackets, clear fractions, collect terms, then isolate the variable. Rushing often leads to errors.

Mini Applications

Linear equations are not just an exam skill — they appear in many real-world contexts. Here are some examples of how they are applied in everyday life, science, and technology.

1) Physics: Speed, Distance, and Time

The formula is: \[ \text{Speed} = \frac{\text{Distance}}{\text{Time}} \] If any two values are known, the third can be found by solving a linear equation.

  • Example: A car travels 120 km in 2 hours. Find the speed. Equation: \(s = \tfrac{120}{2}\). Solve → \(s = 60 \, \text{km/h}\).
  • Example: If speed = 80 km/h and time = 3 h, find distance. \(d = 80 \times 3 = 240 \, \text{km}\).

2) Finance: Budgeting

Linear equations model costs and income. Example: A phone plan costs £10 per month plus £2 per GB of data. If the bill is £34, how many GB were used? Equation: \(10 + 2x = 34\). Solve → \(2x = 24\), \(x = 12\) GB.

3) Chemistry: Balancing Equations

Balancing chemical equations often reduces to solving linear equations. For example: \(aH_2 + bO_2 \to cH_2O\). Setting coefficients gives simultaneous linear equations for \(a, b, c\).

4) Engineering: Forces

If a beam is in balance, upward forces = downward forces. Example: Upward force = \(2x + 5\). Downward force = 17. Equation: \(2x + 5 = 17\). Solve → \(2x = 12\), \(x = 6\).

5) Computing: Algorithms

Computer science uses linear equations in coding and efficiency analysis. If an algorithm takes \(3n + 5\) steps for input size \(n\), solving for \(n\) when steps = 50 means: Equation: \(3n + 5 = 50\). Solve → \(n = 15\).

6) Everyday Life

  • Sharing a bill fairly between friends.
  • Calculating mobile phone contract costs.
  • Scaling recipes (e.g., doubling quantities).
  • Working out discounts in shopping.
Key point: Linear equations are practical tools. By mastering them, you gain a problem-solving skill you’ll use across many subjects and situations.

Quick Revision Sheet

This section summarises the essential facts, methods, and reminders for solving linear equations. Use it as a last-minute checklist before exams.

1) Key Steps

  1. Expand brackets if necessary.
  2. Collect like terms.
  3. Move variables to one side, constants to the other.
  4. Use inverse operations to isolate the variable.
  5. Check your answer by substitution.

2) Inverse Operations

  • Add ↔ Subtract
  • Multiply ↔ Divide
  • Square ↔ Square root (for extension problems)

3) Fractions

  • Clear fractions by multiplying through by the denominator (LCD if more than one).
  • Remember to multiply every term, not just the variable term.

4) Negatives

  • Carry the minus sign with the term.
  • If dividing or multiplying by a negative in inequalities, flip the sign.

5) Common Errors to Avoid

  • Forgetting to do the same to both sides.
  • Expanding brackets incorrectly.
  • Dropping minus signs.
  • Not simplifying fully.
  • For inequalities, forgetting to reverse the sign when dividing by a negative.

6) Quick Examples

  • \(2x + 7 = 15 \Rightarrow x = 4\)
  • \(\tfrac{x}{5} - 3 = 1 \Rightarrow x = 20\)
  • \(4(x - 2) = 12 \Rightarrow x = 5\)
  • \(3x + 4 = 2x + 10 \Rightarrow x = 6\)
  • \(-2x + 7 = -3 \Rightarrow x = 5\)

7) Inequalities Reminder

  • Solve as normal.
  • If multiplying or dividing by a negative → flip the sign.
  • Represent solutions on a number line if asked.
Tip: Practise writing full solutions neatly. Good layout reduces mistakes and makes your method clear to examiners.

Answers — Practice Questions

Here are the answers to the Foundation and Higher level practice sets. Check your work carefully, and if your answer is different, go back through each step.

A) Foundation — One-Step Equations

  1. \(x = 5\)
  2. \(y = 17\)
  3. \(x = 5\)
  4. \(a = 42\)
  5. \(z = -6\)

B) Foundation — Two-Step Equations

  1. \(x = 3\)
  2. \(y = 5\)
  3. \(n = 16\)
  4. \(x = 2\)
  5. \(x = 10\)

C) Foundation — Brackets

  1. \(x = 3\)
  2. \(x = 9\)
  3. \(x = 1\)

D) Foundation — Variables on Both Sides

  1. \(x = 4\)
  2. \(x = 4\)

E) Foundation — Simple Fractions

  1. \(x = 21\)
  2. \(x = 20\)
  3. \(x = 14\)

F) Foundation — Mixed Practice

  1. \(x = 3\)
  2. \(x = 2\)
  3. \(y = 4\)
  4. \(x = 24\)
  5. \(x = -2\)

Higher — Fractions

  1. \(x = 8\)
  2. \(x = 10\)
  3. \(x = 14\)
  4. \(x = 22\)
  5. \(x = 12\)

Higher — Variables on Both Sides

  1. \(x = 8\)
  2. \(x = 4\)
  3. \(x = 15\)
  4. \(x = 18\)
  5. \(x = 3\)

Higher — Decimals

  1. \(x = 9\)
  2. \(x = 3.2\)
  3. \(x = 13\)

Higher — Brackets and Negatives

  1. \(x = 17\)
  2. \(x = -1\)
  3. \(x = 13\)

Higher — Inequalities

  1. \(x \leq 7\)
  2. \(x < 2\)
  3. \(x \geq 6\)

Higher — Mixed Challenge

  1. \(x = -22\)
  2. \(x = 8\)
  3. \(x = \tfrac{13}{5} = 2.6\)
  4. \(x = 10\)
  5. \(x = 12\)

Conclusion & Next Steps

Solving linear equations is one of the most important foundations in algebra. It teaches you how to balance, simplify, and use inverse operations — skills that you will apply again and again in higher topics.

In this tutorial, we have:

  • Defined what linear equations are and why they matter.
  • Explored the balance method and inverse operations.
  • Solved one-step, two-step, and multi-step equations.
  • Tackled brackets, fractions, decimals, and negatives.
  • Practised with equations where variables appear on both sides.
  • Introduced inequalities and their rules.
  • Highlighted common mistakes and how to avoid them.
  • Provided extensive practice and challenge questions with solutions.
  • Connected linear equations to real-life applications in physics, finance, computing, and more.

By now you should feel confident in approaching any linear equation you meet at GCSE level. You know the methods, the pitfalls, and how to check your answers. The key is practice — the more equations you solve, the faster and more accurate you will become.

Next Steps in Algebra

  • Move on to solving simultaneous equations, where two linear equations must be solved together.
  • Learn how to rearrange formulas to isolate different variables.
  • Progress to quadratic equations, which build directly on the skills you have learned here.

Every algebraic topic builds on linear equations. Master this skill now, and you will have a strong base for GCSE exams and further studies in maths, science, and beyond.

Final tip: Always double-check your answers by substitution. If both sides balance, you can walk into your exam with confidence.