2.1 Linear Equations in One Variable

Key Takeaways

  • Multi-step linear equations are solved by applying inverse operations systematically: distributing constants, combining like terms, isolating variable terms on one side, and clearing coefficients.
  • Clearing fractions by multiplying every term by the Least Common Denominator (LCD) and clearing decimals by multiplying by powers of 10 eliminates arithmetic errors on complex SAT questions.
  • Absolute value equations of the form |ax + b| = c split into two distinct cases: ax + b = c or ax + b = -c (when c >= 0), and possess no real solutions when c < 0.
  • Always verify solutions for absolute value equations to prevent accepting extraneous roots, especially when variable expressions appear outside the absolute value bars.
  • The Digital SAT frequently tests algebraic efficiency by asking for the value of an expression (such as 3x - 4 or 2x + 7) rather than x alone; identify opportunities to scale equations directly.
Last updated: August 2026

Linear Equations in One Variable

Linear equations in one variable form the absolute bedrock of the Digital SAT Math section. More than 25% of the questions in the Algebra domain directly test your ability to construct, manipulate, and solve linear equations rapidly and without algebraic errors. Whether presented as abstract algebraic manipulations or embedded in real-world scenarios, single-variable linear equations reward systematic execution and mathematical precision.


1. Anatomy of Multi-Step Linear Equations

A linear equation in one variable is an equation that can be written in the standard form:

ax+b=cx+dax + b = cx + d

where $a$, $b$, $c$, and $d$ are real numbers, and $a \ne c$. The highest exponent on the variable $x$ is always 1, guaranteeing that the equation represents a relationship of degree one.

The Standard 5-Step Solving Algorithm

To solve any multi-step linear equation efficiently under timed test conditions, execute the following standardized sequence:

+-----------------------------------------------------------------------------+
|                   MULTI-STEP LINEAR EQUATION ALGORITHM                      |
|                                                                             |
|   [STEP 1: CLEAR FRACTIONS / DECIMALS]                                      |
|   Multiply every term on both sides by the Least Common Denominator (LCD).  |
|                                     |                                       |
|                                     v                                       |
|   [STEP 2: EXPAND & DISTRIBUTE]                                             |
|   Apply distributive property to eliminate all parentheses: a(bx + c).      |
|                                     |                                       |
|                                     v                                       |
|   [STEP 3: COMBINE LIKE TERMS]                                              |
|   Simplify variable terms and constant terms separately on each side.       |
|                                     |                                       |
|                                     v                                       |
|   [STEP 4: ISOLATE VARIABLE TERMS]                                          |
|   Use addition or subtraction to collect all variable terms on one side.    |
|                                     |                                       |
|                                     v                                       |
|   [STEP 5: ISOLATE THE VARIABLE]                                            |
|   Multiply or divide by the variable's coefficient to find x.               |
+-----------------------------------------------------------------------------+
Algebraic OperationProperty of EqualityExample Transformation
AdditionIf $A = B$, then $A + c = B + c$$x - 7 = 12 \implies x = 19$
SubtractionIf $A = B$, then $A - c = B - c$$3x + 5 = 20 \implies 3x = 15$
MultiplicationIf $A = B$, then $A \cdot c = B \cdot c$ ($c \ne 0$)$\frac{x}{4} = 6 \implies x = 24$
DivisionIf $A = B$, then $\frac{A}{c} = \frac{B}{c}$ ($c \ne 0$)$5x = 35 \implies x = 7$
Distributive$a(b + c) = ab + ac$$-3(2x - 4) = -6x + 12$

2. Advanced Distributive Property & Negative Sign Traps

The most frequent source of lost points on linear algebra questions is improper distribution across subtraction or negative signs.

Negative Multipliers and Subtraction

When a negative sign or negative coefficient precedes parentheses, that negative sign must be distributed to every single term inside the parentheses:

(axb)=ax+b-(ax - b) = -ax + b k(cxd)=kcx+kd-k(cx - d) = -kcx + kd

[!WARNING] The Missing Negative Trap: In the expression $12 - 3(2x - 5)$, students frequently write $12 - 6x - 15$. The correct expansion is $12 - 6x + 15 = 27 - 6x$. Always circle or highlight the negative sign in front of the multiplier before distributing.

Step-by-Step Worked Example: Multi-Step Linear Equation

Problem: Solve the equation for $x$: 4(3x5)+6=2(x+8)5x+13-4(3x - 5) + 6 = 2(x + 8) - 5x + 13

Step 1: Distribute on both sides 12x+20+6=2x+165x+13-12x + 20 + 6 = 2x + 16 - 5x + 13

Step 2: Combine like terms on each side 12x+26=3x+29-12x + 26 = -3x + 29

Step 3: Collect variable terms on one side (add $12x$ to both sides) 26=9x+2926 = 9x + 29

Step 4: Collect constants on the opposite side (subtract 29 from both sides) 3=9x-3 = 9x

Step 5: Divide by the coefficient of $x$ x=39=13x = -\frac{3}{9} = -\frac{1}{3}


3. Clearing Fractions and Decimals (The LCD Technique)

Fractions introduce unnecessary complexity and increase the risk of arithmetic error. You can eliminate all fractions in a single step by multiplying the entire equation by the Least Common Denominator (LCD) of all terms.

+-----------------------------------------------------------------------------+
|                      FRACTION-CLEARING WORKFLOW                             |
|                                                                             |
|   Given:  (3x - 1)/4 - (2x + 5)/6 = (x + 7)/12                              |
|                                                                             |
|   1. Identify Denominators: 4, 6, 12 ---> LCD = 12                          |
|   2. Multiply EVERY term by 12:                                             |
|      12 * [(3x - 1)/4] - 12 * [(2x + 5)/6] = 12 * [(x + 7)/12]              |
|   3. Simplify before multiplying:                                           |
|      3(3x - 1) - 2(2x + 5) = 1(x + 7)                                       |
|   4. Expand:                                                                |
|      9x - 3 - 4x - 10 = x + 7                                               |
|   5. Solve clean integers:                                                  |
|      5x - 13 = x + 7  ===>  4x = 20  ===>  x = 5                            |
+-----------------------------------------------------------------------------+

Clearing Decimals

Similarly, when an equation contains decimals, multiply every term by $10$, $100$, or $1,000$ depending on the maximum number of decimal places:

0.05x+0.12(x4)=0.860.05x + 0.12(x - 4) = 0.86

Multiply the entire equation by $100$:

5x+12(x4)=86    5x+12x48=86    17x=134    x=134175x + 12(x - 4) = 86 \implies 5x + 12x - 48 = 86 \implies 17x = 134 \implies x = \frac{134}{17}


4. Absolute Value Linear Equations: $|ax + b| = c$

The absolute value of a real number $u$, denoted $|u|$, represents its geometric distance from 0 on the number line. Because distance is always non-negative, $|u| \ge 0$ for all real numbers.

The Two-Case Fundamental Rule

For any algebraic expression $u$ and constant $c$:

If u=c and c>0,then u=coru=c\text{If } |u| = c \text{ and } c > 0, \quad \text{then } u = c \quad \text{or} \quad u = -c If u=0,then u=0\text{If } |u| = 0, \quad \text{then } u = 0 If u=c and c<0,there are NO REAL SOLUTIONS\text{If } |u| = c \text{ and } c < 0, \quad \text{there are } \mathbf{NO\ REAL\ SOLUTIONS}

+-----------------------------------------------------------------------------+
|                   ABSOLUTE VALUE EQUATION BRANCHING                         |
|                                                                             |
|                               |ax + b| = c                                  |
|                                     |                                       |
|                   +-----------------+-----------------+                     |
|                   |                                   |                     |
|                c >= 0                              c < 0                    |
|                   |                                   |                     |
|         +---------+---------+                         v                     |
|         |                   |                  [NO SOLUTION]                |
|         v                   v                                               |
|    Case 1:             Case 2:                                              |
|    ax + b = c          ax + b = -c                                          |
+-----------------------------------------------------------------------------+

Worked Example: Absolute Value with Variable on Right Side

Problem: Solve $|2x - 5| = 3x + 1$ for all real solutions.

Case 1 (Positive branch): 2x5=3x+1    51=3x2x    x=62x - 5 = 3x + 1 \implies -5 - 1 = 3x - 2x \implies x = -6

Case 2 (Negative branch): 2x5=(3x+1)    2x5=3x1    5x=4    x=452x - 5 = -(3x + 1) \implies 2x - 5 = -3x - 1 \implies 5x = 4 \implies x = \frac{4}{5}

Check for Extraneous Solutions:

  • Test $x = -6$: $|2(-6) - 5| = |-17| = 17$. Right side: $3(-6) + 1 = -17$. Since $17 \ne -17$, $x = -6$ is extraneous.
  • Test $x = \frac{4}{5}$: $|2(0.8) - 5| = |1.6 - 5| = |-3.4| = 3.4$. Right side: $3(0.8) + 1 = 2.4 + 1 = 3.4$. Valid!
  • Final Answer: $x = \frac{4}{5}$.

[!IMPORTANT] Extraneous Solutions in Absolute Value: When the right-hand side contains variables, you must verify your solutions in the original equation. Any algebraic solution that causes the non-absolute value side to be negative is extraneous and must be discarded.


5. The "Expression Value" Trap on the Digital SAT

The College Board frequently structures questions that ask for the value of an algebraic expression rather than the variable $x$ alone. For example, a question might state:

If 6x15=21, what is the value of 2x5?\text{If } 6x - 15 = 21, \text{ what is the value of } 2x - 5?

The Direct Scaling Strategy vs. Traditional Solving

MethodSteps RequiredTime Spent
Traditional Method$6x = 36 \implies x = 6 \implies 2(6) - 5 = 12 - 5 = 7$~25 seconds
Direct ScalingNotice $(6x - 15) = 3(2x - 5)$. Divide both sides by 3: $2x - 5 = \frac{21}{3} = 7$~5 seconds

Recognizing proportional relationships between the given equation and the requested expression saves critical seconds and reduces algebraic calculation errors.

Desmos Calculator Verification Workflow

On the Digital SAT, the built-in Desmos graphing calculator can instantly verify single-variable linear equations:

  1. Type the left-hand side as y = LHS (e.g., y = -4(3x - 5) + 6).
  2. Type the right-hand side as y = RHS (e.g., y = 2(x + 8) - 5x + 13).
  3. Click the point of intersection. The $x$-coordinate of the intersection is the exact solution.
Test Your Knowledge

If 5(2x - 3) - 3(x + 4) = 4(x - 2) + 7, what is the value of 6x - 5?

A
B
C
D
Test Your Knowledge

What is the solution to the equation (2x + 3)/5 - (x - 1)/2 = 3/10?

A
B
C
D
Test Your Knowledge

What is the sum of all real solutions to the absolute value equation |3x - 6| = x + 2?

A
B
C
D