Skip to content
MathAnvil
§ Algebra

Linear Equations

§ Algebra

Linear Equations

CCSS.8.EECCSS.HSA.REI3 min read

A linear equation contains a variable raised to the first power and forms a straight line when graphed. The goal is to isolate the variable by performing the same operation on both sides of the equation. Linear equations appear in forms like x + 5 = 12 or 3x - 7 = 14, where the variable has no exponents or radicals.

§ 01

Why it matters

Linear equations model countless real-world relationships where one quantity changes at a constant rate relative to another. A phone plan charging $30 plus $0.10 per text follows the linear equation C = 30 + 0.1t, where C represents total cost and t represents texts sent. Businesses use linear equations to calculate break-even points — if a company's costs are $500 plus $2 per item and revenue is $7 per item, they break even when 500 + 2x = 7x, solving to x = 100 items. Linear equations also appear in distance-rate-time problems, where driving 60 miles per hour for t hours covers d = 60t miles. Mastering linear equations prepares students for systems of equations in CCSS.8.EE and advanced algebra topics in CCSS.HSA.REI, forming the foundation for understanding linear functions and graphing.

§ 02

How to solve linear equations

Linear equations — how to

  • Collect x-terms on one side, constants on the other.
  • Do the same operation to both sides (add, subtract, multiply, divide).
  • Divide by the coefficient of x to isolate x.

Example: 3x + 7 = 22 → 3x = 15 → x = 5.

§ 03

Worked examples

Beginner§ 01

x + 5 = 12

Answer: x = 7

  1. Subtract 5 from both sides x = 12 − 5 To isolate x, undo the addition.
  2. Calculate x = 7 12 − 5 = 7.
  3. Verify 7 + 5 = 12 ✓ Substitution confirms the solution.
Easy§ 02

2x − 3 = 15

Answer: x = 9

  1. Add 3 to both sides 2x = 18 Isolate the x term by removing the constant.
  2. Divide both sides by 2 x = 9 18 ÷ 2 = 9.
  3. Verify 2(9) − 3 = 15 ✓ Substitution confirms the solution.
Medium§ 03

8x − 18 = 5x + 3

Answer: x = 7

  1. Subtract 5x from both sides 3x − 18 = 3 Collect all x terms on one side.
  2. Add 18 to both sides 3x = 21 Move constants to the other side.
  3. Divide both sides by 3 x = 7 21 ÷ 3 = 7.
  4. Verify LHS = RHS = 38 ✓ Both sides equal the same value.
§ 04

Common mistakes

  • Applying operations to only one side of the equation, such as solving x + 5 = 12 by writing x = 12 + 5 = 17 instead of x = 12 - 5 = 7.
  • Incorrectly combining like terms when variables appear on both sides, such as solving 5x + 3 = 2x + 15 by writing 3x + 3 = 15 instead of properly moving terms to get 3x = 12.
  • Sign errors when moving terms across the equals sign, such as solving 2x - 7 = 9 by writing 2x = 9 - 7 = 2 instead of 2x = 9 + 7 = 16.
§ 05

Frequently asked questions

What makes an equation linear?
An equation is linear when the variable appears only to the first power (no exponents like x² or x³) and is not inside functions like square roots or fractions. The graph of a linear equation always forms a straight line.
How do you check if your solution is correct?
Substitute the solution back into the original equation and verify both sides equal the same value. For example, if x = 7 solves x + 5 = 12, then 7 + 5 = 12 confirms the answer is correct.
What does it mean to isolate the variable?
Isolating the variable means getting the variable alone on one side of the equation with a coefficient of 1. This requires undoing all operations performed on the variable using inverse operations applied to both sides.
Why do you perform the same operation on both sides?
An equation states that two expressions are equal. Performing different operations on each side would break this equality. Adding 3 to both sides of x - 3 = 7 maintains the balance: x = 10.
What's the difference between solving and graphing a linear equation?
Solving finds the specific value that makes the equation true (like x = 5). Graphing shows all coordinate pairs (x,y) that satisfy the equation, creating a visual line representing infinite solutions in two variables.
§ 06

See also

§ 06

Related topics

Share this article