What Is a Linear Equation?

A linear equation is any equation that, when graphed, produces a straight line. In its simplest form, it looks like this: ax + b = c, where x is the variable you're solving for, and a, b, and c are known numbers.

Solving a linear equation means finding the value of the variable that makes the equation true. The good news? There's a reliable, step-by-step process you can follow every time.

The Core Principle: Balance

Think of an equation as a perfectly balanced scale. Whatever you do to one side, you must do to the other. Add, subtract, multiply, or divide — as long as you apply the same operation to both sides, the equation stays balanced and remains true.

Step-by-Step: Solving a One-Step Equation

Let's start with the simplest case:

Example: x + 7 = 12

  1. Identify what's being done to x. Here, 7 is being added to x.
  2. Do the opposite (inverse operation). Subtract 7 from both sides.
  3. Simplify: x = 12 − 7 = 5
  4. Check your answer: Plug 5 back in → 5 + 7 = 12 ✓

Step-by-Step: Solving a Two-Step Equation

Example: 3x − 4 = 11

  1. Isolate the variable term first. Add 4 to both sides: 3x = 15
  2. Then isolate the variable. Divide both sides by 3: x = 5
  3. Check: 3(5) − 4 = 15 − 4 = 11 ✓

The general rule: handle addition and subtraction first, then multiplication and division — working from the outside in toward the variable.

Solving Equations with Variables on Both Sides

Example: 5x + 2 = 3x + 10

  1. Move all variable terms to one side: subtract 3x from both sides → 2x + 2 = 10
  2. Move constants to the other side: subtract 2 from both sides → 2x = 8
  3. Divide both sides by 2: x = 4
  4. Check: 5(4) + 2 = 22 and 3(4) + 10 = 22 ✓

Dealing with Fractions and Decimals

Fractions can look intimidating, but there's an easy fix: multiply both sides by the least common denominator (LCD) to clear the fractions before you start solving.

Example: x/3 + 1 = 5

  1. Multiply everything by 3: x + 3 = 15
  2. Subtract 3: x = 12

For decimals, multiply by a power of 10 (10, 100, etc.) to convert to whole numbers first.

Common Mistakes to Avoid

  • Forgetting to apply operations to both sides — always maintain balance.
  • Sign errors — be especially careful when subtracting negative numbers.
  • Skipping the check step — plugging your answer back in only takes seconds and catches errors.
  • Dividing by zero — this is undefined; if you reach this point, recheck your setup.

Quick Reference Table

Equation TypeExampleKey Step
One-step (addition)x + 5 = 9Subtract 5 from both sides
One-step (multiplication)4x = 20Divide both sides by 4
Two-step2x + 3 = 11Subtract 3, then divide by 2
Variables on both sides3x + 1 = x + 9Collect variables, then isolate
With fractionsx/2 = 6Multiply both sides by 2

Next Steps

Once you're comfortable with linear equations, you're ready to tackle systems of equations, where you solve two equations simultaneously, and linear inequalities, where the solution is a range of values rather than a single number. Both build directly on what you've learned here.

Practice regularly with varied problems — the more equation types you encounter, the more automatic this process becomes.