ACCUPLACER QUANTITATIVE REASONING, ALGEBRA & STATISTICS • LINEAR EQUATIONS

One-Variable Linear Equations — Solve one-variable linear equations

Master the algebraic techniques that isolate a single unknown and form the backbone of every quantitative discipline.

Historical Context & Motivation

The idea of finding an unknown quantity from a stated relationship is arguably the oldest problem in mathematics. Long before formal algebraic notation existed, ancient civilizations posed and solved what we would now recognize as one-variable linear equations — statements that an unknown, raised only to the first power, satisfies some equality. Egyptian scribes recorded such problems on papyrus around 1650 BCE, while Babylonian clay tablets from roughly the same era contain sophisticated solution procedures. The conceptual thread running through millennia of mathematical thought is remarkably consistent: isolate the unknown by performing inverse operations on both sides of an equation, preserving balance at every step.

Understanding this lineage is more than academic curiosity. The techniques that evolved — from rhetorical descriptions of algorithms to the symbolic manipulation taught today — reflect deepening abstraction in human reasoning. When you solve an equation like 3x + 7 = 22 on the ACCUPLACER, you are applying a method whose logical structure was refined across thousands of years of mathematical culture.

c. 1650 BCE
Rhind Papyrus
Egyptian scribe Ahmes records 'aha' problems — finding an unknown heap — using a method of false position, an early systematic technique for solving linear equations expressed in words.
c. 300 BCE
Euclid's Elements
Greek mathematicians cast algebraic relationships in geometric form. Solving a linear equation corresponded to finding a line segment of a certain length, embedding algebra within the framework of geometric algebra.
c. 820 CE
Al-Khwārizmī's Al-Jabr
The Persian scholar Muhammad ibn Mūsā al-Khwārizmī systematized equation-solving into procedural steps — al-jabr (restoration) and al-muqābala (balancing) — giving birth to the word algebra.
1637
Descartes' Symbolic Notation
René Descartes introduced the convention of using letters near the end of the alphabet (x, y, z) for unknowns and letters near the beginning (a, b, c) for known constants, creating the modern symbolic framework still used today.
Present
Standardized Testing
Linear equations appear on every major placement and admissions exam — including the ACCUPLACER — because they test foundational reasoning skills essential for college-level coursework in mathematics, science, economics, and engineering.

The central question this lesson addresses is straightforward yet profound: given an equation of the form ax + b = c, how do we systematically determine the value of x? The answer lies in a small set of algebraic properties — the additive and multiplicative properties of equality — that allow us to transform any linear equation into the explicit form x = (some number).

Core Principles & Definitions

Before diving into solution procedures, it is essential to establish precise definitions and the axiomatic properties that justify each algebraic step. A linear equation in one variable is any equation that can be written in the standard form ax + b = 0, where a and b are real-number constants and a ≠ 0. The variable x appears only to the first power, with no products of variables, no absolute values, and no radicals involving x. The solution (or root) of such an equation is the unique real number that, when substituted for x, makes the equation a true statement.

1

Addition / Subtraction Property of Equality

If A = B, then A + C = B + C for any real number C. This property lets you add or subtract the same quantity on both sides without breaking the balance of the equation.
2

Multiplication / Division Property of Equality

If A = B and C ≠ 0, then AC = BC (and A ÷ C = B ÷ C). This property allows you to multiply or divide both sides by the same nonzero quantity to isolate the variable's coefficient.
3

Distributive Property

a(b + c) = ab + ac. When an equation contains parentheses, the distributive property is used first to eliminate grouping symbols before combining like terms.
4

Combining Like Terms

Terms that share the same variable and exponent (e.g., 3x and −5x) can be combined into a single term (−2x). This simplification reduces complexity on each side of the equation.
5

Verification by Substitution

After obtaining a candidate solution, substitute it back into the original equation. If both sides evaluate to the same number, the solution is confirmed; if not, an algebraic error occurred.
KEY TAKEAWAY
Think of a linear equation as a perfectly balanced scale. The equals sign is the fulcrum. Whatever weight (operation) you place on one pan, you must place exactly the same weight on the other pan. Your goal is to get the variable sitting alone on one pan with a pure number on the other. Every legal algebraic move — adding, subtracting, multiplying, or dividing both sides by the same nonzero value — keeps the scale in balance while inching toward isolation of the unknown.

Visual Explanation — The Balance Model

The balance model illustrates how solving 2x + 3 = 11 proceeds in two moves: first subtract 3 from both sides (eliminating the constant on the left), then divide both sides by 2 (isolating x). The variable pan ends with x alone and the number pan reads 4.

The diagram above encapsulates the two-move strategy that handles the vast majority of ACCUPLACER linear-equation items. In Step 1 we undo the addition of 3 by subtracting 3 from both sides, leveraging the Addition/Subtraction Property of Equality. In Step 2 we undo the multiplication by 2, dividing both sides by 2 through the Multiplication/Division Property of Equality. Notice that the order of these inverse operations reverses the order of operations used to build the expression 2x + 3: addition was applied last, so it is undone first; multiplication was applied first, so it is undone last. This 'peel-back' ordering is a powerful mnemonic for multi-step equations.

Mathematical Framework

Every one-variable linear equation, regardless of how complicated it initially appears, can be reduced to the standard form ax + b = 0 (where a ≠ 0) through a finite sequence of algebraic simplifications. From this standard form, the solution follows immediately. Below are the key formulas and structural observations you should internalize.

STANDARD FORM
ax + b = 0, a ≠ 0
a = coefficient of x (the slope when graphed), b = constant term. Because a ≠ 0, x appears at least once and the equation is genuinely linear.
EXPLICIT SOLUTION
x = −b / a
Derived by subtracting b from both sides (ax = −b) and then dividing by a. This formula confirms that every linear equation in one variable has exactly one solution.
GENERAL TWO-SIDE FORM
ax + b = cx + d → (a − c)x = d − b → x = (d − b) / (a − c)
When the variable appears on both sides, collect all x-terms on one side and all constants on the other. The solution exists provided a ≠ c; if a = c and b ≠ d the equation is a contradiction (no solution); if a = c and b = d it is an identity (all real numbers are solutions).
⚠️ Special Cases on the ACCUPLACER
Occasionally the exam tests whether you can recognize a contradiction (e.g., 2x + 5 = 2x − 1 simplifies to 5 = −1, which is false) or an identity (e.g., 3(x + 2) = 3x + 6 simplifies to 0 = 0, which is always true). A conditional equation — the standard case — has exactly one solution.

The solution algorithm for any linear equation can be summarized in a reliable five-step procedure: (1) eliminate fractions or decimals by multiplying both sides by the LCD; (2) distribute to remove parentheses; (3) combine like terms on each side separately; (4) use the addition/subtraction property to collect variable terms on one side and constants on the other; (5) use the multiplication/division property to isolate x. Mastery of this algorithm, combined with careful arithmetic, will handle every linear equation you encounter on the ACCUPLACER.

Detailed Breakdown — Equation Types & Strategies

Although every one-variable linear equation reduces to ax + b = 0, the ACCUPLACER presents them in several surface forms. Recognizing the category quickly allows you to choose the most efficient strategy, saving precious time on the exam. The diagram below classifies the most common types and maps each to its recommended first move.

This flowchart classifies common one-variable linear equation types encountered on the ACCUPLACER. Starting from the top, the equation is categorized by structural complexity, and a recommended first move is indicated. Subcategories for fractional equations and special cases branch off from the multi-step path.
Common equation types and recommended first moves
Equation TypeExampleKey First Move
One-stepx − 7 = 12Add 7 to both sides
Two-step4x + 5 = 21Subtract 5, then divide by 4
Multi-step (distributive)2(3x − 1) + 4 = 18Distribute the 2, combine like terms
Variables on both sides5x + 3 = 2x + 15Subtract 2x from both sides
Fractional coefficients(2/3)x − (1/4) = 5/6Multiply every term by the LCD (12)

Worked Example

The following problem integrates several of the equation types discussed above: distribution, fractions, and variable terms on both sides. Walking through every step explicitly will reinforce the systematic procedure and highlight common pitfalls.

Solve: (3/4)(8x − 12) − 2x = 5x + 3
1
Step 1 — Distribute the FractionApply the distributive property to eliminate the parentheses. Multiply (3/4) by each term inside: (3/4)(8x) = 6x and (3/4)(−12) = −9. The equation becomes:
6x − 9 − 2x = 5x + 3
2
Step 2 — Combine Like Terms on the LeftOn the left side, combine 6x and −2x to get 4x. The constant −9 remains:
4x − 9 = 5x + 3
3
Step 3 — Collect Variable Terms on One SideSubtract 4x from both sides to move all x-terms to the right (choosing the side that keeps the coefficient positive is a useful habit that avoids sign errors):
−9 = x + 3
4
Step 4 — Isolate xSubtract 3 from both sides to move the constant away from x:
x = −12
5
Step 5 — VerifySubstitute x = −12 into the original equation. Left side: (3/4)(8(−12) − 12) − 2(−12) = (3/4)(−96 − 12) + 24 = (3/4)(−108) + 24 = −81 + 24 = −57. Right side: 5(−12) + 3 = −60 + 3 = −57. Both sides equal −57, confirming the solution.
✓ Left side = Right side = −57
💡 Pro Tip for the ACCUPLACER
If the original equation contains fractions, you can eliminate them in the very first step by multiplying every term on both sides by the least common denominator (LCD). This often simplifies arithmetic significantly, reducing the chance of errors under time pressure. In the example above, the only denominator is 4, so multiplying through by 4 would have yielded 3(8x − 12) − 8x = 20x + 12, which is entirely integer-based.

Common Errors & How to Avoid Them

Even students with solid algebraic foundations lose points on standardized tests due to predictable, avoidable mistakes. The table below catalogs the most frequent errors and pairs each with a targeted prevention strategy. Internalizing these pitfalls before test day can meaningfully improve your score.

Top five errors and targeted prevention strategies
Common ErrorExample of MistakePrevention Strategy
Distributing only to the first term2(x + 5) → 2x + 5 instead of 2x + 10Draw an arrow from the multiplier to every term inside the parentheses.
Sign error when subtracting−(3x − 7) → −3x − 7 instead of −3x + 7Rewrite subtraction as adding the opposite: + (−1)(3x − 7).
Forgetting to apply an operation to both sidesx + 4 = 10 → x = 10 (forgot to subtract 4 from the right)Always write the operation you're performing beside both sides.
Dividing only some terms by the coefficient3x + 6 = 12 → x + 6 = 4 (divided only 3x and 12 by 3)Isolate the variable term first (subtract 6), then divide.
Arithmetic with fractions(1/2)x + (1/3) = 5 → multiply by 6 but forget the right sideWrite the LCD multiplier in front of every term on both sides.
KEY TAKEAWAY
Most errors in linear-equation solving are not conceptual — they are mechanical. Think of solving an equation as performing surgery: the principles are simple, but precision in execution is everything. Develop a consistent, step-by-step written procedure that you follow every time, and always verify your answer by substituting it back into the original equation. This single habit catches the vast majority of arithmetic and sign errors before they cost you points.

Connection to Advanced Topics

Mastering one-variable linear equations is not merely a test-prep milestone — it is the gateway to virtually every subsequent algebraic and analytic technique you will encounter in college mathematics. The same isolation strategy generalizes to systems of equations, inequalities, and even differential equations. Understanding how this foundational skill connects to more advanced topics can deepen your grasp and motivate continued practice.

How one-variable linear equations connect to advanced topics
One-Variable Linear EquationsAdvanced Extension
ax + b = 0 → isolate xSystems: solve for multiple unknowns using substitution or elimination (same isolation principle applied iteratively)
Equality properties (add/subtract/multiply/divide both sides)Inequality solving: same properties, but reverse the inequality sign when multiplying/dividing by a negative
Clearing fractions by multiplying by LCDRational equations: clear denominators, but check for extraneous solutions where a denominator equals zero
The graph of y = ax + b is a straight lineCoordinate geometry: slope-intercept form, point-slope form, parallel and perpendicular lines
Solving literal equations for a specified variableFormula manipulation in science and engineering (e.g., solving PV = nRT for T)

On the ACCUPLACER specifically, strong performance on linear-equation items correlates with placement into credit-bearing college algebra, statistics, and pre-calculus courses. The exam also tests literal equations — formulas such as A = P(1 + rt) where you must solve for a specified variable. The procedure is identical to solving a standard linear equation: treat every other letter as a constant and isolate the target variable using inverse operations. If you have mastered the five-step algorithm from Section 4, literal equations require no new conceptual tools, only comfort with letters where you are accustomed to seeing numbers.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the equation 4(x − 3) = 4x − 12 has infinitely many solutions, while 4(x − 3) = 4x − 5 has no solution. What structural feature distinguishes a conditional equation (one unique solution) from an identity and a contradiction?
PROBLEM 2BASIC CALCULATION
Solve for x: 7x − 15 = 3x + 9.
PROBLEM 3INTERMEDIATE
Solve for x: (2/3)x − (1/2) = (5/6)x + 4.
PROBLEM 4APPLIED
A cell phone plan charges a $35 monthly base fee plus $0.10 per text message. In one month, the total bill was $52.50. Write and solve a linear equation to find the number of text messages sent.
PROBLEM 5CRITICAL THINKING
For what value of the constant k does the equation 2(kx + 3) = 6x − k + 9 become an identity (true for all x)? For what value(s) of k does it become a contradiction? Justify your reasoning.

Lesson Summary

A one-variable linear equation takes the standard form ax + b = 0 (a ≠ 0) and always has exactly one solution given by x = −b/a. The solution process relies on two fundamental properties of equality: the Addition/Subtraction Property and the Multiplication/Division Property. These allow you to perform identical operations on both sides of an equation, systematically peeling away constants and coefficients until the variable stands alone.

For ACCUPLACER success, follow the reliable five-step algorithm: (1) clear fractions by multiplying by the LCD; (2) distribute to remove parentheses; (3) combine like terms on each side; (4) collect variables and constants on opposite sides; (5) divide by the coefficient to isolate x. Always finish by verifying your solution through substitution. Watch for special cases — contradictions (no solution) and identities (infinitely many solutions) — and guard against common mechanical errors such as incomplete distribution and sign mistakes.

Varsity Tutors • ACCUPLACER Quantitative Reasoning, Algebra & Statistics • One-Variable Linear Equations