5.1 Solving Single-Variable Linear Equations

Key Takeaways

  • A linear equation in one variable can be written in the standard form ax + b = c (where a ≠ 0), representing a first-degree equality where the variable has an exponent of 1.
  • The Fundamental Properties of Equality (Addition, Subtraction, Multiplication, Division) preserve balance across equations: any algebraic operation performed on one side must be identically applied to the other.
  • Solving multi-step equations follows a standard sequential algorithm: clear fractions by multiplying every term by the Least Common Denominator (LCD), clear decimals, apply the distributive property, combine like terms, isolate variable terms on one side, and isolate the variable.
  • Linear equations produce three distinct solution outcomes: Conditional equations (exactly one unique solution), Inconsistent equations (no solution, simplifying to false contradictions like 0 = 7), and Identities (infinitely many solutions, simplifying to universal truths like 5 = 5).
  • Applied word problems (consecutive integers, age comparisons, and geometric perimeter relationships) require defining a single variable, translating verbal constraints into algebraic expressions, and solving the resulting linear equation.
Last updated: August 2026

Fundamentals of Linear Equations & Properties of Equality

A linear equation in one variable is an algebraic statement asserting that two first-degree expressions are equal. On the ACCUPLACER Quantitative Reasoning, Algebra, and Statistics (QAS) test, single-variable linear equations form the foundational bedrock for algebra, coordinate geometry, and applied modeling.

The Standard Form of a Linear Equation

Any single-variable linear equation can be transformed into the standard form:

ax+b=cax + b = c

where:

  • xx is the unknown variable (with an implicit exponent of 11).
  • aa, bb, and cc are real constants, with the strict condition that a0a \neq 0.

Because the exponent on the variable is strictly 11, linear equations produce straight-line graphs on a Cartesian coordinate plane and possess at most one unique numerical solution in standard conditions.


The Golden Rule of Algebra & Properties of Equality

An equation behaves like a balanced scale. To preserve the equality of both sides, any mathematical operation applied to one side must be applied identically to the other side. Four core axioms govern these transformations:

Property of EqualityFormal Mathematical DefinitionAlgebraic Interpretation
Addition PropertyIf a=ba = b, then a+c=b+ca + c = b + cAdding the same real number to both sides preserves equality
Subtraction PropertyIf a=ba = b, then ac=bca - c = b - cSubtracting the same real number from both sides preserves equality
Multiplication PropertyIf a=ba = b, then ac=bca \cdot c = b \cdot cMultiplying both sides by any real number cc preserves equality
Division PropertyIf a=ba = b and c0c \neq 0, then ac=bc\frac{a}{c} = \frac{b}{c}Dividing both sides by any non-zero real number cc preserves equality

Systematic Algorithm for Solving Multi-Step Linear Equations

When confronting multi-step linear equations involving parentheses, fractions, decimals, and variables distributed across both sides, execute the following structured 6-step algorithm:

Step 1: Clear Fractions and Decimals
        Multiply EVERY term on both sides by the Least Common Denominator (LCD)
        or by a power of 10 (10, 100, 1000) to eliminate all fractional parts.

Step 2: Clear Parentheses (Distributive Property)
        Apply a(b + c) = ab + ac and a(b - c) = ab - ac, carefully distributing
        negative signs across all grouped terms.

Step 3: Combine Like Terms on Each Side
        Independently simplify the left-hand and right-hand expressions by summing
        variable terms with variable terms, and constant terms with constant terms.

Step 4: Collect Variable Terms on One Side
        Use Addition or Subtraction Properties to move all variable terms to one side
        of the equation (preferring the side that yields a positive coefficient).

Step 5: Collect Constant Terms on the Opposite Side & Isolate the Variable
        Use Addition or Subtraction Properties to isolate the variable term, then use
        the Division or Multiplication Property to reduce the coefficient to 1.

Step 6: Check / Verify the Solution
        Substitute the calculated value back into the ORIGINAL equation to ensure equality.

Clearing Fractions and Decimals

1. Clearing Fractions via the LCD

Instead of finding common denominators and manipulating rational fractions at each intermediate stage, eliminate all denominators in a single operation by multiplying every term on both sides by the Least Common Denominator (LCD):

3x456=x3+12\frac{3x}{4} - \frac{5}{6} = \frac{x}{3} + \frac{1}{2}

  1. Identify denominators: 4,6,3,24, 6, 3, 2. The LCD(4,6,3,2)=12\text{LCD}(4, 6, 3, 2) = 12.
  2. Multiply every individual term by 1212: 12(3x4)12(56)=12(x3)+12(12)12 \cdot \left(\frac{3x}{4}\right) - 12 \cdot \left(\frac{5}{6}\right) = 12 \cdot \left(\frac{x}{3}\right) + 12 \cdot \left(\frac{1}{2}\right) 3(3x)2(5)=4(x)+6(1)3(3x) - 2(5) = 4(x) + 6(1) 9x10=4x+69x - 10 = 4x + 6
  3. Isolate the variable: 9x4x=6+10    5x=16    x=1659x - 4x = 6 + 10 \implies 5x = 16 \implies x = \frac{16}{5}

2. Clearing Decimals

If an equation contains decimals, multiply every term by 10k10^k, where kk is the maximum number of decimal places appearing in any term:

0.25x+1.4=0.05x0.20.25x + 1.4 = 0.05x - 0.2

Multiply every term by 100100 (since 0.250.25 and 0.050.05 have two decimal places): 25x+140=5x2025x + 140 = 5x - 20 20x=160    x=820x = -160 \implies x = -8


Classification of Solutions

When simplifying a linear equation, all variable terms may cancel out entirely, leaving a statement containing only constants. Linear equations are classified into three distinct categories based on their solution sets:

ClassificationAlgebraic OutcomeSolution SetGeometric Meaning
Conditional Equationx=kx = k (where kk is a constant)Exactly one unique solution {k}\{k\}A single point on the real number line
Inconsistent Equation (Contradiction)False statement (e.g., 0=70 = 7 or 4=9-4 = 9)No solution (Empty set \emptyset)Parallel lines that never intersect
IdentityTrue statement (e.g., 0=00 = 0 or 5=55 = 5)Infinitely many real solutions (All real numbers R\mathbb{R})Coinciding, identical lines

Analytical Examples of Solution Types

  • Conditional: 3(x2)=2x+1    3x6=2x+1    x=73(x - 2) = 2x + 1 \implies 3x - 6 = 2x + 1 \implies x = 7. Exactly one solution.
  • Inconsistent: 2(3x+1)=6x5    6x+2=6x5    2=52(3x + 1) = 6x - 5 \implies 6x + 2 = 6x - 5 \implies 2 = -5 (False). No real number xx can satisfy this equation; solution is \emptyset.
  • Identity: 4(2x3)+7=8x5    8x12+7=8x5    8x5=8x5    0=04(2x - 3) + 7 = 8x - 5 \implies 8x - 12 + 7 = 8x - 5 \implies 8x - 5 = 8x - 5 \implies 0 = 0 (True). Every real number is a valid solution; solution is R=(,)\mathbb{R} = (-\infty, \infty).

Applied Linear Word Problems

On the ACCUPLACER QAS exam, linear equations frequently appear embedded in verbal scenarios. Success requires setting up a clear dictionary of variables and translating English phrases into algebraic equations.

Verbal-to-Algebraic Translation Key

Verbal PhraseAlgebraic Translation
"kk more than a number", "a number increased by kk"x+kx + k
"kk less than a number", "a number decreased by kk"xkx - k (Note: not kxk - x)
"The difference of a number and kk"xkx - k
"The product of kk and a number", "kk times a number"kxkx
"The quotient of a number and kk"xk\frac{x}{k}
"kk times the sum of a number and pp"k(x+p)k(x + p)
"Is", "equals", "yields", "amounts to"==

Step-by-Step Worked Examples

Worked Example 1: Multi-Step Equation with Rational Fractions & Distribution

Solve the equation for xx:

23(2x1)14(x+3)=512x+2\frac{2}{3}(2x - 1) - \frac{1}{4}(x + 3) = \frac{5}{12}x + 2

Solution Plan & Execution:

  1. Identify the LCD of all denominators (3,4,123, 4, 12): LCD=12\text{LCD} = 12.

  2. Multiply both sides of the entire equation by 1212: 12[23(2x1)]12[14(x+3)]=12(512x)+12(2)12 \cdot \left[\frac{2}{3}(2x - 1)\right] - 12 \cdot \left[\frac{1}{4}(x + 3)\right] = 12 \cdot \left(\frac{5}{12}x\right) + 12 \cdot (2) 42(2x1)31(x+3)=5x+244 \cdot 2(2x - 1) - 3 \cdot 1(x + 3) = 5x + 24 8(2x1)3(x+3)=5x+248(2x - 1) - 3(x + 3) = 5x + 24

  3. Apply the Distributive Property: 16x83x9=5x+2416x - 8 - 3x - 9 = 5x + 24

  4. Combine like terms on the left side: (16x3x)+(89)=5x+24(16x - 3x) + (-8 - 9) = 5x + 24 13x17=5x+2413x - 17 = 5x + 24

  5. Isolate the variable terms and constant terms: 13x5x=24+1713x - 5x = 24 + 17 8x=418x = 41 x=418x = \frac{41}{8}


Worked Example 2: Consecutive Integer Problem

The sum of three consecutive odd integers is 177177. What is the value of the largest integer?

Solution Plan & Execution:

  1. Define the variables:

    • Let the first (smallest) odd integer be nn.
    • Consecutive odd integers differ by 22: second integer =n+2= n + 2, third (largest) integer =n+4= n + 4.
  2. Set up the linear equation: n+(n+2)+(n+4)=177n + (n + 2) + (n + 4) = 177

  3. Combine like terms and solve: 3n+6=1773n + 6 = 177 3n=1776=1713n = 177 - 6 = 171 n=1713=57n = \frac{171}{3} = 57

  4. Find the largest integer: Largest integer=n+4=57+4=61\text{Largest integer} = n + 4 = 57 + 4 = 61 (Check: 57+59+61=17757 + 59 + 61 = 177. Correct.)


Worked Example 3: Geometric Perimeter Relation

The length of a rectangular sports field is 8 meters8\text{ meters} less than three times its width. If the total perimeter of the field is 112 meters112\text{ meters}, what are the dimensions of the field and its total area?

Solution Plan & Execution:

  1. Define variables:

    • Let width =w= w.
    • Length =l=3w8= l = 3w - 8.
  2. Use the perimeter formula P=2l+2wP = 2l + 2w: 2(3w8)+2w=1122(3w - 8) + 2w = 112

  3. Distribute, combine like terms, and solve for ww: 6w16+2w=1126w - 16 + 2w = 112 8w16=1128w - 16 = 112 8w=128    w=16 meters8w = 128 \implies w = 16\text{ meters}

  4. Compute the length and area: l=3(16)8=488=40 metersl = 3(16) - 8 = 48 - 8 = 40\text{ meters} Area=lw=40×16=640 square meters\text{Area} = l \cdot w = 40 \times 16 = 640\text{ square meters}


Worked Example 4: Age Comparison Word Problem

David is currently 28 years28\text{ years} older than his nephew Liam. In 6 years6\text{ years}, David's age will be three times Liam's age at that time. How old is Liam now?

Solution Plan & Execution:

  1. Set up an age table:

    • Liam's current age: xx
    • David's current age: x+28x + 28
    • Liam's age in 6 years: x+6x + 6
    • David's age in 6 years: (x+28)+6=x+34(x + 28) + 6 = x + 34
  2. Translate the future age relation: x+34=3(x+6)x + 34 = 3(x + 6)

  3. Solve for xx: x+34=3x+18x + 34 = 3x + 18 3418=3xx34 - 18 = 3x - x 16=2x    x=816 = 2x \implies x = 8

Liam is currently 8 years old8\text{ years old} (David is 8+28=368 + 28 = 36). In 6 years, Liam will be 14 and David will be 42, with 42=3×1442 = 3 \times 14.


Common Pitfalls & ACCUPLACER Exam Traps

  1. Incomplete LCD Multiplication: When clearing denominators, students often forget to multiply standalone constant terms by the LCD. In x3+4=5\frac{x}{3} + 4 = 5, multiplying by 33 gives x+12=15x + 12 = 15, NOT x+4=15x + 4 = 15.
  2. Negative Sign Distribution Across Fractions: In expressions like x34-\frac{x - 3}{4}, the negative sign applies to the ENTIRE numerator: (x3)=x+3-(x - 3) = -x + 3, not x3-x - 3.
  3. Reversing Subtraction Order: "88 less than a number" must be written as x8x - 8. Writing 8x8 - x reverses the subtraction and yields an incorrect negative result.
  4. Consecutive Even vs Odd Integer Setup: Consecutive integers are n,n+1,n+2n, n+1, n+2. Consecutive even integers are n,n+2,n+4n, n+2, n+4. Crucially, consecutive odd integers ALSO use n,n+2,n+4n, n+2, n+4 (because odd numbers are spaced 2 units apart).
  5. Confusing x=0x = 0 with No Solution: x=0x = 0 is a valid, single, well-defined solution (a conditional equation). Only a contradictory equality with no variable (such as 0=50 = 5) means "no solution."
Loading diagram...
Single-Variable Linear Equation Solving & Classification Decision Tree
Test Your Knowledge

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

A
B
C
D
Test Your Knowledge

Which of the following equations represents an inconsistent equation that has NO real solution?

A
B
C
D
Test Your Knowledge

The sum of three consecutive odd integers is 111. What is the product of the smallest and largest of these three integers?

A
B
C
D