Linear equations in two variables

Read a rate and a starting value off a sentence, table, or graph — without losing either.

~25 min · prequestion, worked examples, retrieval practice

This skill is never really about solving for x — it's about reading a real relationship (a rate and a starting point) off a sentence, a table, or a graph, and moving between all three without losing what each number means. Every wrong answer on this question type comes from correctly doing algebra on the wrong number.

Before you read on

Two or three questions on exactly what this lesson teaches. Being wrong here is fine — it's the fastest way to find out what to pay attention to next.

Question 1
Medium

A candle is 20 cm tall when lit and burns down at a constant rate of 0.5 cm per minute. In an equation for height h after m minutes, which number is the slope and which is the intercept?

Question 2
Medium

You know a line's slope and exactly one point it passes through. Can you write its full equation without knowing a second point?

Foundations — what a linear equation in two variables even says (skip this block if it's already automatic)

If "y = 3x + 5" already reads as a sentence rather than a string of symbols, skip ahead. This block builds the equation from zero.

An equation with two letters in it — usually x and y — is not "missing information" the way an equation with one unknown is. It is describing a RELATIONSHIP: for every value x could be, there is a corresponding value of y, and the equation is the rule that connects them. y = 3x + 5 says, in words: "take whatever x is, multiply it by 3, then add 5, and that's y." Plug in x = 0 and y = 5. Plug in x = 1 and y = 8. Plug in x = 10 and y = 35. There isn't one answer — there's a whole family of paired answers, one for every x.

Two things about that relationship are worth naming before you touch a real problem. First, the 3 in front of x tells you how fast y grows: every time x goes up by 1, y goes up by 3, no matter where you start. Second, the 5 is what y equals specifically when x is 0 — it's the value already sitting there before x contributes anything. Those two numbers, "how fast" and "the starting amount," are the entire content of every linear equation in two variables, however the question dresses them up.

Try this without any test question attached: a candle is 20 cm tall and burns down 2 cm every hour. Write height as a relationship to hours burned. The starting amount — the height before any burning happens — is 20. The rate — how much height changes per hour — is −2 (it's shrinking, so the rate is negative). The relationship is height = −2(hours) + 20. Notice that nothing about this required solving for anything; it required naming which number played which role.

What the question is actually testing

This skill point covers writing, interpreting, and manipulating linear equations in two variables — not solving a one-variable equation for a single number, which is a separate skill. What's being tested is whether you can hold two related quantities in mind at once: as one variable changes, the other changes at a constant rate.

The Digital SAT presents this relationship three ways — a sentence describing a real situation, a table of paired values, or a graph — and expects you to move between them. A question might give you a table and ask for the equation, give you a sentence and ask what a coefficient in the resulting equation represents, or give you an equation and ask what happens to one variable when the other changes by a set amount. The algebra is genuinely simple; the skill is translation without losing meaning.

That last phrase — "without losing meaning" — is the whole game. Nearly every wrong answer on this question type is the result of doing correct algebra on a number that means the wrong thing: treating a fixed fee as a rate, or a rate as a fixed fee.

The two numbers that define every line

Slope-intercept form: y = mx + b. m is the rate of change — how much y changes for every one-unit increase in x — and it always carries units of "y-units per x-unit." b is the value of y specifically when x = 0: the starting point, the fixed fee, the initial amount, whatever the context calls it.

The habit to build: before writing a single symbol, name what m and b mean in the actual scenario. "A gym charges a $45 signup fee plus $30 per month" — say out loud, "$30 per month is the rate, so it's m; $45 is what you pay before any months have passed, so it's b" — before you write C = 30m + 45. Skipping that naming step is where slope/intercept swaps come from.

Point-slope form: y − y₁ = m(x − x₁), for a known slope m and a known point (x₁, y₁). This is the form to use whenever you're given a slope and one point that isn't necessarily the y-intercept — convert to slope-intercept form afterward only if the question asks for it in that shape.

From two points: first compute the slope as the change in y divided by the change in x, m = (y₂ − y₁) / (x₂ − x₁), keeping the point order consistent in both the numerator and the denominator — swapping the order in only one of them is a sign-error trap. Then plug that slope and either point into point-slope form.

Mechanism

Why slope is a genuine constant, not just a formula

A relationship is linear precisely when its rate of change is the same between any two points you pick on it — that's the definition, not a property you have to separately verify once you know it's linear. That's why you can compute slope from any two points on a line and get the same number every time, and it's why a table is linear exactly when consecutive differences in y, divided by consecutive differences in x, come out constant. If they don't, the relationship isn't linear, and the whole slope-intercept toolkit stops applying.

Worked examples

Fully worked — writing from a scenario

  1. 01Scenario: "A gym charges a one-time $45 signup fee plus $30 per month. Write an equation for total cost C after m months."
  2. 02Name the numbers: $30/month is a rate → it's m. $45 is what's owed before any months pass (at m = 0) → it's b.
  3. 03Write slope-intercept form with those roles: C = 30m + 45.
  4. 04Sanity check at m = 0: C = 30(0) + 45 = 45, matching the signup fee alone — confirms b was assigned correctly.

One step hidden — a rate given per 6 miles, input in miles

  1. 01Scenario: "A rideshare app charges a $3 base fee plus a rate that adds $54 for every 6 miles driven. Write an equation for fare F after d miles."
  2. 02Convert the rate to the same unit the input variable uses: $54 for every 6 miles is $9 per mile — that per-mile number is m.
  3. 03Name b: the $3 base fee is what's owed before any miles are driven (at d = 0).

Two steps hidden — from a table

  1. 01Table: when x = 2, y = 11; when x = 5, y = 23.
  2. 02Compute slope: m = (23 − 11) / (5 − 2) = 12 / 3 = 4.

Solve alone

  1. 01A line passes through (−1, 7) and has the same steepness as a line that rises 3 units for every 2 units it runs. Write the equation of the line through (−1, 7).

In your own words

In one sentence: why must the y-intercept, in a real-world linear model, represent something that's actually true at the moment x = 0 — and what goes wrong if you assign a rate to b instead?

Named traps

Slope/intercept swap
Assigning the fixed value to m and the rate to b, or vice versa — most common when the fixed fee is stated first in the sentence and gets grabbed as "the first number in the equation" without checking which role it actually plays.
Sign error from mismatched point order
Computing slope as (y₂ − y₁)/(x₁ − x₂) — flipping the order in the denominator but not the numerator. The rule isn't "subtract in order"; it's "use the same order in both places."
Unit mismatch
Using a rate given in one unit (per year, per dozen, per six miles) directly as the coefficient on an input variable measured in a different unit (per month, per item, per mile) without converting first.
Standard-form slope trap
In Ax + By = C, the slope is −A/B, not A — pulling the coefficient straight off the equation without solving for y first is a reliable way to get the sign or the reciprocal wrong.
Assumed linearity
Writing a slope-intercept equation for a table without first checking that consecutive differences in y over differences in x are actually constant — some Digital SAT tables are deliberately not linear.

The 800-level margin

By 1500 you can write y = mx + b from a scenario without thinking about it. The points still missing here are not about slope or intercept — they're about the sentence structure the test uses to hide which number is which, and about what happens when you're moving fast.

The highest-value habit at this level: name m and b out loud (or on scratch paper) BEFORE writing the equation, every time, even when it feels unnecessary. "A membership costs $12 down and $8 per class" and "A membership costs $8 down and $12 per class" differ by one clause, and under time pressure a fast reader who jumps straight to y = 8x + 12 has a genuine 50% chance of having swapped them — because both numbers are plausible fixed fees and both are plausible rates. Naming the roles first, in words, before any symbols appear, is the single change that removes this error, and it costs about two seconds.

The second margin item is units hiding inside a rate. "A tank drains at 3 liters every 4 minutes" is not m = 3 — it's m = 3/4 = 0.75 liters per minute, or if the question wants minutes per liter, m = 4/3. A 1500-level reader has internalized "find the rate" but still occasionally writes down the two numbers from the sentence in the order they appeared rather than in the unit order the equation actually needs. Ask explicitly: what is one unit of the input variable worth in the output variable? — and answer that question before writing m down.

The third: when a question gives you two POINTS rather than a rate directly, computing slope is fast and automatic by 1500 — the miss is in what happens next. Students who are fluent with the slope formula sometimes then re-derive b by re-doing the whole setup instead of simply substituting one known point into y = mx + b and solving for the one remaining unknown. The faster path is also the more reliable one: once you have m, pick whichever point has smaller numbers, substitute both x and y into y = mx + b, and solve the one-variable equation that's left. That's a linear-equations-in-one-variable problem you've already mastered, wearing a different question's clothes.

Retrieval — with feedback on every choice

Question 1
Hard

A moving company charges a flat inspection fee plus an hourly labor rate. A 3-hour job costs $260, and a 5-hour job costs $380. Which equation gives the total cost C, in dollars, for a job lasting h hours?

Reference — not a study method, a lookup
LINEAR EQUATIONS IN TWO VARIABLES — reference card
y = mx + b: m = rate of change (y-units per x-unit); b = value of y when x = 0.
From two points: m = (y2 - y1)/(x2 - x1) -- same order in numerator and denominator.
Point-slope: y - y1 = m(x - x1). Use when you have a slope and any one point.
Standard form Ax + By = C: slope = -A/B, NOT A. Don't read it off directly.
Before writing symbols, name what m and b mean in the actual scenario, out loud.
Table linear? Check that consecutive differences in y over differences in x are constant.

Every item on this page is Meridian-original, written to match the Digital SAT's format and difficulty — it is not a real SAT question. The only source that matches the live test exactly is College Board's own Bluebook and Question Bank.

Question 1Hard

A moving company charges a flat inspection fee plus an hourly labor rate. A 3-hour job costs $260, and a 5-hour job costs $380. Which equation gives the total cost C, in dollars, for a job lasting h hours?

  • AC = 60h + 260

    Uses the wrong point to find the intercept — plugging h = 3 into a correctly-found slope of 60 does not give b = 260 (it gives b = 80). This comes from treating one of the given costs as the intercept without solving for it.

  • C = 60h + 80

    Correct. Slope: (380 − 260)/(5 − 3) = 120/2 = 60 per hour. Then solve for b using either point: 260 = 60(3) + b → b = 80. Check with the other point: 60(5) + 80 = 380. ✓

  • CC = 40h + 140

    Uses an incorrect slope (dividing the cost difference by the wrong quantity, e.g. 120/3 instead of 120/2). Getting the arithmetic right on a wrong slope still produces a wrong equation.

  • DC = 87h

    Assumes no flat fee at all (forces b = 0) by dividing one total cost by its hours (260/3 ≈ 87). This ignores that the problem explicitly states there's a flat inspection fee in addition to the hourly rate.

Traps tested: Unsolved intercept · Arithmetic on wrong quantity · Ignored fixed component

Question 2Hard

In the equation V = 1,200 − 45t, which models the resale value V, in dollars, of a piece of equipment t years after purchase, what does the number 45 represent?

  • AThe original purchase price of the equipment

    The original price is what V equals at t = 0, which is 1,200 — the intercept, not the coefficient on t. This mixes up which of the two numbers is the starting value.

  • BThe resale value after exactly one year

    The value after one year is V(1) = 1,200 − 45(1) = 1,155, not 45. This confuses a rate of change with a value the model produces.

  • The amount, in dollars, the equipment loses in value each year

    Correct. −45 is the coefficient on t, so it's the rate of change of V with respect to t: for every additional year, V decreases by 45 — a $45-per-year depreciation rate.

  • DThe number of years until the equipment is worthless

    That would be the value of t where V = 0 (which is 1,200/45 ≈ 26.7 years) — a quantity you'd have to solve for, not a number that appears directly in the equation as written.

Traps tested: Slope intercept swap · Rate confused with output · Unsolved quantity misread

Question 3Hardest on the test

The line 6x + 2y = k passes through the point (5, −3). What is the value of k?

  • A9

    This comes from computing 6(5) − 2(3) or a similar sign slip on the y-term, rather than substituting y = −3 correctly. Plugging in −3 as written gives 30 − 6 = 24, not 9.

  • 24

    Correct. Substitute the point directly: 6(5) + 2(−3) = 30 − 6 = 24, so k = 24. The equation doesn't need to be rearranged into slope-intercept form at all — direct substitution is faster and avoids the sign errors that rearranging invites.

  • C36

    This comes from treating the point as (−3, 5) — swapping which coordinate is x and which is y before substituting.

  • D4

    This comes from solving 6x + 2y = k for k using only one of the two terms (e.g. 24/6), rather than evaluating the full left-hand side at the given point.

Traps tested: Sign error on substitution · Swapped coordinates · Partial substitution

Meridian · progress saved in this browser

Up next

Linear functions

Function notation, and what f(x) means when x is a number of months rather than a number.

30 min