SAT Math Algebra: A Conceptual Guide to Lines, Systems, and Inequalities
Linear equations in 1 variable
A linear equation in 1 variable is an equation where the variable appears only to the first power (no squares, no roots of the variable, no variables multiplied together). The “linear” part means the graph would be a straight line if you graphed it, but with one variable you usually solve it by reasoning about balance rather than graphing.
What it is (and how to recognize it)
A typical linear equation in one variable looks like:
ax + b = c
Here, x is the variable, and a, b, and c are constants (numbers). The key feature is that x is not squared and not in a denominator.
You may also see equations that are “linear” after you simplify, like:
3(x - 2) = 2x + 1
Even though there are parentheses, once you distribute and combine like terms, the variable is still only to the first power.
Why it matters
Solving linear equations is foundational for almost everything else in SAT algebra:
- When you find where two lines intersect, you end up solving a linear equation.
- When you solve systems, you repeatedly solve linear equations.
- When you solve inequalities, you use the same steps but with one extra rule.
Just as importantly, SAT questions often hide linear equations inside contexts (rates, costs, ages) or inside expressions that must be simplified first.
How it works: the balance idea
An equation says two expressions are equal. You can think of it like a balanced scale: whatever you do to one side, you must do to the other to keep it balanced.
The main legal moves are:
- Add or subtract the same number on both sides.
- Multiply or divide both sides by the same nonzero number.
- Simplify each side (distribute, combine like terms).
A reliable step-by-step approach:
- Distribute to remove parentheses.
- Combine like terms on each side.
- Collect variable terms on one side (add or subtract to move them).
- Collect constant terms on the other side.
- Divide by the coefficient of the variable.
Example 1: variables on both sides
Solve:
3(x - 2) = 2x + 1
Distribute on the left:
3x - 6 = 2x + 1
Move the 2x to the left (subtract 2x from both sides):
x - 6 = 1
Add 6 to both sides:
x = 7
So the solution is 7.
Example 2: fractions (clear denominators)
Solve:
\frac{x}{3} + 2 = 5
A clean method is to multiply both sides by the common denominator, 3. This clears the fraction:
3\left(\frac{x}{3} + 2\right) = 3\cdot 5
Simplify:
x + 6 = 15
Subtract 6:
x = 9
Special cases: no solution or infinitely many solutions
Sometimes, after simplifying, the variable disappears.
- No solution happens if you get a false statement (like 0 = 5). That means no value of x can make the original equation true.
- Infinitely many solutions happens if you get a true statement (like 0 = 0). That means every value of x works, because both sides were the same expression.
Example (no solution):
2(x + 1) = 2x + 5
Distribute:
2x + 2 = 2x + 5
Subtract 2x from both sides:
2 = 5
That’s false, so there is no solution.
Example (infinitely many solutions):
4(x - 3) = 4x - 12
Distribute:
4x - 12 = 4x - 12
Subtract 4x from both sides:
-12 = -12
Always true, so there are infinitely many solutions.
Exam Focus
- Typical question patterns:
- Solve for x after simplifying expressions with parentheses and fractions.
- Determine whether an equation has one solution, no solution, or infinitely many solutions.
- Translate a word problem into a linear equation and solve.
- Common mistakes:
- Forgetting to distribute a negative (for example, turning -(x - 3) into -x - 3 instead of -x + 3).
- Clearing denominators incorrectly (multiplying some terms but not all terms).
- Stopping early when you get something like x - 6 = 1 (you still must isolate x).
Linear equations in 2 variables
A linear equation in 2 variables is an equation that can be written in the form:
ax + by = c
The variables x and y each appear to the first power, and they are not multiplied together. The solutions are ordered pairs (x, y) that make the equation true.
What it means geometrically
Each solution (x, y) is a point in the coordinate plane. For a linear equation in two variables, all solutions lie on a straight line. That’s why lines are at the heart of SAT algebra.
Common forms you’ll see (and why they’re useful)
There are several equivalent ways to write the equation of a line.
- Standard form:
ax + by = c
This form is helpful for quick identification of integer coefficients and for some systems methods (elimination).
- Slope-intercept form:
y = mx + b
Here, m is the slope (rate of change), and b is the y-intercept (where the line crosses the y-axis). This form is excellent for graphing and interpreting real-world meaning.
- Point-slope form:
y - y1 = m(x - x1)
This form is useful when you know a point (x1, y1) and slope m.
Here is a quick comparison table:
| Form | Looks like | Best for |
|---|---|---|
| Standard | ax + by = c | Elimination, integer relationships |
| Slope-intercept | y = mx + b | Graphing, interpreting slope and intercept |
| Point-slope | y - y1 = m(x - x1) | Building an equation from a point and slope |
How to find intercepts (a common SAT move)
The x-intercept is where the line crosses the x-axis, so y = 0.
The y-intercept is where the line crosses the y-axis, so x = 0.
Example: Find intercepts of:
2x + 3y = 12
For the x-intercept, set y = 0:
2x = 12
x = 6
So the x-intercept is (6, 0) .
For the y-intercept, set x = 0:
3y = 12
y = 4
So the y-intercept is (0, 4) .
Converting to slope-intercept form
SAT problems often expect you to rewrite standard form into slope-intercept form to identify slope.
Example: Rewrite:
3x - 2y = 8
Solve for y:
-2y = -3x + 8
Divide both sides by -2:
y = \frac{3}{2}x - 4
So the slope is \frac{3}{2} and the y-intercept is -4.
Exam Focus
- Typical question patterns:
- Convert between forms (especially standard to slope-intercept).
- Find slope or intercepts from an equation.
- Determine whether a point (x, y) is a solution by substitution.
- Common mistakes:
- Sign errors when solving for y (especially when dividing by a negative).
- Confusing x-intercept with y-intercept (remember: set the other variable to 0).
- Thinking one equation gives one point; in fact, a line has infinitely many solutions.
Linear functions
A linear function is a function whose output changes at a constant rate as the input changes. On a graph, it’s a straight line. In SAT language, you’ll often be asked to interpret what slope and intercept mean in context, not just compute them.
What makes it a function
A relationship is a function if each input x produces exactly one output y. Linear functions are commonly written as:
f(x) = mx + b
This is the same as y = mx + b, but function notation emphasizes input-output.
Why linear functions matter
Linear functions model situations with a constant rate:
- Cost per item (constant price each)
- Distance at constant speed
- Starting amount plus a steady increase or decrease
SAT word problems often hide a linear function inside a story. Your job is to identify:
- Initial value (what you start with)
- Rate of change (how much you gain/lose per unit)
Slope as rate of change
The slope m measures how much y changes when x increases by 1. More generally, between two points (x1, y1) and (x2, y2) , the slope is:
m = \frac{y2 - y1}{x2 - x1}
Think “rise over run”: vertical change divided by horizontal change.
- If m > 0, the line rises left to right.
- If m < 0, the line falls left to right.
- If m = 0, the line is horizontal.
A vertical line has equation x = a (a constant) and has undefined slope; it is not a function of x because one x would correspond to many y values.
The intercept as an initial value
In y = mx + b, the constant b is the y-intercept. It is the value of y when x = 0.
In real-world terms, b is often the starting amount before any “per-unit” change happens.
Example interpretation: If C = 15x + 40 represents total cost C for x tickets, then:
- 40 is a starting fee (like a booking fee).
- 15 is the cost per ticket.
Building a linear function from information
From slope and one point
If you know slope m and a point (x1, y1) , use point-slope form:
y - y1 = m(x - x1)
Then simplify to the form you need.
Example: Line with slope -2 through (3, 5) .
Start:
y - 5 = -2(x - 3)
Distribute:
y - 5 = -2x + 6
Add 5:
y = -2x + 11
From two points
Example: Find the equation of the line through (2, 1) and (6, 9) .
First find slope:
m = \frac{9 - 1}{6 - 2}
m = \frac{8}{4}
m = 2
Now use y = mx + b with point (2, 1) :
1 = 2\cdot 2 + b
1 = 4 + b
b = -3
So:
y = 2x - 3
A subtle SAT skill: distinguishing linear from non-linear
SAT may test whether a relationship is linear using:
- A table of values: check if \Delta y is constant when \Delta x is constant.
- A graph: straight line means linear.
- An equation: variables only to the first power.
Example (table idea): If x increases by 1 each step and y increases by 3 each step, slope is 3 and it’s linear.
Exam Focus
- Typical question patterns:
- Interpret slope and intercept in context (rates, fees, starting amounts).
- Build a function from two points, a table, or a graph.
- Identify whether a relationship is linear from a table or equation.
- Common mistakes:
- Reversing slope as \frac{x2 - x1}{y2 - y1} instead of \frac{y2 - y1}{x2 - x1}.
- Misreading b: it is the value at x = 0, not “where the line crosses the x-axis.”
- Assuming any equation with x and y is a function; vertical lines fail the function rule.
Systems of 2 linear equations in 2 variables
A system of linear equations is two linear equations considered together. You are looking for the ordered pair (x, y) that satisfies both equations at the same time. Geometrically, you are looking for the intersection point of two lines.
Why systems matter
Systems connect algebra to real decision-making: two conditions must both be true. For example, one equation might represent a budget constraint and another might represent a quantity constraint. SAT often frames these as “find the values that satisfy both.”
What solutions can look like
Two lines can relate in three main ways:
- One solution: lines intersect once (most common).
- No solution: lines are parallel (same slope, different intercept).
- Infinitely many solutions: lines are the same (equivalent equations).
Solving systems: substitution
Substitution works well when one equation is already solved for one variable (or can be easily solved).
Example:
y = 2x + 1
x + y = 10
Substitute y = 2x + 1 into the second equation:
x + (2x + 1) = 10
Combine like terms:
3x + 1 = 10
Subtract 1:
3x = 9
x = 3
Now plug back into y = 2x + 1:
y = 2\cdot 3 + 1
y = 7
Solution is (3, 7) .
Why you must “plug back”: substitution gives you one variable first, but you still need the corresponding value of the other variable.
Solving systems: elimination
Elimination (also called linear combination) works well when equations are in standard form.
Goal: add or subtract the equations to cancel one variable.
Example:
2x + 3y = 13
4x - 3y = 5
Notice the y coefficients are opposites. Add the equations:
(2x + 3y) + (4x - 3y) = 13 + 5
Simplify:
6x = 18
x = 3
Plug back into the first equation:
2\cdot 3 + 3y = 13
6 + 3y = 13
3y = 7
y = \frac{7}{3}
Solution is \left(3, \frac{7}{3}\right).
Recognizing no solution or infinitely many solutions
If elimination produces:
0 = 0
then the equations are the same line and there are infinitely many solutions.
If elimination produces:
0 = 5
then the system is inconsistent and has no solution.
Example (no solution):
x + 2y = 6
2x + 4y = 20
If you multiply the first equation by 2, you get:
2x + 4y = 12
But the second equation says 2x + 4y = 20. Same left side, different constant, so there is no solution.
Systems in word problems
A common SAT skill is translating a story into two equations. The key is to define variables clearly.
Example setup idea (no need to memorize): If x is number of adult tickets and y is number of student tickets, you might have:
- Total tickets equation: x + y = \text{total}
- Total cost equation: ax + by = \text{cost}
Then solve the system.
Exam Focus
- Typical question patterns:
- Solve using substitution or elimination and interpret (x, y) .
- Determine the number of solutions by comparing slopes and intercepts.
- Build a system from a word problem (two constraints).
- Common mistakes:
- Arithmetic/sign errors when adding equations (especially when subtracting a whole equation).
- Forgetting to substitute back to find the second variable.
- Misidentifying “no solution” vs “infinitely many”: parallel lines mean no solution; identical lines mean infinitely many.
Linear inequalities in 1 or 2 variables
A linear inequality is like a linear equation, but instead of “equals,” it uses a comparison symbol:
The solutions are values (or points) that make the inequality true. Inequalities are powerful because they describe ranges of possibilities, which is often more realistic than a single exact answer.
Linear inequalities in 1 variable
These look like linear equations, but the solution is usually an interval of numbers.
Example form:
ax + b \le c
How solving is similar to equations
You use the same “balance” moves: add/subtract/multiply/divide both sides.
The one rule that changes everything
If you multiply or divide both sides by a negative number, you must flip the inequality sign.
That rule exists because multiplying by a negative reverses order on the number line.
Example 1: solving an inequality
Solve:
3x - 5 > 10
Add 5:
3x > 15
Divide by 3 (positive, so inequality stays the same):
x > 5
Example 2: flipping the inequality
Solve:
-2x + 1 \le 9
Subtract 1:
-2x \le 8
Divide by -2 and flip the sign:
x \ge -4
A quick self-check: pick a value that satisfies x \ge -4, like x = 0. Plug into the original:
-2\cdot 0 + 1 \le 9
1 \le 9
True, so the solution direction makes sense.
Compound inequalities
Sometimes you’ll see something like:
-1 < 2x + 3 \le 7
You can treat it as two inequalities at once and perform the same operation to all three parts.
Subtract 3 everywhere:
-4 < 2x \le 4
Divide by 2:
-2 < x \le 2
Linear inequalities in 2 variables
These represent half-planes on the coordinate plane: one side of a boundary line.
A typical form:
y > mx + b
The boundary is the line y = mx + b.
- If the inequality is strict ( > or < ), the boundary line is not included.
- If the inequality includes equality ( \ge or \le ), the boundary line is included.
Even if you are not asked to draw, SAT may ask which region is shaded, or which point satisfies the inequality.
Testing points (the most SAT-friendly method)
To check whether a point (x, y) satisfies an inequality, substitute the coordinates.
Example: Does (2, 5) satisfy:
y \le 2x + 2
Substitute:
5 \le 2\cdot 2 + 2
5 \le 6
True, so (2, 5) is a solution.
Graphing idea (conceptual)
To graph something like:
y \ge -x + 1
- Graph the boundary line y = -x + 1.
- Because it is \ge, the boundary is included.
- Decide which side to shade by testing a point not on the line, often (0, 0) .
Test (0, 0) :
0 \ge -0 + 1
0 \ge 1
False, so shade the side that does not contain the origin.
Inequalities in standard form
You may see:
ax + by < c
You can still graph by treating the boundary as ax + by = c and shading based on a test point. Alternatively, solve for y if you want the familiar “above/below a line” format.
Example: Rewrite:
2x + y \ge 4
Solve for y:
y \ge -2x + 4
Now it is clear the solution is on or above the line with slope -2 and intercept 4.
Exam Focus
- Typical question patterns:
- Solve one-variable inequalities, including compound inequalities.
- Identify whether a point satisfies a two-variable inequality.
- Match an inequality to a shaded region (using boundary line and a test point).
- Common mistakes:
- Forgetting to flip the inequality when dividing or multiplying by a negative.
- Mixing up shading direction; using a test point like (0, 0) prevents guessing.
- Treating < like \le (solid boundary) or vice versa (dashed vs solid conceptually, even if not physically drawing).