Overview

Linear functions and their graphs are among the most heavily tested topics on the SAT Algebra domain, appearing in multiple question types across both the easier and harder modules. The SAT tests three equation forms (slope-intercept, point-slope, standard), the meaning of slope and y-intercept in real-world contexts, identifying and graphing linear relationships, and analyzing parallel and perpendicular relationships. A majority of linear function questions on recent Digital SATs (including March 2026) require students to interpret what the slope or y-intercept represents in a given scenario — not just compute a value.


Key Points

1. Three Forms of Linear Equations

FormFormulaBest used when…
Slope-Intercepty = mx + bIdentifying slope and y-intercept directly
Point-Slopey - y₁ = m(x - x₁)Given a point and slope
StandardAx + By = CFinding both intercepts easily

Converting to slope-intercept: Always rewrite in y = mx + b before identifying slope or y-intercept.

Standard → Slope-Intercept example:
3x + 4y = 12
4y = -3x + 12
y = -(3/4)x + 3     (slope = -3/4, y-intercept = 3)

2. Slope — Formula and Meaning

Slope formula:   m = (y₂ - y₁) / (x₂ - x₁)   =   Δy / Δx
Slope valueGraph appearanceContextual meaning
Positive (m > 0)Rises left to rightIncreasing relationship
Negative (m < 0)Falls left to rightDecreasing relationship
Zero (m = 0)Horizontal lineConstant value (y = b)
UndefinedVertical linex = constant

In context: Slope = the rate of change of y per one unit increase in x.

  • Example: In C = 50h + 75, slope 50 means cost increases $50 per hour.

3. Y-Intercept — Formula and Meaning

Y-intercept (b): the value of y when x = 0
  • To find from an equation: set x = 0 and solve for y.
  • To find from standard form Ax + By = C: set x = 0 → y = C/B.
  • In context: The y-intercept is the starting value, fixed cost, or initial amount when the input is zero.
    • Example: In C = 50h + 75, b = 75 is the flat fee charged regardless of hours worked.

X-intercept: set y = 0, solve for x. Represents the input value where the output is zero (e.g., break-even point).


4. Parallel and Perpendicular Lines

Parallel lines:       m₁ = m₂    (equal slopes, different y-intercepts)
Perpendicular lines:  m₁ × m₂ = -1    (slopes are negative reciprocals)

Finding perpendicular slope:

If m = 3/4, the perpendicular slope is -4/3
If m = -2, the perpendicular slope is 1/2

SAT question pattern: Given a line and a point, write the equation of a line through that point that is parallel (use same slope) or perpendicular (use negative reciprocal slope) to the given line.

Example: Line y = 2x + 5. Perpendicular line through (4, 1):
  Perpendicular slope = -1/2
  y - 1 = -1/2(x - 4)
  y = -1/2 x + 3

5. Interpreting Linear Models (SAT-Specific Patterns)

The Digital SAT frequently presents linear models in real-world contexts and asks what specific components mean.

Key interpretation rules:

  • Slope (m) = rate of change, unit rate, cost per item, speed, growth per period
  • Y-intercept (b) = starting value, fixed cost, initial amount, value at time zero
  • X-intercept = the input value where the output reaches zero (e.g., time to run out, break-even)

Table → Equation method:

Step 1: Calculate slope from any two table rows:  m = Δy / Δx
Step 2: Substitute one (x, y) point and slope into y = mx + b → solve for b
Step 3: Write the equation

Desmos shortcut: Enter two points or the equation directly into Desmos to read off intercepts and verify slope.


Pitfalls and Common Mistakes

Mistake 1: Inverting the slope fraction

  • Wrong approach: Given points (1, 2) and (3, 6), compute slope as (3-1)/(6-2) = 1/2
  • Correct approach: slope = (6-2)/(3-1) = 4/2 = 2 (always Δy over Δx)
  • Fix: Write the slope formula before plugging in: m = (y₂ - y₁)/(x₂ - x₁). The y-coordinates always go in the numerator.

Mistake 2: Confusing slope (m) with y-intercept (b) in y = mx + b

  • Wrong approach: In y = 3x + 7, identify slope as 7 and y-intercept as 3
  • Correct approach: m = 3 (coefficient of x), b = 7 (the constant term)
  • Fix: In y = mx + b, slope is always the number attached to x; the standalone constant is the y-intercept.

Mistake 3: Using same slope instead of negative reciprocal for perpendicular lines

  • Wrong approach: Line has slope 2; perpendicular line has slope 2
  • Correct approach: Perpendicular slope = -1/2 (flip and negate)
  • Fix: Perpendicular = negative reciprocal. Multiply the original slope by the perpendicular slope — if the product is -1, they are correct.

Mistake 4: Not converting to slope-intercept before reading slope from standard form

  • Wrong approach: In 3x + 2y = 8, reading slope as 3
  • Correct approach: Rewrite as y = -(3/2)x + 4 → slope = -3/2
  • Fix: Always isolate y first before identifying slope or y-intercept.


Quick Reference Card

ConceptFormula / Rule
Slope-intercept formy = mx + b
Point-slope formy - y₁ = m(x - x₁)
Slope from two pointsm = (y₂ - y₁)/(x₂ - x₁)
Y-interceptSet x = 0; or read b from y = mx + b
X-interceptSet y = 0 and solve for x
Parallel linesSame slope: m₁ = m₂
Perpendicular linesNegative reciprocal: m₂ = -1/m₁
Slope in contextRate of change per unit of x
Y-intercept in contextStarting value / fixed cost (when x = 0)
Convert standard to slope-interceptSolve Ax + By = C for y
Desmos tipEnter equation directly; click intercepts to read values