GMAT QUANTITATIVE REASONING • ALGEBRA

Linear Equations & Inequalities — Solve linear equations and inequalities.

Master the foundational algebra that underpins over a third of GMAT quantitative questions.

Historical Context & Motivation

The capacity to express unknown quantities symbolically and solve for them through systematic manipulation is among the most consequential achievements in the history of mathematics. Linear equations — relationships in which each variable appears only to the first power — were studied millennia before the symbolic notation we use today existed. Ancient civilizations encountered them in commerce, surveying, and taxation, and their solutions were originally articulated in rhetorical prose rather than concise algebraic expressions. Understanding this historical arc illuminates why these problems appear so persistently on standardized examinations like the GMAT: they represent the bedrock of quantitative reasoning that every aspiring graduate student is expected to command.

c. 1800 BCE
Babylonian Clay Tablets
Babylonian scribes solved systems of linear equations using verbal algorithms recorded on cuneiform tablets, including problems equivalent to ax + b = c. Their approach presaged the method of elimination by nearly four millennia.
c. 250 CE
Diophantus' Arithmetica
The Greek mathematician Diophantus introduced a proto-symbolic shorthand for unknowns and powers, marking the transition from purely rhetorical algebra toward syncopated algebra and enabling more efficient manipulation of linear and quadratic forms.
820 CE
Al-Khwārizmī's Al-Jabr
Muḥammad ibn Mūsā al-Khwārizmī published his treatise on al-jabr wa'l-muqābala, which gave algebra its name. He systematized the operations of 'restoration' (adding terms to both sides) and 'balancing' (canceling like terms) that remain the core moves in solving linear equations.
1637
Descartes' Coordinate Geometry
René Descartes fused algebra with geometry by introducing Cartesian coordinates. Linear equations could now be visualized as straight lines, and inequalities as half-planes — a perspective that is indispensable for GMAT data-sufficiency and problem-solving questions alike.
1947
Dantzig's Simplex Method
George Dantzig's simplex algorithm demonstrated that solving large systems of linear inequalities — linear programming — could optimize real-world logistics and economics, underscoring the enduring practical power of the concepts you will master in this lesson.

The historical trajectory reveals a persistent pattern: each era refined the tools for isolating unknowns and expressing constraints. On the GMAT, you will encounter these same two tasks — solving equations and characterizing solution sets of inequalities — under time pressure. The remainder of this lesson equips you with the principles, techniques, and strategic insights necessary to handle them with confidence.

Core Principles & Definitions

Before diving into solution techniques, it is essential to internalize the structural definitions and axiomatic properties that justify every algebraic move. A linear equation in one variable is any equation that can be written in the standard form ax + b = 0 where a ≠ 0. A linear inequality replaces the equality sign with one of the relational operators <, >, ≤, or ≥, producing a half-line (or half-plane in two variables) of solutions rather than a single point. The following grid distills the foundational ideas that govern all manipulations of these objects.

1

Addition / Subtraction Property

Adding or subtracting the same quantity from both sides of an equation or inequality preserves the truth of the statement. This is the 'balancing' operation al-Khwārizmī codified in the ninth century.
2

Multiplication / Division Property

Both sides may be multiplied or divided by the same nonzero constant. For inequalities, multiplying or dividing by a negative number reverses the direction of the inequality — the single most common trap on GMAT inequality questions.
3

Distributive Property

a(b + c) = ab + ac. Distributing before combining like terms is the standard first step when equations contain parentheses. Failing to distribute correctly — especially with negative signs — is a reliable source of errors under time pressure.
4

Solution Set & Number Line Representation

An equation's solution set is typically a single value; an inequality's solution set is an interval or ray on the number line. Compound inequalities combine two simple inequalities (via AND or OR), producing bounded intervals or unions of rays.
5

Equivalence Transformations

A sequence of operations that transforms an equation into an equivalent one (same solution set) is called an equivalence transformation. On the GMAT, verifying equivalence quickly — especially with absolute values or squared terms — prevents extraneous-solution errors.
KEY TAKEAWAY
Think of an equation as a perfectly balanced scale. You may add identical weights to both pans (addition property), remove identical weights from both pans (subtraction property), or double the contents of both pans simultaneously (multiplication property) without disturbing equilibrium. An inequality is the same scale, but one side is already heavier — if you flip the pans (multiply by −1), the heavier side switches, which is precisely why the inequality sign reverses when you multiply or divide by a negative.

Visual Explanation — The Number Line & Coordinate Plane

Visualizing solutions is not merely a pedagogical convenience; on the GMAT, a quick mental sketch can disambiguate answer choices in seconds. The diagram below illustrates how a linear equation in one variable corresponds to a single point on the number line, while a linear inequality corresponds to a ray or segment — and how these extend to lines and half-planes when a second variable is introduced.

The top line shows a single solution point (equation). The middle line shows a closed ray (simple inequality). The bottom line shows a bounded interval (compound inequality). Filled circles indicate included endpoints (≤ or ≥); open circles indicate excluded endpoints (< or >).

Notice how the three representations encode increasingly complex constraints. The equation x = 2 admits exactly one value; the inequality x ≤ 2 admits infinitely many values forming a ray that extends leftward; and the compound inequality −1 < x ≤ 4 restricts the variable to a bounded interval. On the GMAT, compound inequalities arise frequently in data sufficiency questions where each statement provides one half of a compound constraint, and combining them narrows the solution set to a specific interval or even a single value.

Mathematical Framework

The algebraic machinery for solving linear equations and inequalities rests on a small set of formalized operations. Below we present the canonical forms and solution algorithms, together with the critical caveats that distinguish equation-solving from inequality-solving.

STANDARD FORM — LINEAR EQUATION
ax + b = c → x = (c − b) / a, a ≠ 0
Here a is the coefficient of the variable, b is the constant term on the variable side, and c is the constant on the opposite side. The solution is unique and exists for every nonzero value of a.
STANDARD FORM — LINEAR INEQUALITY
ax + b < c → x < (c − b) / a if a > 0; x > (c − b) / a if a < 0
The critical distinction: when dividing by a negative coefficient, the inequality sign flips. This rule applies identically to ≤, >, and ≥.
COMPOUND INEQUALITY
p < ax + b < q → (p − b) / a < x < (q − b) / a (a > 0)
When a > 0, subtract b from all three parts, then divide all three parts by a. If a < 0, both inequality signs reverse, and the order of the bounds swaps.
ABSOLUTE VALUE — LINEAR EQUATION
|ax + b| = c → ax + b = c OR ax + b = −c (c ≥ 0)
Absolute value equations split into two linear equations. If c < 0, the equation has no solution. Always check for extraneous solutions by substituting back into the original.
⚠️ GMAT Inequality Trap
When a GMAT question states that a variable is 'negative' or provides a constraint like a < 0, this is often a signal that dividing by that variable will reverse the inequality. Nearly 20% of inequality-based errors on the GMAT stem from ignoring the sign of the divisor. Always annotate the sign of any expression you divide by.

Detailed Breakdown — Equation & Inequality Types on the GMAT

GMAT linear-equation and inequality questions cluster into several recognizable types. Efficient test-takers classify each problem immediately and deploy the corresponding technique, minimizing wasted time. The diagram below maps these types and their relationships, followed by a classification table that connects each type to its solution strategy.

Taxonomy of linear problems encountered on the GMAT. Equations branch into single-variable, systems, and absolute-value forms; inequalities branch into simple, compound, and absolute-value forms. The strategy panel at the bottom summarizes the core approach for each type.
Classification of linear equation and inequality types with solution sets and common pitfalls
Problem TypeStandard FormSolution SetCommon Traps
Single-variable equationax + b = cOne value: x = (c − b)/aDistributing negatives incorrectly; fraction arithmetic errors
System of two equationsa₁x + b₁y = c₁, a₂x + b₂y = c₂One ordered pair (unique), none (inconsistent), or infinitely many (dependent)Assuming a unique solution exists without checking; misidentifying dependent systems
Absolute-value equation|ax + b| = c0, 1, or 2 valuesForgetting to check for extraneous solutions; failing to note c must be ≥ 0
Simple inequalityax + b < cA ray on the number lineNot flipping the sign when dividing by a negative
Compound inequalityp < ax + b ≤ qAn interval (possibly empty)Mixing up AND vs. OR logic; mishandling when a < 0

Worked Example — GMAT-Style Problem

Consider a representative GMAT problem that combines equation-solving with inequality reasoning, as many quantitative questions do. The worked example below models the systematic, step-by-step approach that yields both accuracy and speed under timed conditions.

📝 Problem Statement
If 3(2x − 5) + 7 = 4x − 2, what is the value of x? Additionally, for what range of values of x is 3(2x − 5) + 7 > 4x − 2?
Part A — Solving the Equation
1
Step 1 — DistributeApply the distributive property to the left side: 3(2x − 5) + 7 = 6x − 15 + 7 = 6x − 8. The equation becomes 6x − 8 = 4x − 2.
6x − 8 = 4x − 2
2
Step 2 — Collect variable termsSubtract 4x from both sides to gather all variable terms on the left: 6x − 4x − 8 = −2, which simplifies to 2x − 8 = −2.
2x − 8 = −2
3
Step 3 — Isolate the variable termAdd 8 to both sides: 2x = −2 + 8 = 6.
2x = 6
4
Step 4 — Solve for xDivide both sides by 2. Since 2 > 0, no sign considerations arise.
x = 3
5
Step 5 — VerifySubstitute x = 3 into both sides. Left side: 3(6 − 5) + 7 = 3(1) + 7 = 10. Right side: 4(3) − 2 = 12 − 2 = 10. ✓ Both sides equal 10, confirming the solution.
Verified: LHS = RHS = 10
Part B — Solving the Inequality
1
Step 1 — Reuse the simplified formFrom Part A we know the left side simplifies to 6x − 8 and the right side is 4x − 2. The inequality becomes 6x − 8 > 4x − 2.
6x − 8 > 4x − 2
2
Step 2 — Collect and isolateSubtract 4x and add 8 to both sides: 2x > 6.
2x > 6
3
Step 3 — Divide by positive coefficientDividing both sides by 2 (positive, so the inequality direction is preserved):
x > 3
4
Step 4 — InterpretThe left-hand expression exceeds the right-hand expression for all x values strictly greater than 3. On a number line, this is an open ray starting just to the right of 3 and extending to positive infinity. Notice that x = 3 is the boundary — it is the equation's solution, consistent with the inequality being strict (>).
Solution set: (3, ∞)

Strategies, Strengths & Common Pitfalls

Solving linear equations is mechanically straightforward, but the GMAT leverages this simplicity by embedding linear relationships inside word problems, data sufficiency frameworks, and multi-step reasoning chains. The table below contrasts effective strategies with the pitfalls that cost test-takers the most time and points.

Strategy vs. Pitfall matrix for GMAT linear problems
Effective StrategyCommon PitfallGMAT Context
Always simplify both sides fully before moving termsSkipping distribution and attempting to 'see' the answer — leads to sign errorsProblem Solving questions with nested parentheses
Annotate the sign of the divisor before dividing an inequalityForgetting to flip the inequality when dividing by a negativeData Sufficiency: 'Is x > 5?' with negative coefficients
Clear fractions early by multiplying both sides by the LCDWorking with fractions throughout and making arithmetic mistakesRatio/proportion word problems
Translate word problems into equations before solvingAttempting to reason verbally without an explicit equationAge, distance/rate/time, mixture problems
Test boundary values and zero for inequality verificationAssuming the solution interval without checking endpointsQuestions involving ranges or 'must be true' phrasing
🎯 STRATEGIC INSIGHT
On the GMAT, think of each Data Sufficiency statement as providing a constraint — an equation pins a variable to a point, while an inequality confines it to an interval. Combining two statements is analogous to intersecting constraints: if two intervals overlap at a single point, you have sufficiency; if they overlap on an interval, you do not. This geometric intuition — treating statements as regions on a number line — can save you 30–60 seconds per question.

Connection to Advanced Topics

Linear equations and inequalities are not isolated topics on the GMAT; they serve as building blocks for virtually every other quantitative concept. Recognizing these connections allows you to transfer skills efficiently and approach complex problems with a unified toolkit. The table below maps the linear foundations to the advanced structures they support.

From linear foundations to advanced GMAT topics
Linear FoundationAdvanced ExtensionHow the Connection Appears on the GMAT
Solving ax + b = cQuadratic equations (factor or use the quadratic formula, reducing each factor to a linear equation)Setting each factor of a quadratic equal to zero yields two linear equations
Systems of two linear equationsCoordinate geometry (intersection of lines, slope-intercept form)Finding where two lines intersect is equivalent to solving a 2 × 2 system
Linear inequalities & sign flippingAbsolute value inequalities, quadratic inequalitiesSplitting |f(x)| < k into compound linear inequality: −k < f(x) < k
Translating words → equationsWork/rate problems, mixture problems, overlapping setsAll reduce to linear (or occasionally rational) equations after setup
Compound inequalitiesNumber properties & constraints in Data SufficiencyCombining statement 1 and statement 2 often produces a compound inequality that pins x to a unique integer

As you progress through the GMAT quantitative curriculum, you will find that even seemingly unrelated topics — combinatorics, number theory, probability — frequently reduce to linear constraints at some stage of the solution. Mastery of the techniques in this lesson is therefore not merely helpful; it is a prerequisite for fluency across the entire quantitative section.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why multiplying both sides of the inequality −3x > 12 by −1/3 requires the inequality sign to be reversed. What would happen to the solution set if you forgot to flip the sign?
PROBLEM 2BASIC CALCULATION
Solve for x: 5(x − 3) − 2(3x + 1) = 7.
PROBLEM 3INTERMEDIATE
Find all values of x satisfying the compound inequality: −2 ≤ (3 − 5x)/4 < 7. Express your answer in interval notation.
PROBLEM 4APPLIED
A company's monthly profit P (in thousands of dollars) is given by P = 12n − 840, where n is the number of units sold. (a) How many units must the company sell to break even? (b) How many units must it sell so that the profit exceeds $300,000?
PROBLEM 5CRITICAL THINKING
A GMAT Data Sufficiency question asks: 'Is x > 3?' Statement 1: 2x − 5 < x − 1. Statement 2: 3 − x < 0. Determine whether each statement alone is sufficient, whether both together are sufficient, or whether the question cannot be answered.

Lesson Summary

This lesson established the complete framework for solving linear equations and linear inequalities — the algebraic backbone of the GMAT Quantitative section. We traced the concept from Babylonian tablets through al-Khwārizmī's systematization to Descartes' coordinate geometry, anchoring each technique in its historical motivation. The core properties — addition/subtraction, multiplication/division (with the critical sign-flipping rule for inequalities), and the distributive law — constitute the entire toolkit needed for any linear manipulation. Solution sets range from a single point (equations) to rays and intervals (inequalities), and visualizing these on a number line is a reliable strategy for avoiding errors under time pressure.

We examined the taxonomy of GMAT linear problems — single-variable equations, systems, absolute-value equations, simple and compound inequalities, and absolute-value inequalities — and mapped each to its solution strategy and common traps. The worked examples demonstrated the disciplined, step-by-step approach that maximizes both accuracy and speed. Finally, we connected these linear foundations to the advanced topics they support: quadratics, coordinate geometry, word problems, and Data Sufficiency reasoning. Internalize the sign-flipping rule, practice translating words into algebra, and always verify with substitution — these three habits will carry you through the majority of GMAT algebra questions.

Varsity Tutors • GMAT Quantitative Reasoning • Linear Equations & Inequalities