DSAT-1.2

Linear Functions & Interpreting Slope/Intercept

Master Digital SAT linear functions: write slope-intercept form, find slope from points or tables, and interpret slope and intercept with units in real-world word problems.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Linear Functions & Interpreting Slope/Intercept, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

On the Digital SAT, linear functions show up constantly — in tables, graphs, and word problems about costs, distances, and rates. The test rarely just asks you to solve; it asks you to interpret what a number means. What does the slope tell you about a phone plan? What does the y-intercept represent for a savings account? This lesson teaches you to write any line in slope-intercept form, compute slope from two points or a table, and translate those numbers into plain-English meaning with correct units. Nail this and you unlock a big chunk of the Algebra questions.

Slope-Intercept Form and What Each Piece Means

The slope-intercept form of a linear function is y=mx+by = mx + b, where mm is the slope and bb is the y-intercept. In function notation the SAT often writes f(x)=mx+bf(x) = mx + b.

The slope mm is a rate of change: how much the output changes for every one-unit increase in the input. The y-intercept bb is the starting value — the output when x=0x = 0.

Think of a real scenario. Suppose a gym membership costs 25 dollars per month plus a 40 dollar sign-up fee. If CC is total cost and xx is months, then C=25x+40C = 25x + 40. Here 2525 is the slope (cost added each month) and 4040 is the intercept (cost before any months, i.e. at x=0x = 0).
SymbolNameMeaning in context
mmsloperate of change per unit of xx
bby-interceptvalue of output when x=0x = 0
xxinputindependent variable
yy or f(x)f(x)outputdependent variable
A common misconception is confusing which number is the rate and which is the fixed starting amount. The slope always attaches to the variable; the intercept stands alone. When a problem says "per" (per hour, per item, per month), that quantity is almost always the slope.

Computing Slope from Points or a Table

Given two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the slope ism=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}This is the change in output divided by the change in input, often remembered as rise over run. Order does not matter as long as you subtract the coordinates in the same order in both the numerator and denominator.

For a table, pick any two rows and apply the same formula. If the data is truly linear, every pair of rows gives the same slope — a great way to confirm linearity.
xxyy
211
523
835
Using the first two rows: m=231152=123=4m = \frac{23 - 11}{5 - 2} = \frac{12}{3} = 4. Check with the last pair: 352385=123=4\frac{35 - 23}{8 - 5} = \frac{12}{3} = 4. Consistent, so the line is linear with slope 44.

To find bb, plug a known point into y=mx+by = mx + b and solve. Using (2,11)(2, 11): 11=4(2)+b11 = 4(2) + b, so b=3b = 3. The function is y=4x+3y = 4x + 3.

A frequent error is flipping the fraction (run over rise) or mismatching the subtraction order between numerator and denominator. Slow down and label xx values and yy values before computing.

Interpreting Slope and Intercept in Context — With Units

The Digital SAT loves questions that give you an equation or a graph and ask, "What does the number 3 represent?" To answer, you attach the correct units and describe the real-world quantity.

The units of slope are always output units divided by input units. If a line models total pay PP in dollars after hh hours worked, then P=18h+25P = 18h + 25 has a slope with units of dollars per hour. So the slope 1818 means pay increases by 18 dollars for each additional hour. The intercept 2525 means 25 dollars is paid before any hours are worked (perhaps a flat fee).

A useful test-taking checklist: identify the input variable and its units, identify the output variable and its units, then state the slope as "output-unit per input-unit" and the intercept as "output-unit when input equals zero."

Watch for negative slopes. If a tank drains and V=2008tV = 200 - 8t describes volume in liters after tt minutes, the slope 8-8 means volume decreases by 8 liters each minute, and 200200 is the starting volume. The word "decrease" must appear when slope is negative.

Another trap: the SAT may ask for the meaning of a specific point on a graph, not the slope or intercept. Read carefully — a point (4,97)(4, 97) means "when the input is 4, the output is 97," which is different from a rate.

How the SAT Tests This Topic

Questions come in a few predictable flavors. Some give a real-world description and ask you to build the equation. Some give the equation and ask you to interpret a coefficient. Some provide a table and ask for the slope, the intercept, or a predicted value.
Question typeWhat to do
Build the modelFind the fixed starting amount (bb) and the per-unit rate (mm), then write y=mx+by = mx + b
Interpret a numberState what the coefficient means, with units and direction
Find slope from dataApply m=ΔyΔxm = \frac{\Delta y}{\Delta x} using two rows or points
Predict a valueSubstitute the given input into the function
Strategy tips: underline the units in the problem, and decide which quantity is "per" something (that is the slope) versus a one-time or fixed amount (that is the intercept). For interpretation multiple-choice items, eliminate answers that use the wrong units or the wrong direction (increase vs. decrease). If a choice describes a rate but the question highlighted the constant term, it is wrong.

Because the Digital SAT is calculator-allowed on the Math section, you can use the built-in graphing tool (Desmos-style) to plot points, read the slope, and verify your equation quickly. But you still must know how to interpret the meaning — the tool won't tell you the units or the story.

Key terms

Slope-intercept form.
A linear equation written as y=mx+by = mx + b, where mm is the slope and bb is the y-intercept.
Slope.
The rate of change of a line, m=ΔyΔxm = \frac{\Delta y}{\Delta x}; how much the output changes per one-unit increase in the input.
Y-intercept.
The output value when the input is 00; the constant term bb in y=mx+by = mx + b and the point where the line crosses the y-axis.
Rate of change.
How one quantity changes relative to another; for a linear function it is constant and equals the slope.
Linear function.
A function whose graph is a straight line and whose rate of change is constant, written f(x)=mx+bf(x) = mx + b.
Units of slope.
Always output units divided by input units, such as dollars per hour or liters per minute.
Independent variable.
The input, usually xx, that you choose or that changes on its own.
Dependent variable.
The output, usually yy or f(x)f(x), whose value depends on the input.

Worked example

A tutoring center charges a flat booking fee plus an hourly rate. A 3-hour session costs 90 dollars, and a 5-hour session costs 150 dollars. Write a linear function C(h)C(h) for the total cost in dollars for an hh-hour session, and interpret the slope and intercept.
Let CC be the total cost in dollars and hh the number of hours. You have two points: (3,90)(3, 90) and (5,150)(5, 150).

First find the slope, which represents the hourly rate:m=1509053=602=30m = \frac{150 - 90}{5 - 3} = \frac{60}{2} = 30So the slope is 3030 dollars per hour.

Next find the intercept bb by plugging one point into C=30h+bC = 30h + b. Using (3,90)(3, 90):90=30(3)+b90 = 30(3) + b90=90+b90 = 90 + bb=0b = 0The function is C(h)=30hC(h) = 30h.

Interpretation: the slope 3030 means the cost increases by 30 dollars for each additional hour of tutoring. The intercept 00 means there is no flat booking fee — a 0-hour session would cost 0 dollars. Notice that even though the problem mentioned a "flat booking fee," the math shows it equals zero here, so always let the computation confirm the story rather than assuming a fee exists.

Practice questions

A phone plan is modeled by C=0.10m+15C = 0.10m + 15, where CC is the monthly cost in dollars and mm is the number of gigabytes of data used. Which statement best interprets the number 0.100.10?
  1. The plan costs 0.10 dollars per month regardless of data used.
  2. The cost increases by 0.10 dollars for each additional gigabyte of data used.
  3. The plan includes 0.10 gigabytes of data for free.
  4. The base cost of the plan is 0.10 dollars.

Answer: The cost increases by 0.10 dollars for each additional gigabyte of data used.

The number 0.100.10 is the coefficient of mm, so it is the slope. Its units are dollars per gigabyte (output units over input units). Therefore each additional gigabyte adds 0.10 dollars to the cost. The value 1515 is the intercept — the base cost when m=0m = 0 — which rules out the choices describing a base cost or free data.
A candle burns at a constant rate. After 2 hours it is 18 cm tall, and after 5 hours it is 12 cm tall. Write a linear function h(t)h(t) for the candle's height in centimeters after tt hours, and state what the slope means in context.

Answer: h(t)=2t+22h(t) = -2t + 22; the slope 2-2 means the candle's height decreases by 2 cm each hour.

Use the points (2,18)(2, 18) and (5,12)(5, 12). Slope =121852=63=2= \frac{12 - 18}{5 - 2} = \frac{-6}{3} = -2 cm per hour. Solve for bb using (2,18)(2, 18): 18=2(2)+b18 = -2(2) + b, so b=22b = 22. Thus h(t)=2t+22h(t) = -2t + 22. The negative slope means the height is shrinking by 2 cm per hour, and the intercept 2222 is the original height at t=0t = 0.
The table shows a linear relationship between xx and yy. What is the value of yy when x=0x = 0? Use the rows (x,y)=(3,17)(x,y) = (3, 17) and (6,29)(6, 29).

Answer: 5

First find the slope: m=291763=123=4m = \frac{29 - 17}{6 - 3} = \frac{12}{3} = 4. Then use y=4x+by = 4x + b with (3,17)(3, 17): 17=4(3)+b17 = 4(3) + b, so b=1712=5b = 17 - 12 = 5. The value of yy when x=0x = 0 is the intercept, 55.

FAQ

How do I know which number is the slope and which is the intercept in a word problem?
Look for the phrase with "per" — per hour, per item, per month — that quantity is the slope (the rate of change). A one-time or fixed amount that applies before anything happens (a sign-up fee, a starting height, an initial balance) is the y-intercept, the value when the input is zero.
Do I always need units when interpreting slope on the SAT?
Yes. The correct interpretation includes both the direction (increase or decrease) and the units, expressed as output units per input unit — for example, dollars per hour or liters per minute. Multiple-choice traps often use the right number but the wrong units or wrong direction.
What if the slope is negative — what does that mean?
A negative slope means the output decreases as the input increases. If a tank drains by 8 liters each minute, the slope is 8-8 liters per minute. Always use the word "decrease" (or "loses," "drops") when the slope is negative.
Can I use the calculator to find slope on the Digital SAT?
The Math section allows a calculator and includes a built-in graphing tool. You can plot two points or enter a table to see the line and read its slope. Still, you must know how to interpret the meaning and units yourself, since the tool only gives numbers, not the real-world story.

Learn this with a teacher, not a page

The Crimsora tutor teaches Linear Functions & Interpreting Slope/Intercept live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.