4.2 Solving One-Step, Two-Step & Multi-Step Linear Equations
Key Takeaways
- A linear equation is an algebraic equality in which the variable is raised exclusively to the first power ($x^1$); solving an equation means finding all values that make the statement true.
- The Properties of Equality permit adding, subtracting, multiplying, or dividing both sides of an equation by the same non-zero quantity without altering the solution set.
- Multi-step equations are solved systematically: expand grouping symbols, combine like terms on each side, isolate variable terms on one side, isolate constants on the opposite side, and divide by the variable's coefficient.
- Equations involving rational fractions or decimals should be cleared in the initial step by multiplying every term on both sides by the Least Common Denominator (LCD) or a power of 10.
- Linear equations fall into three distinct solution types: conditional equations (exactly one unique solution), identities (infinitely many solutions, simplifying to $0 = 0$), and contradictions (no solution, simplifying to a false statement like $5 = 7$).
Properties of Equality and Foundational Equation Solving
An equation is a mathematical statement asserting that two algebraic expressions represent the exact same numerical quantity. An equation functions like a precision balance scale: whatever operation is performed on one side must be performed identically on the other side to maintain equilibrium.
The Fundamental Properties of Equality
For any real numbers $a$, $b$, and $c$:
- Addition Property of Equality: If $a = b$, then $a + c = b + c$.
- Subtraction Property of Equality: If $a = b$, then $a - c = b - c$.
- Multiplication Property of Equality: If $a = b$, then $a \cdot c = b \cdot c$.
- Division Property of Equality: If $a = b$ and $c \neq 0$, then $\frac{a}{c} = \frac{b}{c}$.
One-Step and Two-Step Equations
Solving an equation means isolating the variable on one side of the equals sign by systematically applying inverse operations in reverse order of PEMDAS (undo addition/subtraction before undoing multiplication/division).
The Balanced Scale Principle
3x + 7 = 22
┌───────────┐
│ ▲ │
[ 3x + 7 ] [ 22 ]
───────────────────────
Step 1: Subtract 7 from both sides
┌───────────┐
│ ▲ │
[ 3x ] [ 15 ]
───────────────────────
Step 2: Divide both sides by 3
┌───────────┐
│ ▲ │
[ x ] [ 5 ]
───────────────────────
Inverse Operations Reference
| Operation in Equation | Required Inverse Operation | Example Equation | Solution Step | Result |
|---|---|---|---|---|
| Addition ($+k$) | Subtraction ($-k$) | $x + 9 = 14$ | $x = 14 - 9$ | $x = 5$ |
| Subtraction ($-k$) | Addition ($+k$) | $x - 6 = -11$ | $x = -11 + 6$ | $x = -5$ |
| Multiplication ($k \cdot x$) | Division ($\div k$) | $-4x = 28$ | $x = \frac{28}{-4}$ | $x = -7$ |
| Division ($\frac{x}{k}$) | Multiplication ($\times k$) | $\frac{x}{5} = -3$ | $x = -3 \times 5$ | $x = -15$ |
| Fraction Multiplier ($\frac{a}{b}x$) | Multiply by Reciprocal ($\times \frac{b}{a}$) | $\frac{2}{3}x = 12$ | $x = 12 \times \frac{3}{2}$ | $x = 18$ |
The Master Multi-Step Linear Equation Algorithm
More complex equations require a structured, step-by-step procedure. Regardless of how intricate a linear equation appears, following this 5-step algorithm guarantees an accurate solution:
The 5-Step Resolution Algorithm
- Step 1: Clear Parentheses (Distribute): Eliminate all grouping symbols by multiplying outer factors across interior terms.
- Step 2: Combine Like Terms on Each Side Separately: Simplify the left side and right side independently. Do not move terms across the equals sign yet.
- Step 3: Collect Variable Terms on One Side: Use addition or subtraction to move all variable terms to one side of the equation (typically the side that keeps the coefficient positive).
- Step 4: Collect Constant Terms on the Opposite Side: Use addition or subtraction to move all numerical constants to the side opposite the variable.
- Step 5: Isolate the Variable (Divide/Multiply): Divide both sides by the variable's coefficient (or multiply by its reciprocal) to solve for $x = k$.
- Step 6: Check Solution: Substitute the candidate solution back into the original un-modified equation to verify that both sides evaluate to identical numerical values.
Full Algorithmic Demonstration
- Step 1 (Distribute):
- Step 2 (Combine like terms per side):
- Step 3 (Collect variables on left):
- Step 4 (Collect constants on right):
- Step 5 (Isolate variable):
- Step 6 (Verification):
Clearing Fractions and Decimals
Fractions and decimals can complicate arithmetic and increase error rates. The most efficient strategy is clearing them in the very first step.
Clearing Fractions with the Least Common Denominator (LCD)
To eliminate all fractions, multiply every single term on both sides of the equation by the Least Common Denominator (LCD) of all denominators present.
- Identify the LCD: Denominators are $4, 6, 3$. The $\text{LCD} = 12$.
- Multiply every term by 12:
- Cancel denominators before multiplying numerators:
- Expand and solve the resulting integer equation:
Critical Warning: When multiplying by the LCD, you must multiply every term, including terms that are whole numbers or constants without denominators (e.g., in $\frac{x}{2} + 3 = 7$, multiplying by 2 yields $x + 6 = 14$, not $x + 3 = 14$).
Clearing Decimals with Powers of 10
To clear decimals, identify the term with the greatest number of decimal places and multiply every term by the corresponding power of $10$ ($10$ for tenths, $100$ for hundredths, $1000$ for thousandths).
- Identify multiplier: The maximum decimal places is 2 ($0.15, -0.45$), so multiply every term by $100$:
- Isolate variables and constants:
Special Cases: Conditional Equations, Identities & Contradictions
Not every linear equation produces a single unique numerical answer. When solving linear equations, three distinct mathematical outcomes can occur:
Linear Equation Classification
│
┌───────────────────────────┼───────────────────────────┐
▼ ▼ ▼
CONDITIONAL IDENTITY CONTRADICTION
(One Solution) (Infinite Solutions) (No Solution)
Variable = Value 0 = 0 (or a = a) False Statement (5 = 8)
Lines intersect at 1 pt Lines coincide (same line) Parallel lines (no intersection)
Comparative Breakdown of Equation Classifications
| Classification | Algebraic Outcome | Solution Set | Geometric Meaning |
|---|---|---|---|
| Conditional | Variable isolates to a single constant ($x = k$) | Exactly one unique solution | Two lines intersect at exactly one coordinate point |
| Identity | Variables cancel, leaving a true statement ($0 = 0$ or $k = k$) | Infinitely many solutions (all real numbers $\mathbb{R}$) | Both sides represent the exact same line (infinitely many shared points) |
| Contradiction | Variables cancel, leaving a false statement ($5 = -2$ or $0 = 7$) | No solution (empty set $\emptyset$) | Lines are distinct and parallel, never intersecting |
Example of an Identity Equation
Conclusion: Infinitely many solutions. Any real number substituted for $x$ satisfies the equation.
Example of a Contradictory Equation
Conclusion: No solution ($\emptyset$). No real number can ever make the equation true.
Equations with Coefficients Represented by Letters
The official blueprint calls for solving linear equations "including equations with coefficients represented by letters." These are literal equations: every step is identical to a numeric solve, but you cannot simplify the coefficients at the end, so the answer is an expression rather than a number.
The Governing Rule
Treat the letter you are solving for as the variable and treat every other letter as if it were a fixed number. Then run the same isolate-and-undo algorithm.
| Numeric equation | Literal analogue | Solution |
|---|---|---|
| $3x + 7 = 19$ | $ax + b = c$ | $x = \dfrac{c - b}{a}$ |
| $5(x - 2) = 20$ | $m(x - n) = p$ | $x = \dfrac{p}{m} + n$ |
| $\dfrac{x}{4} - 3 = 6$ | $\dfrac{x}{k} - d = e$ | $x = k(e + d)$ |
Worked Example 1: Solve $ax + b = cx + d$ for $x$
- Collect the $x$-terms on one side: $ax - cx = d - b$.
- Factor out the variable — this step is what candidates forget: $x(a - c) = d - b$.
- Divide by the whole coefficient: $x = \dfrac{d - b}{a - c}$.
Required condition: $a \neq c$. If $a = c$ the coefficient is zero and division is undefined, which corresponds to a parallel-line system with no solution.
Worked Example 2: Solve $\dfrac{2x - k}{5} = m$ for $x$
Multiply both sides by 5: $2x - k = 5m$. Add $k$: $2x = 5m + k$. Divide by 2: $x = \dfrac{5m + k}{2}$.
Note that you divide the entire numerator by 2, not just one term. Writing $x = \frac{5m}{2} + k$ is the classic error.
Why the Test Uses These
A literal equation checks whether you understand the structure of solving rather than arithmetic fluency. If you can solve $ax + b = c$ for $x$, you can rearrange any formula on the test — which is exactly the skill Section 4.4 applies to real-world modelling and the blueprint tests again under "rearrange formulas to highlight a quantity of interest."
What is the solution to the multi-step linear equation 4(2x - 1) - 3(x + 2) = 2(x + 5) + 4?
What is the value of x in the fractional linear equation (2x - 1)/3 - (x + 2)/4 = 5/12?
Which of the following linear equations has no real solution (contradiction)?
What is the value of x that satisfies the decimal equation 0.3(x - 4) + 0.15x = 0.25(2x + 2) - 0.7?