11.2 Solving One-Variable Linear Equations & Basic Linear Inequalities

Key Takeaways

  • The balance method requires applying inverse operations symmetrically to both sides of a linear equation, isolating variable terms on one side and constants on the other.
  • Distributing negative scalar factors across parentheses requires inverting the sign of every interior term (e.g., -(4x - 7) = -4x + 7).
  • Fractional coefficients and rational terms are most efficiently eliminated by multiplying every term on both sides by the Least Common Denominator (LCD), converting the rational equation into an integer equation.
  • The fundamental rule of linear inequalities dictates that multiplying or dividing both sides by a negative quantity reverses the direction of the inequality sign (< becomes >, and ≤ becomes ≥).
  • When an algebraic setup is intricate or error-prone without a calculator, back-solving by testing answer options—starting with the median numerical choice—provides an efficient verification protocol.
Last updated: September 2026

11.2 Solving One-Variable Linear Equations & Basic Linear Inequalities

The Architecture of Linear Equations on the CBEST

A linear equation in one variable is an algebraic statement in which the unknown variable is raised strictly to the first power (x¹). Such equations can always be expressed in standard form as ax + b = c or with variable expressions on both sides as ax + b = cx + d (where a, b, c, d are real constants and a ≠ c).

Under strict no-calculator testing conditions, solving linear equations and inequalities requires procedural discipline. The primary source of error on the CBEST is not theoretical ignorance, but mechanical arithmetic slips: dropped negative signs during distribution, forgotten terms when clearing fractions, or arithmetic mistakes during multi-digit division. Developing a structured, repeatable solving routine minimizes cognitive load and ensures computational precision.


The Systematic 5-Step Solution Algorithm

Every one-variable linear equation can be resolved by applying this standardized 5-step sequence:

[Original Equation]
       │
       ▼
[Step 1: Clear Fractions & Decimals]  --> Multiply ALL terms by the LCD or power of 10
       │
       ▼
[Step 2: Clear Parentheses]           --> Apply Distributive Property (watch negative signs!)
       │
       ▼
[Step 3: Combine Like Terms]          --> Group variable terms and constant terms on each side
       │
       ▼
[Step 4: Balance Variables & Numbers] --> Move variable terms to one side, constants to the other
       │
       ▼
[Step 5: Isolate the Variable]        --> Divide by the coefficient or multiply by reciprocal

Worked Example: Standard Multi-Step Linear Equation

Solve the equation: 4(3x - 2) - 5x = 2(x + 7) + 9

  • Step 1 (Clear Parentheses): Distribute scalars through parentheses on both sides: 12x - 8 - 5x = 2x + 14 + 9
  • Step 2 (Combine Like Terms): Simplify each side independently: (12x - 5x) - 8 = 2x + (14 + 9) → 7x - 8 = 2x + 23
  • Step 3 (Collect Variable Terms): Subtract 2x from both sides (moving the variable to the side with the larger coefficient keeps the term positive): 7x - 2x - 8 = 23 → 5x - 8 = 23
  • Step 4 (Collect Constant Terms): Add 8 to both sides using inverse addition: 5x = 23 + 8 → 5x = 31
  • Step 5 (Isolate Variable): Divide both sides by 5: x = 31/5 = 6 1/5 = 6.2
  • Verification: Substitute x = 6.2 into both original sides:
    • LHS: 4(3(6.2) - 2) - 5(6.2) = 4(18.6 - 2) - 31 = 4(16.6) - 31 = 66.4 - 31 = 35.4
    • RHS: 2(6.2 + 7) + 9 = 2(13.2) + 9 = 26.4 + 9 = 35.4 Both sides match exactly, confirming the solution.

The Distributive Property and Negative Sign Pitfalls

The single most frequent procedural error on CBEST algebraic items involves the distribution of negative coefficients. When a negative scalar factor or a subtraction sign directly precedes a parenthetical expression, that negative sign must be multiplied into every single term within the grouping symbol:

-(ax + b) = -ax - b and -(ax - b) = -ax + b

Three Critical Negative Distribution Traps

  1. The Subtraction-Before-Parentheses Trap: 12 - 3(2x - 5)
    • Incorrect: Candidates calculate 12 - 3 = 9, then distribute 9 to get 18x - 45. This violates the Order of Operations (multiplication must precede subtraction!).
    • Incorrect: Candidates distribute only the 3 while leaving the interior sign: 12 - 6x - 15 = -6x - 3.
    • Correct: Treat the multiplier as -3: 12 + (-3)(2x) + (-3)(-5) = 12 - 6x + 15 = 27 - 6x.
  2. The Hidden "Negative One" Factor: 7x - (4 - 2x) = 23
    • Correct: Distribute -1 across the parentheses: 7x - 4 + 2x = 23 → 9x - 4 = 23 → 9x = 27 → x = 3
  3. Double Negative Expansion: -4(3 - 2x) = -12 + 8x Remember: Negative times negative yields a positive product.

Eliminating Fractions: The LCD Clearing Technique

In a calculator-free testing environment, executing multi-step algebraic operations with fractional coefficients (e.g., adding (2/3)x to (5/7)x) requires finding common denominators at every stage, consuming precious time and inviting scratchwork errors.

The Clearing Denominators Technique eliminates every fraction in a single opening step by multiplying every term on both sides by the Least Common Denominator (LCD) of all fractions appearing in the equation:

Worked Example: Clearing Multiple Denominators

Solve the equation: (3x - 1)/4 - (x + 2)/6 = 5/12

  • Step 1 (Find the LCD): The denominators are 4, 6, and 12. The least common multiple is 12.
  • Step 2 (Multiply Every Term by the LCD): Enclose numerators in parentheses to protect compound expressions: 12 × [(3x - 1)/4] - 12 × [(x + 2)/6] = 12 × [5/12]
  • Step 3 (Cancel Denominators Before Multiplying):
    • For the first term: 12 ÷ 4 = 3 → 3(3x - 1)
    • For the second term: 12 ÷ 6 = 2 → -2(x + 2)
    • For the right side: 12 ÷ 12 = 1 → 1(5) = 5
  • Step 4 (Form the Integer Equation): 3(3x - 1) - 2(x + 2) = 5 Notice that all fractions have completely vanished!
  • Step 5 (Expand and Solve): 9x - 3 - 2x - 4 = 5 7x - 7 = 5 7x = 12 → x = 12/7

CBEST Alert: A frequent trap when clearing denominators is forgetting to multiply terms that do not have fractions. In an equation like x/3 + 4 = 7, you must multiply the 4 by 3 as well: x + 12 = 21 → x = 9. If you only multiply the fraction, the equality is destroyed!


Solving Linear Inequalities and the Golden Rule

A linear inequality mirrors a linear equation, but replaces the equality sign with an inequality relation: less than (<), less than or equal to (≤), greater than (>), or greater than or equal to (≥).

The Golden Rule of Inequalities

THE GOLDEN RULE: Whenever you multiply or divide both sides of an inequality by a negative number, you MUST REVERSE the direction of the inequality symbol (< becomes >, and ≤ becomes ≥).

Why does this sign reversal happen? Examine this direct arithmetic proof on a standard number line:

  • Start with the true statement: 2 < 5
  • Multiply both sides by -1: -2 and -5
  • On the integer number line, -2 is located to the right of -5. Therefore: -2 > -5.
  • Failure to reverse the inequality symbol would produce the false claim that -2 < -5.

Number Line Graphing Conventions

CBEST items frequently require candidates to match an inequality solution to a visual number line graph:

SymbolMeaningBoundary Point CircleArrow Direction
<Strictly less thanOpen Circle (○) (value excluded)Points Left (←)
Less than or equal toClosed / Solid Circle (●) (value included)Points Left (←)
>Strictly greater thanOpen Circle (○) (value excluded)Points Right (→)
Greater than or equal toClosed / Solid Circle (●) (value included)Points Right (→)

Worked Example: Inequality with Sign Reversal

Solve and describe on a number line: 18 - 4x ≤ 2(x - 6)

  • Step 1: Distribute right side: 18 - 4x ≤ 2x - 12
  • Step 2: Subtract 2x from both sides: 18 - 6x ≤ -12
  • Step 3: Subtract 18 from both sides: -6x ≤ -30
  • Step 4: Divide both sides by -6 and REVERSE the inequality sign: x ≥ -30 / -6 → x ≥ 5
  • Number Line Representation: A solid circle at 5 with a shaded arrow pointing to the right toward positive infinity.

Strategic Back-Solving & Answer Substitution

Because the CBEST is a multiple-choice examination where calculators are banned, back-solving (testing the given answer choices in the problem statement) is a legitimate and powerful exam strategy.

When to Employ Back-Solving

  1. When formulating the algebraic equation is complex or confusing.
  2. When your initial algebraic scratchwork produces a fraction that does not appear among the answer options.
  3. When the answer choices consist of simple, clean whole numbers.

The Median-Testing Protocol

Multiple-choice options on Pearson-administered exams are almost universally listed in ascending or descending numerical order. Do not test options randomly! Always test the middle value first:

  • If the tested middle option satisfies the equation, you are finished in a single step.
  • If it produces a result that is too small, you immediately eliminate it and all smaller options, focusing exclusively on larger candidates.
  • If it produces a result that is too large, you immediately eliminate it and all larger options.

By following this binary search protocol, you will never need to test more than two answer choices to isolate the correct answer.

Loading diagram...
Linear Equation & Inequality Solving Pipeline
Most Frequent Error Sources on CBEST Linear Equation & Inequality Items
Test Your Knowledge

Solve the following one-variable linear equation for x under strict no-calculator conditions: (2x - 3)/5 + (x + 4)/2 = 7/10 + x

A
B
C
D
Test Your Knowledge

A high school science department manages an operational deficit constraint modeled by the linear inequality: 45 - 6x ≤ -15 Which of the following describes the solution set on a real number line?

A
B
C
D
Test Your Knowledge

A school district is selecting a vendor for student identification badge printing. Vendor A charges an initial equipment setup fee of $350 plus $1.25 per printed badge. Vendor B charges an equipment setup fee of $125 plus $2.00 per printed badge. For how many printed badges will the total cost charged by both vendors be exactly equal?

A
B
C
D