A linear equation in two variables describes every point on a straight line, and the SAT expects you to move fluently between its different forms. This guide covers standard form, slope-intercept form, what a "solution" means graphically, two full worked examples, and how parallel and perpendicular lines fit into the same framework.
What a linear equation in two variables represents
An equation like \(3x + 2y = 12\) has infinitely many solutions — every pair \((x, y)\) that makes the equation true. Plotted on a coordinate plane, those solutions form a straight line. This is the key conceptual shift from one-variable equations: instead of one number, you get a whole set of ordered pairs, visualized as a line.
The SAT tests this idea directly by asking things like "which of the following points lies on the line \(3x + 2y = 12\)?" — you simply substitute the given \(x\) and \(y\) values and check whether the equation holds. A point that doesn't satisfy the equation isn't on the line, no matter how close it looks on a rough sketch.
The two forms you must know
| Form | General shape | Best for |
|---|---|---|
| Standard form | \(Ax + By = C\) | Finding intercepts quickly, systems of equations |
| Slope-intercept form | \(y = mx + b\) | Reading slope and y-intercept directly, graphing |
| Point-slope form | \(y - y_1 = m(x - x_1)\) | Building an equation from one point plus a slope |
In standard form, the x-intercept (where the line crosses the x-axis) is found by setting \(y = 0\) and solving for \(x\). The y-intercept is found by setting \(x = 0\) and solving for \(y\). This is often faster than converting to slope-intercept form first if all you need are the intercepts.
Converting between forms
To go from standard form \(Ax + By = C\) to slope-intercept form, isolate \(y\):
- Start with \(Ax + By = C\)
- Subtract \(Ax\) from both sides: \(By = -Ax + C\)
- Divide every term by \(B\): \(y = -\dfrac{A}{B}x + \dfrac{C}{B}\)
This shows that in standard form, the slope is always \(-\dfrac{A}{B}\) and the y-intercept is \(\dfrac{C}{B}\) — worth recognizing on sight so you don't have to redo this conversion from scratch every time.
Worked example
The equation \(4x - 3y = 18\) is given. Find the slope, the y-intercept, and the x-intercept.
- Isolate \(y\): subtract \(4x\) from both sides: \(-3y = -4x + 18\)
- Divide everything by \(-3\): \(y = \dfrac{4}{3}x - 6\)
- Read the slope directly: \(m = \dfrac{4}{3}\)
- Read the y-intercept directly: \(b = -6\), so the point is \((0, -6)\)
- Find the x-intercept by setting \(y = 0\) in the original equation: \(4x - 3(0) = 18\)
- Solve: \(4x = 18\), so \(x = 4.5\), giving the point \((4.5, 0)\)
Second worked example: writing an equation from a point and a parallel line
Write, in slope-intercept form, the equation of a line that passes through \((4, -1)\) and is parallel to the line \(2x + y = 7\).
- Find the slope of the given line by rewriting it in slope-intercept form: \(y = -2x + 7\), so its slope is \(-2\).
- Parallel lines always share the same slope, so the new line also has slope \(-2\).
- Use point-slope form with the point \((4, -1)\) and \(m = -2\): \(y - (-1) = -2(x - 4)\)
- Simplify: \(y + 1 = -2x + 8\)
- Subtract \(1\) from both sides: \(y = -2x + 7\)
Interestingly, this new line simplifies to the exact same equation as the original — which makes sense only if \((4,-1)\) already lies on the original line. Always sanity-check a result like this: substituting \((4,-1)\) into \(2x + y = 7\) gives \(8 - 1 = 7\), confirming the point really is on that line, so the "parallel line" through it is simply the same line. A slightly different point would have produced a genuinely distinct parallel line with the same slope but a different y-intercept.
Why this topic connects everything else in Algebra
A linear equation in two variables is the same object as a linear function written differently, it's the building block of systems of two linear equations, and its graph is exactly what's covered in Graphing Linear Equations for the SAT. If you understand this topic solidly, three of the five Algebra subtopics start to feel like variations on one idea rather than five separate things to memorize.
- Same line, different form: standard form and slope-intercept form always describe identical lines when derived correctly — converting between them never changes the graph.
- Parallel lines share the same slope; perpendicular lines have slopes that are negative reciprocals of each other.
- A vertical line (\(x = k\)) has an undefined slope and is not a function.
- A horizontal line (\(y = k\)) has a slope of exactly \(0\) and is a function — every input produces the same output.
Tip: if a question gives you standard form and only asks for slope, don't fully solve for \(y\) — just compute \(-\dfrac{A}{B}\) directly. It saves a step every time.
Perpendicular lines: the one relationship worth memorizing alongside parallel
Two lines are perpendicular when their slopes multiply to \(-1\) — equivalently, when one slope is the negative reciprocal of the other. If a line has slope \(\dfrac{2}{3}\), any line perpendicular to it has slope \(-\dfrac{3}{2}\). The SAT tests this by giving you one line's equation and a single point, then asking for the equation of a line through that point perpendicular to the first — solved with exactly the point-slope method above, just with the reciprocal slope instead of the identical one. The two ideas are easy to mix up under time pressure, so it helps to say the rule out loud: same slope for parallel, flipped-and-negated slope for perpendicular.
Frequently asked questions
Is there a fastest way to find intercepts without converting forms?
Yes. In standard form \(Ax + By = C\), set the other variable to zero and solve — no conversion needed. This is quicker than converting to slope-intercept form first when intercepts are all you need.
Can a linear equation in two variables have only one solution?
Not on its own — a single linear equation in two variables always has infinitely many solutions, forming a line. A unique solution only appears when you pair it with a second equation, which is exactly what a system of equations does.
How do I know if two equations represent the same line or just parallel lines?
Convert both to slope-intercept form and compare. If the slopes and y-intercepts both match, they're the same line written two different ways. If the slopes match but the y-intercepts differ, they're distinct parallel lines that never intersect.
Where can I practice this topic specifically?
Topic-wise SAT Math practice on GetSATMath includes a dedicated set for Linear equations in two variables at Easy, Medium, and Hard difficulty, each with instant scoring and full explanations, so you can drill conversions and intercepts until they're automatic. You'll also find related sets across the full SAT Math guide library.