LINEAR EQUATIONS & INEQUALITIES
Techniques for solving equations and inequalities that involve variables to the first power, including systems of two equations and absolute-value conditions.
Overview
A linear equation is any equation that can be written in the form , where . The variable appears only to the first power — no squares, no square roots, no products of two unknowns. Because there is exactly one unknown and the relationship is a straight line, there is always exactly one solution (unless the equation is a contradiction or an identity). On the AMC, linear equations show up as warm-up problems and also as hidden sub-problems inside harder questions about systems, word problems, or parameter problems.
A linear inequality follows the same algebra but with a twist: when you multiply or divide both sides by a negative number, the inequality sign flips. Forgetting this flip is one of the most common errors on the AMC. Absolute-value inequalities and each unpack into a simple two-sided compound inequality, giving you a clean integer-counting or interval problem.
Why the AMC loves this topic: the difficulty ramps not by making the algebra harder, but by disguising the linear structure — inside a system of two equations, behind an absolute value, or with a parameter that you must tune so the system has no solution, one solution, or infinitely many. Recognizing "this is secretly a linear system" is the key insight at difficulty 4–5 level.
Key facts
-
Isolate the variable: Legal moves are adding/subtracting the same quantity on both sides and multiplying/dividing by any non-zero constant. Always simplify fully (expand parentheses, combine like terms) before isolating.
-
Substitution for 2×2 systems: Solve one equation for one variable, substitute into the other. Best when one coefficient is already 1 or -1.
-
Elimination for 2×2 systems: Multiply each equation by a chosen constant so one variable's coefficients become additive inverses, then add the equations. Best when no coefficient is ±1.
-
Inequality flip rule: when . Applies equally to .
-
Absolute-value inequality unpacking:
- (one interval, finite solutions)
- (two rays, infinite solutions)
-
Consistent / inconsistent / dependent systems: For the system , , compute .
- : unique solution.
- and the equations are proportional: infinitely many solutions (dependent).
- and the equations are not proportional: no solution (inconsistent).
-
Parameter problems: If the problem says "the equation has no solution" or "the system has infinitely many solutions," set up the condition on and check consistency.
Worked example 1
Problem. Solve .
Solution. Expand the left side:
Subtract from both sides:
Add 5:
Check: and . ✓
The key step is expanding parentheses before moving terms across the equals sign — rushing to move first can cause sign errors.
Worked example 2
Problem. Find all real numbers satisfying , and count the integers in the solution set.
Solution. Unpack the absolute value:
Add 6 to all three parts:
Divide by 3 (positive, so no flip):
The integers in the closed interval are — that is 7 integers.
Why this matters on AMC: the problem often asks for the count of integer solutions, not the interval itself. Carefully include the endpoints when the inequality is (not strict ).
Common traps
-
Forgetting to flip the inequality sign. When dividing both sides of by , you get , not .
-
Mishandling absolute value. does NOT become ; you must write and solve the compound inequality.
-
Off-by-one in integer counting. The integers strictly between and (i.e., in ) are — eight integers, not nine. Always double-check whether endpoints are included.
-
Sign errors when clearing fractions. Multiplying by 4 gives , not . Distribute carefully.
-
Assuming a parameter system always has a solution. When a parameter makes , you must check the right-hand side separately to decide between infinitely many solutions and no solution — the two cases look the same in the determinant but behave differently.