How to Solve Linear Equations

Learn how to solve linear equations step by step, understand the methods, and apply them to real-world problems.

Introduction

Linear equations are fundamental in algebra and appear in many real-world situations. A linear equation is an equation where the highest power of the variable is 1.

Learning to solve them is essential for mathematics and practical problem-solving. From calculating budgets to solving engineering problems, linear equations are everywhere.

Key Concept

ax + b = 0

The general form of a linear equation

What is a Linear Equation?

A linear equation is an equation that can be written in the form:

ax + b = 0

Where a and b are constants, and x is the variable. The solution is found by isolating x.

Linear equations are called "linear" because their graph is always a straight line when plotted on a coordinate plane.

General Solution Method

To solve a linear equation, follow these steps:

  1. Simplify both sides (combine like terms, remove parentheses)
  2. Move all terms with x to one side
  3. Move all constant terms to the other side
  4. Isolate x by dividing or multiplying
  5. Check your answer by substituting back

Step-by-Step Examples

Example 1: Simple Linear Equation

Solve: 2x + 5 = 15

  1. Subtract 5 from both sides: 2x = 15 - 5
  2. Simplify: 2x = 10
  3. Divide both sides by 2: x = 10 / 2
  4. Solution: x = 5
  5. Check: 2(5) + 5 = 10 + 5 = 15 ✓

Answer: x = 5

Example 2: Equation with Parentheses

Solve: 3(x + 2) = 21

  1. Distribute: 3x + 6 = 21
  2. Subtract 6 from both sides: 3x = 15
  3. Divide by 3: x = 5
  4. Check: 3(5 + 2) = 3(7) = 21 ✓

Answer: x = 5

Example 3: Equation with Variables on Both Sides

Solve: 4x + 3 = 2x + 11

  1. Subtract 2x from both sides: 4x - 2x + 3 = 11
  2. Simplify: 2x + 3 = 11
  3. Subtract 3 from both sides: 2x = 8
  4. Divide by 2: x = 4
  5. Check: 4(4) + 3 = 19, and 2(4) + 11 = 19 ✓

Answer: x = 4

Special Cases

❌ No Solution

If you get a false statement like 0 = 5, the equation has no solution.

Example: 2x + 3 = 2x + 5

Subtracting 2x from both sides gives 3 = 5, which is false. No solution.

∞ Infinite Solutions

If you get a true statement like 0 = 0, the equation has infinitely many solutions.

Example: 2x + 3 = 2x + 3

Subtracting 2x from both sides gives 3 = 3, which is always true. All real numbers are solutions.

⚠️ Common Mistakes

  • Sign errors: Be careful when moving terms across the equals sign
  • Distribution errors: Remember to multiply all terms inside parentheses
  • Division by zero: Never divide by zero
  • Forgetting to check: Always verify your answer

When to Use a Calculator

Equation solvers are helpful when:

  • Working with complex equations or decimals
  • Need step-by-step verification
  • Solving multiple equations quickly
  • Checking your manual work