DSAT-1.3

Linear Equations in Two Variables & Their Graphs

Master linear equations in two variables for the Digital SAT: slope-intercept, standard, and point-slope forms, finding slope and intercepts, plus parallel and perpendicular slopes.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Linear Equations in Two Variables & Their Graphs, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Almost every Digital SAT Math section leans on linear equations in two variables, and this topic is the backbone. If you can move fluently between y=mx+by = mx + b, Ax+By=CAx + By = C, and point-slope form, you can answer graph-reading, slope, and intercept questions in seconds instead of minutes.

This lesson shows you how to write a line from almost any starting information, extract slope and intercepts fast, and use the parallel/perpendicular slope rules the test loves to hide inside word problems. We focus purely on the mechanics of a single line here; solving two lines together and no-solution traps live in nearby lessons.

The Three Forms and When Each Wins

A linear equation in two variables graphs as a straight line, and the SAT expects you to recognize it in three costumes. Each form makes one piece of information instantly visible.
FormEquationReveals instantly
Slope-intercepty=mx+by = mx + bslope mm, y-intercept (0,b)(0,b)
StandardAx+By=CAx + By = Cboth intercepts by zeroing a variable
Point-slopeyy1=m(xx1)y - y_1 = m(x - x_1)slope mm and a known point (x1,y1)(x_1, y_1)
Slope-intercept form is your default for graphing and for reading rate-of-change questions. Standard form appears in real-world modeling (a budget like 4x+6y=1204x + 6y = 120) and is fastest for intercepts. Point-slope form is the quickest way to build an equation when you are handed a slope and any single point.

A key exam skill is converting between forms. To go from standard to slope-intercept, solve for yy: from 2x+3y=122x + 3y = 12 you get y=23x+4y = -\frac{2}{3}x + 4, so the slope is 23-\frac{2}{3}. To go from point-slope to slope-intercept, distribute and isolate yy. The Digital SAT often gives an equation in one form but asks a question that a different form answers directly, so practice flipping between them until it is automatic.

Finding Slope and Intercepts

Slope measures steepness and direction: how much yy changes for each unit change in xx. Given two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), usem=y2y1x2x1.m = \frac{y_2 - y_1}{x_2 - x_1}.Order the points consistently on top and bottom or you will flip the sign. A positive slope rises left to right, a negative slope falls, a slope of 00 is a horizontal line y=by = b, and an undefined slope is a vertical line x=ax = a.

The y-intercept is where the line crosses the y-axis, so set x=0x = 0 and solve for yy. The x-intercept is where it crosses the x-axis, so set y=0y = 0 and solve for xx. In standard form this is especially clean: for 5x+2y=205x + 2y = 20, setting y=0y = 0 gives x=4x = 4, and setting x=0x = 0 gives y=10y = 10.

A common misconception is confusing the two intercepts or reading bb as the x-intercept. In y=mx+by = mx + b, the constant bb is always the y-value where x=0x = 0. Another trap: when a line is written as y=7y = 7, students look for a slope term. There is none because the slope is 00; the line is horizontal. Being deliberate about which variable you set to zero prevents most careless errors here.

Parallel and Perpendicular Slopes

The SAT frequently tests the relationship between two lines through their slopes alone.

Parallel lines never intersect and have equal slopes: if line 1 has slope m1m_1 and line 2 is parallel, then m2=m1m_2 = m_1. Their y-intercepts differ, or they would be the same line.

Perpendicular lines meet at a right angle, and their slopes are opposite reciprocals: m1m2=1m_1 \cdot m_2 = -1, so m2=1m1m_2 = -\frac{1}{m_1}. To find a perpendicular slope, flip the fraction and change the sign. The perpendicular to a slope of 34\frac{3}{4} is 43-\frac{4}{3}; the perpendicular to 2-2 is 12\frac{1}{2}.
RelationshipSlope ruleExample pair
Parallelm2=m1m_2 = m_122 and 22
Perpendicularm2=1m1m_2 = -\frac{1}{m_1}22 and 12-\frac{1}{2}
Special cases matter: a horizontal line (slope 00) is perpendicular to a vertical line (undefined slope). The opposite-reciprocal formula breaks down here because you cannot divide by zero, so recognize this pairing visually instead. When a question hands you an equation in standard form and asks for a parallel or perpendicular line, first solve for yy to expose the slope, then apply the rule. This two-step process is one of the most reliable point-earners in the algebra portion of the test.

Writing an Equation from Clues

The most flexible skill is constructing a line from scattered information. Match your strategy to what you are given.

If you have the slope and the y-intercept, plug straight into y=mx+by = mx + b. If you have the slope and one point, use point-slope form yy1=m(xx1)y - y_1 = m(x - x_1), then simplify if the answer choices are in slope-intercept form. If you have two points, first compute the slope with the difference quotient, then feed that slope and either point into point-slope form.

For parallel or perpendicular requirements, extract the reference slope, transform it if needed, then treat it as a known slope with the given point. For instance, to write the line through (2,5)(2, 5) perpendicular to y=13x+1y = \frac{1}{3}x + 1: the reference slope is 13\frac{1}{3}, so the perpendicular slope is 3-3, giving y5=3(x2)y - 5 = -3(x - 2), or y=3x+11y = -3x + 11.

A frequent misstep is picking an answer that has the right slope but uses the wrong point, or vice versa. Always verify by plugging the given point into your final equation; if both sides match, you are done. On the Digital SAT, checking a single point takes ten seconds and eliminates nearly all trap answers.

Key terms

Slope.
The rate of change of a line, m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}, describing vertical change per unit of horizontal change.
Slope-intercept form.
y=mx+by = mx + b, where mm is the slope and bb is the y-coordinate of the y-intercept.
Standard form.
Ax+By=CAx + By = C, a form where intercepts are found quickly by setting one variable to zero.
Point-slope form.
yy1=m(xx1)y - y_1 = m(x - x_1), used to build a line from a slope and a single known point.
y-intercept.
The point where a line crosses the y-axis, found by setting x=0x = 0.
x-intercept.
The point where a line crosses the x-axis, found by setting y=0y = 0.
Parallel lines.
Lines with equal slopes that never intersect.
Perpendicular lines.
Lines meeting at a right angle whose slopes are opposite reciprocals, so m1m2=1m_1 m_2 = -1.

Worked example

Line \ell passes through the point (4,1)(4, -1) and is perpendicular to the line 3x+2y=83x + 2y = 8. What is the equation of line \ell in slope-intercept form?
First find the slope of the given line by solving for yy. Starting from 3x+2y=83x + 2y = 8, subtract 3x3x to get 2y=3x+82y = -3x + 8, then divide by 22: y=32x+4y = -\frac{3}{2}x + 4. So the reference slope is 32-\frac{3}{2}.

Because line \ell is perpendicular, its slope is the opposite reciprocal of 32-\frac{3}{2}. Flip the fraction to 23\frac{2}{3} and change the sign to positive: the slope of \ell is 23\frac{2}{3}.

Now use point-slope form with the point (4,1)(4, -1): y(1)=23(x4)y - (-1) = \frac{2}{3}(x - 4), which is y+1=23x83y + 1 = \frac{2}{3}x - \frac{8}{3}.

Solve for yy: subtract 11 from both sides. Write 11 as 33\frac{3}{3}, so y=23x8333=23x113y = \frac{2}{3}x - \frac{8}{3} - \frac{3}{3} = \frac{2}{3}x - \frac{11}{3}.

Check by plugging in x=4x = 4: 23(4)113=83113=33=1\frac{2}{3}(4) - \frac{11}{3} = \frac{8}{3} - \frac{11}{3} = -\frac{3}{3} = -1, which matches the given point. The equation is y=23x113y = \frac{2}{3}x - \frac{11}{3}.

Practice questions

A line has equation 4x5y=204x - 5y = 20. What is the slope of any line parallel to it?
  1. 54-\frac{5}{4}
  2. 45\frac{4}{5}
  3. 45-\frac{4}{5}
  4. 54\frac{5}{4}

Answer: 45\frac{4}{5}

Solve for yy: 5y=4x+20-5y = -4x + 20, so y=45x4y = \frac{4}{5}x - 4. The slope is 45\frac{4}{5}. Parallel lines share the same slope, so the answer is 45\frac{4}{5}. The choice 54-\frac{5}{4} is the perpendicular slope, a common distractor.
The line y=mx+by = mx + b passes through (0,3)(0, 3) and (2,11)(2, 11). Find the values of mm and bb.

Answer: m=4m = 4 and b=3b = 3

The point (0,3)(0,3) has x=0x = 0, so it is the y-intercept, giving b=3b = 3 directly. For the slope use m=11320=82=4m = \frac{11 - 3}{2 - 0} = \frac{8}{2} = 4. The full equation is y=4x+3y = 4x + 3, so m=4m = 4 and b=3b = 3.
A line passes through (2,6)(-2, 6) with slope 12-\frac{1}{2}. What is its x-intercept?

Answer: (10,0)(10, 0)

Write the line in point-slope form: y6=12(x+2)y - 6 = -\frac{1}{2}(x + 2), which simplifies to y=12x+5y = -\frac{1}{2}x + 5. The x-intercept occurs where y=0y = 0: 0=12x+50 = -\frac{1}{2}x + 5, so 12x=5\frac{1}{2}x = 5 and x=10x = 10. The x-intercept is (10,0)(10, 0).

FAQ

How do I quickly find the slope from standard form without fully rearranging?
For Ax+By=CAx + By = C, the slope is AB-\frac{A}{B}. So 3x+4y=123x + 4y = 12 has slope 34-\frac{3}{4}. This shortcut saves time, but if you ever blank on it, just solve for yy and read the coefficient.
What is the difference between a slope of zero and an undefined slope?
A slope of 00 is a horizontal line like y=5y = 5; yy never changes. An undefined slope is a vertical line like x=5x = 5; xx never changes and the denominator in the slope formula is zero. They are perpendicular to each other.
When should I use point-slope form instead of slope-intercept?
Use point-slope when you know the slope and a point that is not the y-intercept, or when you have two points. It lets you build the equation immediately without solving for bb first, then you can simplify to slope-intercept if the answer choices require it.
How do I find a perpendicular slope from a whole number like 4?
Treat the whole number as 41\frac{4}{1}, flip it to 14\frac{1}{4}, and change the sign to get 14-\frac{1}{4}. The opposite reciprocal of any nonzero slope mm is 1m-\frac{1}{m}.

Learn this with a teacher, not a page

The Crimsora tutor teaches Linear Equations in Two Variables & Their Graphs live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.