All articles
SAT Math, Heart of Algebra, Study Guide

Linear Equations for the SAT: Complete Study Guide + Free Practice Problems

Linear Equations for the SAT: Complete Study Guide | The School of Mathematics
🧮
Free Practice · No account needed
2,500+ SAT Math Practice Problems
Heart of Algebra · Problem Solving · Passport to Advanced Math · Data Analysis
Start Practicing →
Reading progress
0%
SAT Math · Heart of Algebra · Complete Lesson
y = mx + b // every SAT linear equation starts here

Linear Equations on the SAT — The Complete Playbook

Linear equations are the most-tested topic in SAT Math, accounting for nearly a third of all algebra questions. This guide covers every form, every concept, and every trap — with worked examples for each.

11 Sections ~30 min read 4 Practice Quizzes ~25–30% of SAT Algebra
01 · Foundations

What Is a Linear Equation?

A linear equation is any equation whose graph is a straight line. The defining feature is simple: neither variable (x or y) is raised to a power greater than 1, and no two variables are multiplied together. Linear means straight, and straight lines never curve, bend, or loop.

On the SAT, linear equations are the bedrock of the Heart of Algebra section. You'll see them in roughly a third of all algebra questions — as standalone equations to solve, as systems of two equations, and embedded inside word problems where your job is to set one up from a paragraph of text.

The Core Definition
Linear equation: any equation in the form ax + by = c // where a, b, c are constants and x, y are variables // no x², no xy, no x³ — only first-degree terms Linear: 2x + 3y = 12 ✓ Linear: y = 5x - 7 ✓ NOT linear: y = x² ✗ (quadratic) NOT linear: xy = 6 ✗ (product of variables)
💡

Why the SAT loves linear equations: They model an enormous range of real-world relationships (cost per unit, speed × time, rate of change) while requiring clear algebraic manipulation. They also reward students who understand what slope and intercepts mean, not just how to calculate them.

02 · Forms

The Three Main Forms of a Linear Equation

Every linear equation can be written in three different forms. The SAT freely switches between them — a question might give you standard form and ask for a slope, or give you two points and ask for slope-intercept form. Know all three cold.

Slope-Intercept
y = mx + b
m = slope
b = y-intercept

Best for: graphing, reading slope and y-intercept directly
Standard Form
Ax + By = C
A, B, C = integers
(usually A ≥ 0)

Best for: finding both intercepts quickly, solving systems by elimination
Point-Slope
y − y₁ = m(x − x₁)
m = slope
(x₁, y₁) = known point

Best for: building an equation when you're given a point and a slope
Converting Between Forms
Standard → Slope-Intercept: Ax + By = C → y = (-A/B)x + (C/B) Slope = -A/B y-intercept = C/B Two points → Slope-Intercept: Step 1: m = (y₂ - y₁)/(x₂ - x₁) Step 2: y - y₁ = m(x - x₁) → solve for y
Worked Example Converting standard form to slope-intercept
The equation 6x − 2y = 10 is written in standard form. What are the slope and y-intercept?
Step 1Isolate y: subtract 6x from both sides → −2y = −6x + 10
Step 2Divide every term by −2: y = 3x − 5
Step 3Read off: slope m = 3, y-intercept b = −5
Slope = 3, y-intercept = −5
⚠️

SAT trap — sign errors when converting: In 6x − 2y = 10, students often write slope as 6/2 = 3 without accounting for the negative sign on y. Always divide by the entire coefficient of y, including its sign. The formula is slope = −A/B, not A/B.

03 · Slope

Slope — What It Really Means

The slope of a line measures its steepness and direction. More precisely, it measures how much y changes for every one-unit increase in x. The SAT tests slope in nearly every format: given two points, given an equation, given a graph, and embedded in a word problem where you need to recognize that slope represents a rate.

Slope Formula
m = rise/run = (y₂ - y₁)/(x₂ - x₁) // given any two points (x₁, y₁) and (x₂, y₂) Positive slope: line rises left to right ↗ Negative slope: line falls left to right ↘ Zero slope: horizontal line (y = k) → Undefined slope: vertical line (x = k) ↑
Worked Example Slope from two points
What is the slope of the line passing through (−3, 7) and (5, −1)?
Step 1Label the points: (x₁, y₁) = (−3, 7) and (x₂, y₂) = (5, −1)
Step 2Apply the formula: m = (−1 − 7)/(5 − (−3)) = −8/8 = −1
Slope = −1
What the SAT saysWhat it means mathematically
"Rate of change"slope m
"$12 per hour" / "3 miles per gallon"slope = 12 or slope = 3
"The cost increases by $5 for each additional item"slope = 5
"For each year that passes, the value drops by $800"slope = −800
"The line is steeper than line k"|m| is larger
💡

Slope in context: On word-problem questions, slope almost always represents a unit rate — the amount one quantity changes per unit of another. If a cell phone plan costs $0.10 per text message, that's a slope of 0.10 on a cost-vs-texts graph. Train yourself to spot "per" as the slope signal.

04 · Intercepts

X- and Y-Intercepts

Intercepts are the points where a line crosses the axes. The SAT tests both, often asking you to interpret them in context (what does the y-intercept represent in this situation?) rather than just calculate them.

Finding Intercepts
Y-intercept: set x = 0, solve for y X-intercept: set y = 0, solve for x Example: y = 2x + 6 Y-intercept: y = 2(0) + 6 = 6 → point (0, 6) X-intercept: 0 = 2x + 6 → x = -3 → point (-3, 0)
Worked Example Interpreting intercepts in context (high-frequency SAT question type)
A phone plan charges a monthly base fee plus a rate per gigabyte of data. The total monthly cost C in dollars for using g gigabytes is given by C = 10g + 25. What does the value 25 represent?
IdentifyIn the form C = 10g + 25, the constant 25 is the y-intercept (the value of C when g = 0).
InterpretWhen g = 0 (no data used), the cost is $25. That's the monthly base fee regardless of usage.
25 represents the fixed monthly base fee of $25
The SAT's Favorite Intercept Question

The SAT loves asking "what does the y-intercept represent in context?" The answer is always: the value of the output when the input is zero. For a cost function, it's the starting cost. For a population model, it's the initial population. For a distance equation, it's the starting position. Always interpret the y-intercept as the starting value or initial condition.

05 · Solving

Solving Linear Equations

The SAT tests your ability to isolate a variable, simplify multi-step expressions, and solve equations that involve fractions, parentheses, and variable terms on both sides. The golden rule never changes: whatever you do to one side of the equation, you must do to the other.

The Core Method
Goal: isolate x on one side 1. Distribute: expand all parentheses 2. Combine: collect like terms on each side 3. Move: get all x-terms on one side, constants on the other 4. Divide: divide both sides by the coefficient of x 5. Check: substitute your answer back into the original equation
Worked Example Multi-step linear equation with parentheses
Solve for x: 3(2x − 4) = 5x + 8 − (x − 2)
Distribute6x − 12 = 5x + 8 − x + 2
Simplify right6x − 12 = 4x + 10
Collect x-termsSubtract 4x from both sides: 2x − 12 = 10
Isolate xAdd 12: 2x = 22 → x = 11
CheckLeft: 3(22−4)=3(18)=54. Right: 55+8−(11−2)=63−9=54 ✓
x = 11
Worked Example Equation with fractions
Solve for x: x/3 + 5 = 2x/5 − 1
LCDLCD of 3 and 5 is 15. Multiply every term by 15:
Clear fractions5x + 75 = 6x − 15
Isolate xSubtract 5x: 75 = x − 15 → x = 90
x = 90
⚠️

Distributing a negative: In the expression −(x − 2), the negative distributes to every term: −x + 2, not −x − 2. A negative outside a parentheses flips the sign of every term inside. This is the single most common algebra error on the SAT.

06 · Building Equations

Building Equations from Context

One of the SAT's favorite question types gives you a word problem and asks you to create a linear equation that models the situation. The equation isn't given — you have to extract it from the text. This is a reading-comprehension-meets-algebra skill.

Translation Guide
English phrase → Math symbol "is", "equals", "will be" → = "more than", "increased by" → + "less than", "decreased by" → - "times", "of" → × "per", "for each", "every" → slope coefficient "starting at", "initial", "base" → y-intercept (b) "total", "sum" → the full expression
Worked Example Building a linear model from a word problem
A parking garage charges a $4 flat entry fee plus $2.50 per hour. Write an equation for the total cost C in terms of hours h. How many hours can you park for $14?
Identify slope$2.50 per hour → coefficient of h is 2.50
Identify b$4 flat entry fee → y-intercept is 4
Write equationC = 2.50h + 4
Solve for h14 = 2.50h + 4 → 10 = 2.50h → h = 4
C = 2.50h + 4   |   You can park for 4 hours
📚
SAT Math QBank · Free · 2,500+ Questions

Practice Every Linear Equation Type

Word problems, slope, systems, intercepts — drill each one on theschoolofmathematics.com

07 · Parallel & Perpendicular

Parallel & Perpendicular Lines

The SAT consistently tests how slopes relate between parallel and perpendicular lines. This topic appears both as a direct "what is the slope of a perpendicular line?" question and as a setup in geometry-meets-algebra problems.

The Two Key Rules
Parallel lines: Equal slopes, different y-intercepts If line 1 has slope m, parallel line has slope m Example: y = 3x + 1 ∥ y = 3x - 7 (both slope = 3) Perpendicular lines: Slopes are negative reciprocals: m₁ × m₂ = -1 If slope is m, perpendicular slope is -1/m Example: slope 2/3 → perpendicular slope = -3/2
Worked Example Finding the equation of a perpendicular line
Line k has equation y = −(3/4)x + 2. Line j passes through (6, 1) and is perpendicular to line k. What is the equation of line j?
Find perp. slopeSlope of k = −3/4. Negative reciprocal: m₁ = 4/3
Use point-slopey − 1 = (4/3)(x − 6)
Simplifyy = (4/3)x − 8 + 1 = (4/3)x − 7
y = (4/3)x − 7
💡

Perpendicular shortcut: To find a perpendicular slope, flip the fraction and change the sign. Slope 2 (= 2/1) becomes −1/2. Slope −3/4 becomes 4/3. Slope 5/2 becomes −2/5. Practice this flip-and-negate until it's immediate.

08 · Systems

Systems of Linear Equations

A system of linear equations is two or more equations with the same variables. The solution is the point (x, y) where both equations are satisfied simultaneously — the intersection point on a graph. The SAT tests three solving methods; knowing when to use each saves critical time.

Three Methods
Substitution: best when one equation has an isolated variable Solve one equation for a variable, substitute into the other. Elimination: best when variable coefficients are equal or opposites Add or subtract the equations to cancel one variable. Graphing: best for conceptual questions, not calculation Solution = intersection point of the two lines.
Worked Example Solving by substitution
Solve the system: y = 2x − 1 and 3x + 2y = 20
SubstituteReplace y in eq.2: 3x + 2(2x − 1) = 20
Simplify3x + 4x − 2 = 20 → 7x = 22 → x = 22/7
Back-suby = 2(22/7) − 1 = 44/7 − 7/7 = 37/7
x = 22/7, y = 37/7
Worked Example Solving by elimination
Solve: 3x + 4y = 26 and 3x − 2y = 8
SubtractEq.1 − Eq.2 eliminates 3x: 6y = 18 → y = 3
Back-sub3x + 4(3) = 26 → 3x = 14 → x = 14/3
x = 14/3, y = 3
09 · Special Cases

No Solution & Infinite Solutions

Not every system has a unique solution. The SAT tests this concept directly — often asking "for what value of k does the system have no solution?" or "infinitely many solutions?" These are among the highest-difficulty linear equation questions.

The Three Cases
One solution (consistent, independent): Lines intersect at exactly one point Different slopes → must intersect somewhere No solution (inconsistent): Lines are parallel: same slope, different y-intercepts Algebra gives a contradiction: e.g., 0 = 5 Infinite solutions (consistent, dependent): Lines are identical: same slope AND same y-intercept Algebra gives an identity: e.g., 0 = 0
Worked Example Finding k for no solution (SAT favorite)
For what value of k does the system 2x + ky = 8 and 6x + 9y = 15 have no solution?
No solution conditionNo solution ⇒ same slope, different y-intercepts ⇒ ratios of x and y coefficients are equal, but ratio of constants is different.
Set up ratio2/6 = k/9 (coefficients proportional)
Solve for kk = 9 × (2/6) = 3
VerifyWith k=3: 2/6 = 3/9 = 1/3 but 8/15 ≠ 1/3, so no solution ✓
k = 3
⚠️

Don't confuse no solution with infinite solutions: No solution means the constant ratios are DIFFERENT (parallel lines). Infinite solutions means ALL ratios are equal — the equations describe the same line. Set all three ratios (a₁/a₂ = b₁/b₂ = c₁/c₂) equal for infinite solutions; set only the coefficient ratios equal but not the constant ratio for no solution.

10 · Word Problems

Linear Word Problems

Linear word problems on the SAT wrap the same algebra in real-world packaging. The math is no harder than any other section — the challenge is translating the problem and identifying what's being asked before you calculate anything.

  • Read the entire question first. Know what you're solving for before setting up equations.
  • Define your variables explicitly. Write "let x = number of adult tickets" before you start. The SAT rewards careful setup.
  • Identify the constraint equations. Most word problems have two constraints (a count equation and a value equation), which form a system.
  • Answer what's asked. If the question asks for the number of adults, not the total, don't stop at x + y = 50.
  • Check your answer makes sense in context. Negative people and fractional tickets are red flags.
Worked Example Two-variable word problem (classic SAT format)
A school sold 300 tickets to a play. Adult tickets cost $8 each and student tickets cost $5 each. Total revenue was $1,800. How many adult tickets were sold?
DefineLet a = adult tickets, s = student tickets
Set upCount: a + s = 300  |  Revenue: 8a + 5s = 1800
Eliminate sFrom eq.1: s = 300 − a. Sub into eq.2: 8a + 5(300 − a) = 1800
Solve8a + 1500 − 5a = 1800 → 3a = 300 → a = 100
Check100 adults + 200 students = 300 ✓   100(8) + 200(5) = 800 + 1000 = 1800 ✓
100 adult tickets were sold
11 · Test Day Strategy

SAT Test Day Strategy for Linear Equations

The 5 Things to Know Cold

1. Slope formula (y₂−y₁)/(x₂−x₁) — know it without looking up
2. Converting standard form to slope-intercept — isolate y, don't guess the slope
3. Perpendicular slope rule — flip and negate
4. No solution vs. infinite solutions — coefficient ratios equal but constants different = no solution; all ratios equal = infinite
5. Y-intercept in context — always the starting value when the input is zero

Question TypeFastest ApproachWatch Out For
Find slope from equationConvert to y = mx + b, read mSign errors when dividing by negative
Slope from two pointsApply m = (y₂−y₁)/(x₂−x₁)Reversing the order of subtraction
Write equation from contextIdentify slope (rate) and b (start)Confusing which number is slope vs. intercept
Solve a system quicklyElimination if coefficients match; substitution if a variable is isolatedNot solving for what's asked (x vs. y)
No/infinite solutionSet coefficient ratios equal; check constant ratioConfusing the two special cases
Perpendicular lineNegative reciprocal of given slopeFlipping without negating (or negating without flipping)
💡

For grid-in questions with linear equations: if you get an ugly fraction, double-check your algebra before assuming something went wrong — the SAT regularly uses non-integer answers in grid-in format. Enter the fraction directly; don't round unless the question explicitly asks for a decimal or approximation.

Comments

Share your thoughts or ask a question. Comments are moderated before publication.

Loading comments…

Leave a comment