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$).
Last updated: September 2026

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 EquationRequired Inverse OperationExample EquationSolution StepResult
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

  1. Step 1: Clear Parentheses (Distribute): Eliminate all grouping symbols by multiplying outer factors across interior terms.
  2. 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.
  3. 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).
  4. Step 4: Collect Constant Terms on the Opposite Side: Use addition or subtraction to move all numerical constants to the side opposite the variable.
  5. 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$.
  6. 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

Solve for x:4(3x2)2(x+5)=3(x+6)2\text{Solve for } x: \quad 4(3x - 2) - 2(x + 5) = 3(x + 6) - 2

  • Step 1 (Distribute): 12x82x10=3x+18212x - 8 - 2x - 10 = 3x + 18 - 2
  • Step 2 (Combine like terms per side): (12x2x)+(810)=3x+(182)(12x - 2x) + (-8 - 10) = 3x + (18 - 2) 10x18=3x+1610x - 18 = 3x + 16
  • Step 3 (Collect variables on left): 10x3x18=16    7x18=1610x - 3x - 18 = 16 \implies 7x - 18 = 16
  • Step 4 (Collect constants on right): 7x=16+18    7x=347x = 16 + 18 \implies 7x = 34
  • Step 5 (Isolate variable): x=347x = \frac{34}{7}
  • Step 6 (Verification): Left Side: 4(3(347)2)2(347+5)=4(102147)2(34+357)=4(887)2(697)=3521387=2147\text{Left Side: } 4\left(3\left(\frac{34}{7}\right) - 2\right) - 2\left(\frac{34}{7} + 5\right) = 4\left(\frac{102 - 14}{7}\right) - 2\left(\frac{34 + 35}{7}\right) = 4\left(\frac{88}{7}\right) - 2\left(\frac{69}{7}\right) = \frac{352 - 138}{7} = \frac{214}{7} Right Side: 3(347+6)2=3(34+427)2=3(767)147=228147=2147(Confirmed)\text{Right Side: } 3\left(\frac{34}{7} + 6\right) - 2 = 3\left(\frac{34 + 42}{7}\right) - 2 = 3\left(\frac{76}{7}\right) - \frac{14}{7} = \frac{228 - 14}{7} = \frac{214}{7} \quad (\text{Confirmed})

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.

Solve: 3x142x+36=13\text{Solve: } \frac{3x - 1}{4} - \frac{2x + 3}{6} = \frac{1}{3}

  1. Identify the LCD: Denominators are $4, 6, 3$. The $\text{LCD} = 12$.
  2. Multiply every term by 12: 12(3x14)12(2x+36)=12(13)12 \cdot \left(\frac{3x - 1}{4}\right) - 12 \cdot \left(\frac{2x + 3}{6}\right) = 12 \cdot \left(\frac{1}{3}\right)
  3. Cancel denominators before multiplying numerators: 3(3x1)2(2x+3)=4(1)3(3x - 1) - 2(2x + 3) = 4(1)
  4. Expand and solve the resulting integer equation: 9x34x6=49x - 3 - 4x - 6 = 4 5x9=45x - 9 = 4 5x=13    x=135=2.65x = 13 \implies x = \frac{13}{5} = 2.6

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).

Solve: 0.15x+0.8=0.4x0.45\text{Solve: } 0.15x + 0.8 = 0.4x - 0.45

  1. Identify multiplier: The maximum decimal places is 2 ($0.15, -0.45$), so multiply every term by $100$: 100(0.15x)+100(0.8)=100(0.4x)100(0.45)100(0.15x) + 100(0.8) = 100(0.4x) - 100(0.45) 15x+80=40x4515x + 80 = 40x - 45
  2. Isolate variables and constants: 80+45=40x15x80 + 45 = 40x - 15x 125=25x125 = 25x x=12525=5x = \frac{125}{25} = 5

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

ClassificationAlgebraic OutcomeSolution SetGeometric Meaning
ConditionalVariable isolates to a single constant ($x = k$)Exactly one unique solutionTwo lines intersect at exactly one coordinate point
IdentityVariables 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)
ContradictionVariables 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

Solve: 2(3x4)+10=6x+2\text{Solve: } 2(3x - 4) + 10 = 6x + 2 6x8+10=6x+26x - 8 + 10 = 6x + 2 6x+2=6x+26x + 2 = 6x + 2 6x6x=22    0=0(Always True)6x - 6x = 2 - 2 \implies 0 = 0 \quad (\text{Always True}) Conclusion: Infinitely many solutions. Any real number substituted for $x$ satisfies the equation.

Example of a Contradictory Equation

Solve: 5(x+2)3x=2(x4)+7\text{Solve: } 5(x + 2) - 3x = 2(x - 4) + 7 5x+103x=2x8+75x + 10 - 3x = 2x - 8 + 7 2x+10=2x12x + 10 = 2x - 1 2x2x=110    0=11(False Contradiction)2x - 2x = -1 - 10 \implies 0 = -11 \quad (\text{False Contradiction}) 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 equationLiteral analogueSolution
$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$

  1. Collect the $x$-terms on one side: $ax - cx = d - b$.
  2. Factor out the variable — this step is what candidates forget: $x(a - c) = d - b$.
  3. 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."

Loading diagram...
Linear Equation Solving Decision Tree
Test Your Knowledge

What is the solution to the multi-step linear equation 4(2x - 1) - 3(x + 2) = 2(x + 5) + 4?

A
B
C
D
Test Your Knowledge

What is the value of x in the fractional linear equation (2x - 1)/3 - (x + 2)/4 = 5/12?

A
B
C
D
Test Your Knowledge

Which of the following linear equations has no real solution (contradiction)?

A
B
C
D
Test Your Knowledge

What is the value of x that satisfies the decimal equation 0.3(x - 4) + 0.15x = 0.25(2x + 2) - 0.7?

A
B
C
D