Digital SAT Math · Algebra

Linear equations in two variables

Digital SAT Math · Algebra

One line, three costumes. The test hands you a line as an equation, as a pair of points, or as a picture, then asks for it back in whichever costume the answer choices are wearing. Nothing here is hard arithmetic — the points are lost on two sign rules and one habit of converting when nobody asked you to.

On the test

DomainAlgebra (score report)
What it looks likeA single line: an equation, two points, a slope and a point, or a graph
Often asked“What is the slope?”, “Which equation represents the line?”, “What is the y-intercept of the graph?”, “The line passes through (a,5)(a, 5) — what is aa?”
FormatMultiple choice and student-produced response
CalculatorDesmos is genuinely useful here — it draws any form you can type. See the box below

Recognition cues: the phrase in the xy-plane; an equation with both xx and yy and no second equation underneath it; the words slope, passes through, intercept, parallel; a coordinate grid with one line drawn on it and two points dotted.

Where this skill ends and systems begins

Search results blur these two, so be clear before you start: one line is this skill, two lines at once is systems of linear equations. If the stem shows a second equation stacked under the first, or asks where two graphs meet, you are on the other page. Everything below assumes a single relationship between xx and yy.

Pattern recognition

Sort by what you were handed, not by what you were asked:

  1. An equation — read slope and intercepts out of it, or rewrite it into a requested form.
  2. Two points — compute the slope first; everything else follows from it.
  3. A slope and one point — point-slope, then convert only if forced.
  4. A graph — harvest two clean lattice points, then you are in case 2.
  5. A second line to match — parallel means copy the slope, keep your own point.

Method

  1. Name what you have. Equation, two points, slope-and-point, or graph. This single classification picks your route.
  2. Get the slope. From two points, m=y2y1x2x1m = \dfrac{y_2-y_1}{x_2-x_1} — rise over run, and the subtraction order must match top and bottom. From ax+by=cax+by=c, m=abm = -\dfrac{a}{b}. From a graph, count grid squares between two points the line passes through exactly.
  3. Anchor it with one point. Point-slope, yy1=m(xx1)y - y_1 = m(x - x_1), accepts any point on the line and never asks you to find the intercept first.
  4. Convert only to match the choices. Distribute and collect for slope-intercept; clear fractions and move the variables together for standard form.
  5. Verify with a point the stem gave you. Substitute one of the original coordinates into your final equation. Ten seconds, and it catches every sign slip on this page.

Which form to start in

You are givenStart inBecause
Slope and a pointyy1=m(xx1)y - y_1 = m(x-x_1)Both givens drop straight in, no solving
Two pointsslope first, then point-slopeThe intercept is a derived number, not a given one
ax+by=cax+by=c, asked for slopenothing — read a/b-a/bRearranging is three lines of risk for one number
ax+by=cax+by=c, asked for an interceptthe equation itselfSet y=0y=0 for the x-intercept, x=0x=0 for the y-intercept
A graphtwo lattice pointsEstimated coordinates poison everything downstream

Worked example 1 — two points to an equation

Stem. Line \ell in the xy-plane passes through (2,11)(-2, 11) and (4,1)(4, -1). Which equation represents \ell?

Step 1 — classify. Two points. Slope first.

Step 2 — slope, with the subtraction order locked.

m=1114(2)=126=2m = \frac{-1 - 11}{4 - (-2)} = \frac{-12}{6} = -2

Both subtractions run in the same direction — second point minus first, on top and on the bottom. Reverse only one of them and you get +2+2, which is the single most common wrong answer on this archetype.

Step 3 — anchor with either point.

y11=2(x(2))=2(x+2)y - 11 = -2\big(x - (-2)\big) = -2(x+2)

Step 4 — collect into slope-intercept.

y11=2x4y=2x+7y - 11 = -2x - 4 \quad\Rightarrow\quad y = -2x + 7

Check. Use the point that was not your anchor: 2(4)+7=8+7=1-2(4) + 7 = -8 + 7 = -1, and 1-1 is exactly the y-coordinate of (4,1)(4,-1). Both given points sit on the line. Answer: y=2x+7y = -2x + 7.

Trap watch. Anchoring with (2,11)(-2, 11) and forgetting that x(2)x - (-2) is x+2x + 2 produces y=2x+15y = -2x + 15. Inverting the slope to 612-\frac{6}{12} produces y=12x+10y = -\frac12 x + 10 — an equation that still passes through (2,11)(-2,11), which is why it survives a lazy check. Verify with the other point.

Worked example 2 — point-slope, and the two conversions

Stem. Line kk has slope 53\frac53 and passes through (6,2)(-6, 2). Write kk in slope-intercept form, then in standard form with integer coefficients.

Step 1 — write the blank form before any numbers.

yy1=m(xx1)y - y_1 = m(x - x_1)

Now substitute, letting the minus signs stand: y2=53(x(6))y - 2 = \frac53\big(x - (-6)\big), which is y2=53(x+6)y - 2 = \frac53(x + 6).

Step 2 — slope-intercept. Distribute — and note that 536=10\frac53 \cdot 6 = 10 is an integer, which is why the point was chosen with an x-coordinate divisible by 3:

y2=53x+10y=53x+12y - 2 = \frac53 x + 10 \quad\Rightarrow\quad y = \frac53 x + 12

Step 3 — standard form. Multiply every term by 3 to clear the fraction, then move the variable terms to the same side:

3y=5x+365x+3y=365x3y=363y = 5x + 36 \quad\Rightarrow\quad -5x + 3y = 36 \quad\Rightarrow\quad 5x - 3y = -36

The last step multiplied through by 1-1, the usual convention for a positive leading coefficient. Both versions are the same line.

Check. Substitute (6,2)(-6, 2) into the standard form: 5(6)3(2)=306=365(-6) - 3(2) = -30 - 6 = -36. ✓ And into the slope-intercept form: 53(6)+12=10+12=2\frac53(-6) + 12 = -10 + 12 = 2. ✓ Answer: y=53x+12y = \frac53x + 12, or 5x3y=365x - 3y = -36.

Trap watch. Multiplying only the fraction by 3 and leaving the 22 or the 1212 alone is the standard incomplete-clearing error. And when you flip signs at the end, flip all three terms: 5x3y=365x - 3y = 36 with the constant left positive is a genuinely different line, parallel to the right one.

Worked example 3 — reading a standard-form line without solving it

Stem. Consider 7x+4y=367x + 4y = 36 in the xy-plane. (a) What is the slope? (b) What are the intercepts? (c) A second line is parallel to it and passes through (8,3)(8, -3) — what is that line’s y-intercept?

(a) Slope, by rule, not by rearranging. m=ab=74m = -\frac{a}{b} = -\frac74. No algebra performed, no sign to lose.

(b) Intercepts, by zeroing. The y-intercept is where x=0x = 0: 4y=364y = 36, so y=9y = 9, the point (0,9)(0, 9). The x-intercept is where y=0y = 0: 7x=367x = 36, so x=367x = \frac{36}{7}, the point (367,0)\left(\frac{36}{7}, 0\right). Notice which zero produces which intercept — setting x=0x=0 gives the y-intercept, and that crossover is the reason intercept questions have a reversed-answer distractor every single time.

(c) Parallel means the slope is inherited, the point is not.

y(3)=74(x8)y+3=74x+14y=74x+11y - (-3) = -\frac74(x - 8) \quad\Rightarrow\quad y + 3 = -\frac74x + 14 \quad\Rightarrow\quad y = -\frac74x + 11

Check. (a)+(b): 7(0)+4(9)=367(0) + 4(9) = 36 ✓ and 7(367)+4(0)=367\left(\frac{36}{7}\right) + 4(0) = 36 ✓. (c): at x=8x = 8, 74(8)+11=14+11=3-\frac74(8) + 11 = -14 + 11 = -3 ✓, and the slope 74-\frac74 matches the original, so the lines never meet. Answers: 74-\frac74; (0,9)(0,9) and (367,0)\left(\frac{36}{7},0\right); y-intercept 1111.

Trap watch. Part (c) collects two errors. Copying the original line’s y-intercept 99 treats parallel lines as identical — parallel lines share a slope and differ in intercept, which is the whole point of the word. Using 47\frac47 instead of 74-\frac74 is the perpendicular slope, a right answer to a question that was not asked.

Practice

Answer before you open the explanation. Two items are student-produced response — no choices, so no reverse-engineering, and a sign error has nowhere to hide. Two items give you a graph and nothing else; the numbers you need are on the grid. Every wrong choice below is a specific, named error — when you miss one, log the name of the error, not the number of the item.

12 questions — 10 multiple choice, 2 student-produced response. Every wrong choice has its own explanation.

Question 1 Warm-up

In the xy-plane, a line passes through the points (2, 3) and (6, 15). What is the slope of the line?

Show the answer Choice D

Why it is right

Slope is rise over run, and both differences must be taken in the same order. Using (2, 3) as the first point and (6, 15) as the second, the rise is 15 - 3 = 12 and the run is 6 - 2 = 4, so the slope is 12 / 4 = 3. Taking the points in the opposite order changes both signs and gives the same value: (3 - 15) / (2 - 6) = -12 / -4 = 3. A positive slope also matches the picture, since y grows as x grows.

Why each other choice fails

Choice A
Subtracts in mismatched order: the rise taken as 3 - 15 = -12 while the run is taken as 6 - 2 = 4. Reversing only one of the two differences flips the sign of the answer.
Choice B
Inverts the fraction, computing run over rise as 4 / 12. Slope is the change in y divided by the change in x, never the reverse.
Choice C
Adds the coordinates instead of subtracting them: (15 + 3) / (6 + 2) = 18 / 8. Slope measures change, so both the top and the bottom must be differences.

Question 2 Standard

The graph of 4x + 5y = 20 is a line in the xy-plane. What is the slope of this line?

Show the answer Choice A

Why it is right

Rearranging into slope-intercept form shows the slope directly. Subtract 4x from both sides to get 5y = -4x + 20, then divide every term by 5 to get y = -(4/5)x + 4. The coefficient of x is the slope, so the slope is -4/5. This is the general rule for standard form ax + by = c: the slope is -a/b, which here is -4/5 and the y-intercept is c/b = 20/5 = 4.

Why each other choice fails

Choice B
Drops the minus sign, reading the slope of ax + by = c as a/b. Moving 4x across the equals sign makes it negative, and that sign survives the division by 5.
Choice C
Inverts the ratio and loses the sign, reading b/a instead of -a/b. As it happens, 5/4 is the slope of a line perpendicular to this one, which is why it feels plausible.
Choice D
Reports the y-intercept. Dividing 20 by 5 gives 4, the value of y when x = 0 — a real feature of this line, but not its slope.

Question 3 Standard

In the xy-plane, line m has slope -2 and passes through the point (3, -4). Which equation represents line m?

Show the answer Choice C

Why it is right

Start from point-slope form y - y1 = m(x - x1) and substitute with the minus signs left visible: y - (-4) = -2(x - 3), which is y + 4 = -2(x - 3). Distribute the -2 to get y + 4 = -2x + 6, then subtract 4 from both sides: y = -2x + 2. Check against the given point by substituting x = 3: -2(3) + 2 = -6 + 2 = -4, which matches the y-coordinate of (3, -4).

Why each other choice fails

Choice A
Flips the sign of both coordinates, writing y + 4 = -2(x + 3). That distributes to y + 4 = -2x - 6, giving y = -2x - 10, which passes through (-3, -4) instead.
Choice B
Treats the y-coordinate of the given point as the y-intercept. The point (3, -4) is not on the y-axis, so -4 is not the value of y when x = 0; substituting x = 3 here gives -10, not -4.
Choice D
Loses the point's negative sign, writing y - 4 = -2(x - 3) instead of y + 4 = -2(x - 3). Since y1 = -4, the subtraction y - y1 becomes an addition.

Question 4 Standard

A line in the xy-plane has slope 3/4 and passes through the point (5, -2). Which equation represents this line in point-slope form?

Show the answer Choice C

Why it is right

Point-slope form is y - y1 = m(x - x1), where (x1, y1) is a point on the line. Here x1 = 5 and y1 = -2, so the form reads y - (-2) = 3/4(x - 5). Subtracting a negative is adding, so the left side simplifies to y + 2 while the right side keeps x - 5 because x1 = 5 is positive. Substituting x = 5 gives y + 2 = 0, so y = -2, confirming the point lies on the line.

Why each other choice fails

Choice A
Flips the sign of both coordinates, which describes the point (-5, 2) — the reflection of the given point through the origin, not the point in the stem.
Choice B
Handles x correctly but drops the negative on y, writing y - 2 where y - (-2) = y + 2 is required. Substituting x = 5 gives y = 2, not -2.
Choice D
Swaps the coordinates, treating the point as (-2, 5). The first number in an ordered pair is always the x-coordinate, so x1 = 5 and y1 = -2, never the reverse.

Question 5 Standard

In the xy-plane, line t passes through the points (-2, 9) and (4, -3). At what value of y does line t cross the y-axis?

Show the answer Choice D

Why it is right

First the slope: the rise is -3 - 9 = -12 and the run is 4 - (-2) = 6, so m = -12 / 6 = -2. Then anchor the line with either point in y = mx + b. Using (4, -3): -3 = -2(4) + b, so -3 = -8 + b and b = 5. The line is y = -2x + 5, and it crosses the y-axis at y = 5. Verify with the other point: -2(-2) + 5 = 4 + 5 = 9, which matches (-2, 9).

Why each other choice fails

Choice A
Uses slope +2 instead of -2, the result of reversing only one of the two differences. Anchoring with (4, -3) then gives -3 = 8 + b and b = -11.
Choice B
Reports the slope as if it were the intercept. The value -2 is the rate at which the line falls, not the height where it meets the y-axis.
Choice C
Inverts the slope to run over rise, 6 / -12 = -1/2. Anchoring with (4, -3) then gives -3 = -2 + b and b = -1. That line does pass through (4, -3), which is why the error survives a careless check — but at x = -2 it gives y = 0, not 9.

Question 6 Harder

The graph of line n in the xy-plane is shown, with two points on the line marked. Which equation represents line n?

0 1 2 3 4 5 6 7 8 0 2 4 6 8 10 12 14 line n (2, 9) (6, 3) x y
Line n in the xy-plane, with two lattice points marked.
Show the answer Choice B

Why it is right

Use the two marked lattice points, (2, 9) and (6, 3), so no coordinate has to be estimated. The rise is 3 - 9 = -6 and the run is 6 - 2 = 4, so the slope is -6/4 = -3/2. The line falls from left to right, which confirms a negative slope. For the y-intercept, either read the graph where the line meets the vertical axis, at 12, or extend algebraically from (2, 9): moving 2 units left from x = 2 raises y by (3/2)(2) = 3, so b = 9 + 3 = 12. The equation is y = -3/2x + 12, and it reproduces both marked points: -3/2(2) + 12 = 9 and -3/2(6) + 12 = 3.

Why each other choice fails

Choice A
Takes the y-coordinate of the marked point (2, 9) as the y-intercept. The intercept is the height of the line at x = 0, not at x = 2; the graph shows the line crossing the vertical axis at 12. This equation passes through (6, 0), not the marked point (6, 3).
Choice C
Reads the grid as run over rise, 4 over -6, giving -2/3. Slope counts the vertical change first; this line drops 3 units for every 2 it moves right, not 2 for every 3.
Choice D
Uses the correct steepness with the wrong sign. A slope of +3/2 would rise from left to right, but the graphed line falls, and a positive slope would put the line above 9 at x = 6 rather than at 3.

Question 7 Harder

The graph of 5x - 4y = 60 in the xy-plane crosses the x-axis at one point. What are the coordinates of that point?

Show the answer Choice A

Why it is right

Every point on the x-axis has y = 0, so substitute y = 0 into the equation: 5x - 4(0) = 60, which gives 5x = 60 and x = 12. The crossing point is therefore (12, 0). No rearranging into slope-intercept form is needed, and the check is immediate: 5(12) - 4(0) = 60 satisfies the original equation.

Why each other choice fails

Choice B
Finds x = 12 correctly, then writes the coordinates in the wrong slots. A point on the x-axis has its nonzero coordinate first; (0, 12) sits on the y-axis instead.
Choice C
Sets x = 0 instead of y = 0, which produces -4y = 60 and y = -15, then places that y-value in the x slot. Setting x = 0 finds the y-intercept, not the x-intercept.
Choice D
This is the y-intercept, the point where the graph crosses the vertical axis. It answers a real question about this line, just not the one asked.

Question 8 Harder Student-produced response

In the xy-plane, a line passes through the points (-3, 4) and (5, -12). What is the slope of the line?

Show the answer -2

Why it is right

Take both differences in the same order, second point minus first. The rise is -12 - 4 = -16 and the run is 5 - (-3) = 5 + 3 = 8, so the slope is -16 / 8 = -2. Reversing both differences gives the identical result: (4 - (-12)) / (-3 - 5) = 16 / -8 = -2. A negative slope is the right shape here, since y drops from 4 to -12 while x increases.

Answers students type instead

2
Comes from mismatched subtraction order, such as (4 - (-12)) / (5 - (-3)) = 16 / 8. Reversing only one of the two differences flips the sign, and with no answer choices there is nothing to warn you that the line now rises instead of falls.
-1/2
Inverts the fraction to run over rise, 8 / -16. Slope is always the change in y over the change in x.
-8
Mishandles the double negative in the run, computing 5 - 3 = 2 instead of 5 - (-3) = 8, which gives -16 / 2. Subtracting a negative coordinate adds.

Question 9 Harder

A candle burns at a constant rate. Two hours after it is lit, the candle is 17 centimeters tall; five hours after it is lit, it is 11 centimeters tall. Which equation gives the height h, in centimeters, of the candle t hours after it is lit?

Show the answer Choice B

Why it is right

The two measurements are the points (2, 17) and (5, 11) in the t-h plane. The rate is the slope: (11 - 17) / (5 - 2) = -6 / 3 = -2 centimeters per hour, negative because the candle shrinks. Anchor with (2, 17) in h = mt + b: 17 = -2(2) + b, so 17 = -4 + b and b = 21, the height at t = 0 when the candle was lit. The model is h = -2t + 21, and the second measurement confirms it: -2(5) + 21 = -10 + 21 = 11.

Why each other choice fails

Choice A
Inverts the rate, computing the change in time over the change in height, 3 / -6 = -0.5, then anchoring with (2, 17) to get b = 18. A candle losing half a centimeter per hour would still be 15.5 cm tall at five hours, not 11.
Choice C
Uses the correct rate but treats the height at t = 2 as the starting height. The candle had already been burning for two hours when it measured 17 cm, so the original height was 4 cm greater.
Choice D
Flips the sign of the rate, describing a candle that grows two centimeters per hour. Anchoring 17 = 2(2) + b gives b = 13, but the model then predicts 23 cm at five hours instead of 11.

Question 10 Hardest

The graph of line r in the xy-plane is shown, with two points on the line marked. The equation of line r can be written in the form px + qy = 18, where p and q are constants. What is the value of p?

0 1 2 3 4 5 0 1 2 3 4 5 6 7 8 9 10 line r (1, 7) (4, 1) x y
Line r in the xy-plane, with two lattice points marked.
Show the answer Choice C

Why it is right

From the marked points (1, 7) and (4, 1), the slope is (1 - 7) / (4 - 1) = -6 / 3 = -2, and anchoring with (1, 7) gives 7 = -2(1) + b, so b = 9 and the line is y = -2x + 9. Putting that into standard form gives 2x + y = 9. The required form has a constant of 18, which is twice 9, so multiply every term by 2: 4x + 2y = 18. Therefore p = 4 (and q = 2). Check with a marked point: 4(4) + 2(1) = 16 + 2 = 18.

Why each other choice fails

Choice A
Reports the slope as p. In the form px + qy = c the slope is -p/q, not p; here -p/q = -4/2 = -2, so -2 is the slope the constants produce, not one of the constants.
Choice B
Stops at 2x + y = 9 and reads p from there. That equation describes the same line, but the stem fixes the constant at 18, and scaling 9 up to 18 doubles every other coefficient too.
Choice D
Reports the constant of the unscaled equation 2x + y = 9. The number 9 is the y-intercept of the line and the constant term before scaling, but it is not the coefficient of x.

Question 11 Hardest Student-produced response

In the xy-plane, the graph of ax + 6y = 30 is parallel to the graph of 4x + 3y = 7, where a is a constant. What is the value of a?

Show the answer 8

Why it is right

Parallel lines have equal slopes. For a line in the form ax + by = c the slope is -a/b, so the first line has slope -a/6 and the second has slope -4/3. Setting them equal gives -a/6 = -4/3, so a/6 = 4/3 and a = 6(4/3) = 8. Equivalently, matching coefficients: the second equation scaled by 6/3 = 2 becomes 8x + 6y = 14, whose x-coefficient is 8. The two lines are parallel and distinct, since 14 is not 30.

Answers students type instead

2
Scales by the reciprocal factor, computing a = 4(3/6) = 2. The y-coefficient must grow from 3 to 6, a factor of 2, so the x-coefficient grows from 4 to 8 rather than shrinking.
-8
Comes from dropping one of the two minus signs, for example setting -a/6 = 4/3. Both slopes carry the same negative sign, so the signs cancel and a stays positive.
4.5
Inverts the slope of the second line to -3/4 and solves a/6 = 3/4. In ax + by = c the slope is -a/b, so the coefficient of x sits on top, not underneath.

Question 12 Hardest

In the xy-plane, line w passes through the points (-4, 7) and (2, -5). The point (t, 1) also lies on line w. What is the value of t?

Show the answer Choice C

Why it is right

Build the line first. The slope is (-5 - 7) / (2 - (-4)) = -12 / 6 = -2, and anchoring with (-4, 7) gives 7 = -2(-4) + b, so 7 = 8 + b and b = -1; line w is y = -2x - 1. Verify with the second given point: -2(2) - 1 = -5, which matches. Now the third point has a known y-value, so substitute y = 1 and solve for x: 1 = -2t - 1, so 2 = -2t and t = -1. Check: -2(-1) - 1 = 2 - 1 = 1.

Why each other choice fails

Choice A
Uses slope +2 instead of -2. That gives b = 15 and the equation y = 2x + 15, from which y = 1 yields t = -7. The sign comes from reversing only one of the two differences in the slope.
Choice B
Substitutes x = 1 instead of y = 1, computing y = -2(1) - 1 = -3. The unknown in (t, 1) sits in the x slot, so 1 is the given y-value and t is what must be solved for.
Choice D
Inverts the slope to 6 / -12 = -1/2, which gives b = 5 and the line y = -0.5x + 5; setting y = 1 then yields t = 8. That line passes through (2, 4), not (2, -5).

Common mistakes

  1. Inverting the slope — computing ΔxΔy\frac{\Delta x}{\Delta y}, run over rise. It is the error that survives a check against the anchor point, because the wrong line still passes through the point you anchored with.
  2. Mismatched subtraction ordery2y1x1x2\dfrac{y_2 - y_1}{x_1 - x_2}. Both differences must run the same way; reversing one flips the sign of the answer.
  3. Reading the slope of ax+by=cax+by=c as ab\frac{a}{b} — the minus sign is not optional, and it is missing from a wrong choice on nearly every standard-form item.
  4. Reading it as ba-\frac{b}{a} — the reciprocal of the right answer, which is also the perpendicular slope, so it looks familiar enough to feel correct.
  5. Sign collapse in point-slope — writing y4=m(x3)y - 4 = m(x - 3) for the point (3,4)(3, -4). Substitute with the minus signs visible, then simplify.
  6. Swapping the intercepts — reporting (0,12)(0, 12) when the x-intercept (12,0)(12, 0) was asked for, or setting y=0y = 0 to hunt for the y-intercept.
  7. Treating parallel as identical — inheriting the given line’s intercept along with its slope.
  8. Reversing coordinates — substituting (k,3)(k, 3) as x=3x = 3, y=ky = k. The first slot is always xx.
  9. Converting on autopilot — rearranging into y=mx+by = mx+b when the choices were in standard form all along, then having to convert back under time pressure.
  10. Reading a graph off non-lattice points — eyeballing a crossing at “about 2.3” turns an exact slope into a rounded one, and none of the four choices will be rounded.

FAQ

Do I have to memorize point-slope form? Yes, and it is the cheapest formula on the test to hold: yy1=m(xx1)y - y_1 = m(x - x_1). It is the only form where a slope and a point both drop in without any solving, and it saves the intercept-hunting step entirely on items that never ask for the intercept.

Slope-intercept or standard form — which does the SAT prefer? Neither. It prefers whichever one the answer choices are printed in, and it deliberately mixes them so that reflexive converters lose time. Read the choices before you rearrange anything.

How do I remember that the standard-form slope is ab-\frac{a}{b}? Don’t remember it — rederive it in four seconds. Move axax across: by=ax+cby = -ax + c. Divide by bb: y=abx+cby = -\frac{a}{b}x + \frac{c}{b}. The coefficient of xx is the slope. Doing this once per test day is faster than second-guessing a memorized sign.

If the graph is drawn, why compute anything? Because the drawing is exact only where the line crosses a lattice point. Two crossings you can name to the unit give you an exact slope; anything read between grid lines gives you a number that will not appear among the choices.

Can two points ever fail to determine a line? Only when they share an x-coordinate. Then the run is 00, the slope is undefined, and the line is vertical — written x=5x = 5, not y=y = \ldots at all. It is rare on the Digital SAT but it is the reason the slope formula has a denominator you should glance at before dividing.

Is a grid-in answer allowed to be a fraction or negative? Both. Enter 74-\frac{7}{4} as -7/4 and skip the decimal conversion — an exact fraction always scores, and a truncated decimal may not.