Linear Equations — Isolating the Variable
A linear equation is an equality in which the variable \( x \) appears only to the first power, and the goal is to find the value that makes the equality true. It is one of the most fundamental and useful tools in algebra: it lets you translate real-life situations into a mathematical statement and solve them. In this guide you will learn to move terms across sides, isolate the variable, and build an equation from a word problem.
Background and Basic Definitions
A linear equation in one variable has the form \( ax + b = c \), where \( a \neq 0 \). The solution is the value of \( x \) that satisfies the equality.
The core principle — balance: Think of an equation as a balanced scale. Any operation performed on one side must also be performed on the other side to keep the balance. Allowed operations:
- Add or subtract the same number from both sides.
- Multiply or divide both sides by the same non-zero number.
Transposing terms is a shortcut for these operations: when a term moves from one side to the other, its sign flips. For example, from \( x + 5 = 12 \) we get \( x = 12 - 5 \), because we effectively subtracted \( 5 \) from both sides.
Isolating the variable means reaching a state where \( x \) stands alone on one side. First move all \( x \)-terms to one side and all constants to the other, then divide by the coefficient of \( x \).
Word problems are translated into equations as follows: denote the unknown quantity by \( x \), translate the condition stated in the problem into a mathematical sentence, solve, and verify that the answer makes sense in context.
Solution Steps
- Step 1 — If there are parentheses, expand them; if there are fractions, multiply the entire equation by the least common denominator to clear them.
- Step 2 — Move all terms containing \( x \) to one side and all constants to the other side, changing the sign of each term that crosses.
- Step 3 — Combine like terms to obtain the simple form \( ax = b \).
- Step 4 — Divide both sides by the coefficient of \( x \) (the number \( a \)) to obtain the solution \( x = \frac{b}{a} \).
- Step 5 — Check: substitute the solution into the original equation and verify that both sides are equal.
- Step 6 — For a word problem: state the answer in words and verify that it is reasonable (for example, a price should be positive).
Worked Examples
Example 1: Isolating the Variable — Subtraction
Problem: Solve the equation: \( x + 8 = 21 \)
Solution:
- To isolate \( x \), move \( 8 \) to the right side with the opposite sign: \( x = 21 - 8 \).
- Calculate: \( x = 13 \).
- Check: substitute into the original equation: \( 13 + 8 = 21 \). The equality holds.
Answer: \( x = 13 \)
Example 2: Isolating the Variable — Dividing by the Coefficient
Problem: Solve the equation: \( 7x = 56 \)
Solution:
- The variable is multiplied by \( 7 \). To isolate it, divide both sides by \( 7 \).
- We get: \( x = \frac{56}{7} = 8 \).
- Check: \( 7 \cdot 8 = 56 \). Correct.
Answer: \( x = 8 \)
Example 3: Variable on Both Sides
Problem: Solve the equation: \( 5x - 4 = 2x + 11 \)
Solution:
- Move \( 2x \) to the left and \( -4 \) to the right, each with the opposite sign: \( 5x - 2x = 11 + 4 \).
- Combine like terms: \( 3x = 15 \).
- Divide by \( 3 \): \( x = 5 \).
- Check: left side \( 5 \cdot 5 - 4 = 21 \); right side \( 2 \cdot 5 + 11 = 21 \). Equal.
Answer: \( x = 5 \)
Example 4: Equation with Parentheses and a Fraction
Problem: Solve the equation: \( \frac{2(x + 3)}{4} = x - 1 \)
Solution:
- Multiply both sides by \( 4 \) to clear the denominator: \( 2(x + 3) = 4(x - 1) \).
- Expand the parentheses: \( 2x + 6 = 4x - 4 \).
- Move terms: \( 2x - 4x = -4 - 6 \), giving \( -2x = -10 \).
- Divide by \( -2 \): \( x = 5 \).
- Check: \( \frac{2(5 + 3)}{4} = \frac{16}{4} = 4 \), and the right side \( 5 - 1 = 4 \). Equal.
Answer: \( x = 5 \)
Example 5: Word Problem — Building an Equation
Problem: Four identical pencils cost \( 36 \) dollars together. How much does one pencil cost?
Solution:
- Let \( x \) be the price of one pencil in dollars.
- Four pencils cost \( 4x \), and according to the given information \( 4x = 36 \).
- Divide by \( 4 \): \( x = \frac{36}{4} = 9 \).
- Check: \( 4 \cdot 9 = 36 \) dollars, which matches the total paid, and the price is positive and reasonable.
Answer: One pencil costs \( 9 \) dollars.
Common Mistakes
✗ Common mistake: Moving a term to the other side without flipping its sign, for example writing \( x = 21 + 8 \) from \( x + 8 = 21 \).
✓ The correct way: Every term that crosses sides changes sign. \( x + 8 = 21 \) becomes \( x = 21 - 8 = 13 \). Think of it as subtracting \( 8 \) from both sides.
✗ Common mistake: Dividing only one side by the coefficient of \( x \) and forgetting to divide the other side as well.
✓ The correct way: To preserve balance, divide both sides by the same number. From \( 3x = 15 \) we get \( x = \frac{15}{3} = 5 \).
✗ Common mistake: In a word problem, labeling \( x \) without defining what it represents, and then confusing the different quantities.
✓ The correct way: Always write explicitly what \( x \) stands for (e.g., 'the price of one pencil'). This prevents confusion, allows a clear answer, and makes it easy to check that the result is reasonable.
Practice Tips
- After finding a solution, always substitute it back into the original equation — if both sides are equal, the solution is correct.
- Always start by simplifying the equation: expand parentheses and clear fractions. This leaves a much simpler equation to solve.
- To avoid dividing by a negative number, move the \( x \)-terms to the side where the coefficient will be positive.
- In a word problem, read the question twice: first identify what you are asked to find, then label it \( x \).
- If at the end you obtain a false statement such as \( 0 = 5 \), there is no solution; if you obtain an identity such as \( 0 = 0 \), every number is a solution.
Summary and Key Formulas
Key points for linear equations:
- Solve step by step: expand parentheses, clear fractions, transpose terms, divide by the coefficient.
- When transposing — the sign flips. When dividing — divide both sides.
- The form \( ax = b \) gives \( x = \frac{b}{a} \).
- Always check by substituting back into the original equation.
- Word problem: label the unknown as \( x \), build the equation, solve, and verify the answer is reasonable.