← All articles
mathhow to solve linear equationsalgebraequationsAugust 13, 20265 min read

How to Solve Linear Equations Step by Step

By the BrainSnail editorial team. How these articles are written and checked, and how to tell us when one is wrong.

Solving linear equations becomes much easier when you treat the equals sign like a balance. Whatever operation you perform on one side, you perform on the other side too. The goal is to isolate the unknown while preserving an equation that stays true at every step.

Keeping the balance

A linear equation contains a variable, such as x, raised only to the first power. A simple example is x + 5 = 12. To isolate x, undo the addition of 5 by subtracting 5 from both sides. The equation becomes x = 7. The operation changes both sides, so the equality is preserved.

The same idea works when multiplication is involved. If 3x = 18, divide both sides by 3 to get x = 6. You are not moving a number across the equals sign by magic. You are applying the same inverse operation to both sides, which is a more reliable way to understand what is happening.

When solving linear equations, say the operation to yourself. If the variable has 4 added to it, subtract 4. If it is multiplied by 5, divide by 5. Thinking in inverse operations turns algebra into a sequence of small reversible steps.

Undo operations in a useful order

More complicated equations may need several steps. For 2x + 3 = 15, first subtract 3 from both sides to get 2x = 12. Then divide both sides by 2 to get x = 6. You are undoing the operations around x in reverse order.

If the variable appears on both sides, collect variable terms on one side first. For example, 5x + 2 = 3x + 10 can become 2x + 2 = 10 after subtracting 3x from both sides. Then subtract 2 and divide by 2. The same balance rule still controls every move.

Brackets may need to be expanded before the equation becomes easy to simplify. Combining like terms can also reduce clutter. The key to solving linear equations is not speed. It is making one valid change at a time and writing enough working to see why each step is allowed.

A reliable equation routine

Use this checklist when you solve a linear equation:

  • Simplify brackets and combine like terms if needed.
  • Move variable terms to one side using the same operation on both sides.
  • Move constant terms away from the variable.
  • Divide or multiply to leave the variable alone.
  • Substitute your answer into the original equation to check it.

Fractions are another place where the balance idea helps. If x divided by 4 plus 2 equals 7, subtract 2 from both sides first to get x divided by 4 equals 5, then multiply both sides by 4 to get x equals 20. If the entire expression is inside a fraction, clearing denominators can make the equation easier to read, but every multiplication must apply consistently. This is part of solving linear equations without losing terms: slow down around fractions and brackets, because most errors come from incomplete operations rather than difficult algebra.

The takeaway

Solving linear equations comes down to preserving equality while you isolate the variable. Use inverse operations, do the same thing to both sides, simplify carefully, and check the final value in the original equation. Once the balance idea is clear, even longer linear equations become a sequence of manageable steps.

Practise this

Questions from Algebra

Reading about something is not the same as being able to recall it. These are real questions from the Algebra unit in our Math track, answers and explanations included. The unit has 121 in total across 21 steps.

  • Match the pairsLevel 3

    1. Match each system to its solution (x, y).

    Answer: x + y = 5, x - y = 1 = (3, 2); x + y = 7, x - y = 1 = (4, 3); x + y = 9, x - y = 3 = (6, 3)

    Solving each system by adding the equations gives the listed ordered pair.

  • Fill the blankLevel 3

    2. To solve 2x - 4 = 10, first add 4 to get 2x = ____, then divide by 2.

    • 14correct
    • 6
    • 7
    • 12

    Adding 4 to 10 gives 2x = 14, so x = 7.

  • Build the sentenceLevel 3

    3. Build a true statement about quadratic equations.

    Answer: A quadratic equation can have two solutions

    A quadratic equation can have two solutions where its graph crosses the x-axis.