Fiveable

🔟Elementary Algebra Unit 2 Review

QR code for Elementary Algebra practice questions

2.4 Use a General Strategy to Solve Linear Equations

2.4 Use a General Strategy to Solve Linear Equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

Solving Linear Equations

Linear equations let you find the value of an unknown variable by balancing both sides of an equation. Mastering a consistent strategy for solving them is essential because nearly every algebra topic that follows builds on this skill.

Understanding Linear Equations

A linear equation is an equation where the variable has an exponent of 1 (no x2x^2, no x\sqrt{x}, just xx). When graphed, it produces a straight line.

A few terms to keep straight:

  • Variable: a letter (usually xx) that stands for an unknown value you're solving for.
  • Constant: a plain number with no variable attached, like 3 or 7-7.
  • Coefficient: the number multiplied by a variable. In 5x5x, the coefficient is 5.

Solving a linear equation means rearranging it until the variable is alone on one side and a number is on the other.

Step-by-step linear equation solving, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Linear Equations: Part I

Step-by-Step Strategy

Follow these steps in order every time. Sticking to the same process keeps you from skipping something, especially as equations get longer.

  1. Simplify each side separately.

    • Distribute any multiplication across parentheses. For example, 2(3x1)=6x22(3x - 1) = 6x - 2.
    • Combine like terms on each side. For example, 3x+2x3x + 2x becomes 5x5x.
  2. Collect variable terms on one side and constants on the other.

    • Add or subtract the same value on both sides to move terms across the equals sign. For example, starting with 2x+3=72x + 3 = 7, subtract 3 from both sides: 2x+33=732x + 3 - 3 = 7 - 3, which gives 2x=42x = 4.
  3. Isolate the variable by dividing both sides by its coefficient.

    • If 2x=42x = 4, divide both sides by 2: 2x2=42\frac{2x}{2} = \frac{4}{2}, so x=2x = 2.
  4. Check your answer by plugging it back into the original equation.

    • Substituting x=2x = 2 into 2x+3=72x + 3 = 7: 2(2)+3=4+3=72(2) + 3 = 4 + 3 = 7. It checks out.

Checking in the original equation (not a simplified version) catches mistakes you might have made during any step.

Step-by-step linear equation solving, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Linear Equations: Part II

Types of Linear Equations

Not every linear equation ends with a neat answer like x=2x = 2. There are three possible outcomes, and recognizing them will save you from thinking you did something wrong.

  • Conditional equation: Has exactly one solution. Most equations you'll solve are this type. Example: 2x+3=72x + 3 = 7 gives x=2x = 2.
  • Identity: True for every value of the variable. When you simplify, both sides reduce to the same thing, and you end up with a statement like 0=00 = 0. Example: 2(x+1)=2x+22(x + 1) = 2x + 2 simplifies to 2x+2=2x+22x + 2 = 2x + 2. The solution is all real numbers.
  • Contradiction: True for no value of the variable. You end up with a false statement like 0=10 = 1. Example: 2x+1=2x+22x + 1 = 2x + 2 simplifies to 1=21 = 2, which is never true. There is no solution.

If you get 0=00 = 0, don't panic and think you lost the variable. It just means the equation is an identity. If you get something impossible like 5=35 = 3, that's a contradiction, not an error on your part.

Applying Linear Equations

Word problems are really just linear equations hiding inside sentences. The challenge is translating the words into math.

Solving Word Problems Step by Step

  1. Identify the unknown and assign it a variable. For example, "let xx = the number of apples."

  2. Translate the words into an equation. Look for key phrases:

    • "twice a number" → 2x2x
    • "5 more than a number" → x+5x + 5
    • "a number decreased by 3" → x3x - 3 Make sure your units are consistent. If xx represents hours, every term in the equation should relate to hours.
  3. Solve the equation using the step-by-step strategy above.

  4. Interpret and check your answer in context. Ask yourself: does this answer make sense for the situation? A negative number of apples or a fractional number of people usually signals a setup error. State your answer with units: "The solution is 5 apples."

  5. Verify by substituting your answer back into the original word problem (not just the equation) to confirm it satisfies all the given conditions.