A system of two linear equations has one solution, no solution, or infinitely many solutions, and the slopes and intercepts of the two lines decide which case applies. On the digital SAT, these topics sit inside the Algebra domain, about 35% of Math questions, 13 to 15 of the 40 scored items. Slope measures the rate of change in a context problem, and the intercept marks the starting value. Solve a system by substitution, elimination, or graphing. Lines with the same slope and different intercepts never meet, so the system has no solution. Same slope and same intercept give infinitely many solutions, and different slopes always give exactly one solution. Practice every level with our free drills, no signup required.
A linear function graphs as a straight line, and its equation connects an input to an output through a constant rate of change. A system of two linear equations asks where two such lines meet, once, never, or everywhere.
This guide covers slope and intercept meaning in context, writing an equation from points or a slope, solving a system by substitution, elimination, and graphing, and reasoning through how many solutions a system has. It closes with linear function notation and moving between a table, an equation, and a graph. Original worked examples appear throughout so you see the steps before you drill.
Where Linear Functions and Systems Fit in the Algebra Domain
Linear equations in two variables, linear functions, and systems of two linear equations are three of the five skills inside the SAT Math Algebra domain. Algebra makes up about 35% of operational Math questions, 13 to 15 out of the 40 scored questions on the SAT.
The digital SAT Math section runs as 40 scored questions across two modules, split about 75% multiple choice and 25% student-produced response, plus four unscored pretest questions built into the test form. For the full section layout, see our SAT Math section guide. The other two Algebra skills, linear equations in one variable and linear inequalities, live in our SAT Linear Equations and Inequalities guide.
| Algebra skill | Covered in this guide |
|---|---|
| Linear equations in two variables | Yes |
| Linear functions | Yes |
| Systems of two linear equations in two variables | Yes |
| Linear equations in one variable | No |
| Linear inequalities in one or two variables | No |
Slope and Intercept in Context Problems
Slope as a Rate of Change
In a context problem, slope tells you how much the output changes for every one-unit increase in the input. A positive slope means the quantity grows, a negative slope means it shrinks, and the units of slope come from dividing the output unit by the input unit.
Here is an original example. A tank starts with 40 gallons of water and drains at 5 gallons per minute. The volume after m minutes is V = 40 - 5m. The slope, -5, tells you the tank loses 5 gallons every minute.
Intercept as a Starting Value
The intercept is the output value when the input is zero, the starting point before any change happens. In the tank example, the intercept 40 is the number of gallons in the tank at minute zero, before any draining.
Here is a second original example. A rideshare fare starts at a flat $3.50 and adds $2.75 per mile: F = 2.75d + 3.50. The intercept, 3.50, is the base fare charged even for a trip of zero miles. The slope, 2.75, is the rate charged per mile.
Writing Equations From Points, Slopes, and Parallel or Perpendicular Lines
The digital SAT asks you to write an equation for a line given two points on the line, one point and the slope of the line, or one point and a parallel or perpendicular line, and to interpret the graph of a linear equation in the form Ax + By = C in a context.
Writing an Equation From Two Points
Find the slope first, using the change in y over the change in x between the two points. Then plug the slope and either point into point-slope form and simplify.
Here is an original example. A line passes through (2, 15) and (5, 27). The slope is (27 - 15) divided by (5 - 2), which equals 4. Using the point (2, 15): y - 15 = 4(x - 2), so y = 4x + 7.
Writing an Equation From a Point and a Slope, or a Parallel or Perpendicular Line
Parallel lines share the same slope. Perpendicular lines have slopes which multiply to -1, so the perpendicular slope is the negative reciprocal of the original slope.
Here is an original example. Write an equation for the line through (4, 1) perpendicular to y = 2x - 3. The given line has slope 2, so the perpendicular slope is -1/2. Using point-slope form: y - 1 = -1/2(x - 4), which simplifies to y = -0.5x + 3.
Writing and Solving Systems of Two Linear Equations
A system of two linear equations pairs two relationships in the same two variables. Solve it by substitution, elimination, or graphing, whichever method fits the equations in front of you.
Substitution
Isolate one variable in one equation, then substitute the resulting expression into the other equation.
Here is an original example. A school event sells adult tickets for $9 and student tickets for $6. Total tickets sold: 120. Total revenue: $930. Set up two equations: a + s = 120 and 9a + 6s = 930. Isolate s in the first equation: s = 120 - a. Substitute into the second: 9a + 6(120 - a) = 930, which simplifies to 3a + 720 = 930, then 3a = 210, so a = 70 and s = 50.
Elimination
Multiply one or both equations so a variable has matching or opposite coefficients, then add or subtract the equations to cancel it.
Here is an original example. Solve 2x + y = 11 and 3x - y = 9. Adding the two equations cancels y directly: 5x = 20, so x = 4. Substituting back into the first equation: 2(4) + y = 11, so y = 3.
Graphing
Graph both equations on the same coordinate plane and read the coordinates of the point where the two lines cross. Graphing works well when a question already shows two lines and asks for their intersection, or asks how many times the lines meet rather than the exact point.
Number of Solutions: One, None, or Infinite
The digital SAT tests the conditions under which a system of two linear equations has no solution, a unique solution, or infinitely many solutions. The slopes and intercepts of the two equations decide the case, without solving the full system by hand.
The table below sets out each condition.
| Slopes | Intercepts | Number of solutions |
|---|---|---|
| Different | Any | One, the lines cross exactly once |
| Same | Different | None, the lines run parallel |
| Same | Same | Infinite, the equations describe the same line |
One Solution: Different Slopes
Here is an original example. y = 3x + 2 and y = -2x + 7 have different slopes, 3 and -2, so exactly one solution exists. Setting the equations equal: 3x + 2 = -2x + 7, so 5x = 5 and x = 1, giving y = 5.
No Solution: Same Slope, Different Intercepts
Here is an original example. y = 4x - 1 and y = 4x + 6 share slope 4 but have different intercepts, -1 and 6, so no solution exists. The lines run parallel and never meet.
Infinitely Many Solutions: Same Line
Here is an original example. 6x + 2y = 8 and 3x + y = 4 look different at first glance. Dividing the first equation by 2 gives 3x + y = 4, identical to the second equation, so infinitely many solutions exist because both equations describe the same line.
Linear Function Notation, Tables, and Graphs
The digital SAT tests three connected function skills: making connections between a table, an algebraic representation, or a graph of a linear function, writing the rule for a linear function given two input and output pairs, or one pair plus the rate of change, and evaluating a linear function for an input value, or finding the input value for a given output.
Writing a Function Rule From Two Points or a Rate
Treat the two input and output pairs the same way you treat two points on a line: find the slope, then solve for the remaining constant.
Here is an original example. A function f satisfies f(1) = 8 and f(4) = 20. The slope is (20 - 8) divided by (4 - 1), which equals 4. Using the point (1, 8): 8 = 4(1) + b, so b = 4, and f(x) = 4x + 4.
Evaluating a Function and Solving for the Input
Evaluating a function means substituting a given input value and computing the output. Finding an input from an output means setting the function rule equal to the given output and solving for x.
Using f(x) = 4x + 4 from the example above, f(6) = 4(6) + 4 = 28. To find the input value producing an output of 44, solve 4x + 4 = 44, giving x = 10.
Matching a Table, an Equation, and a Graph
A table represents a linear function when equal steps in the input produce equal steps in the output. Exponential functions grow differently, and you'll see the contrast in our exponential functions guide. The step size in the output, divided by the step size in the input, gives the slope.
Here is an original example. A table lists f(1) = 8, f(2) = 12, and f(3) = 16. Each increase of 1 in x adds 4 to f(x), so the slope is 4. Working backward from x = 1 to x = 0 subtracts 4 more, giving f(0) = 4, the y-intercept. The equation is f(x) = 4x + 4, and on a graph the same function appears as a straight line through (0, 4) with slope 4.
Practice Linear Functions and Systems With Us
We built free drill sets for linear equations in two variables and systems of equations, and for linear functions, at three difficulty levels, easy, medium, and hard. Work through every level on the SAT practice hub to turn slope, intercept, and system reasoning into a routine you run without thinking. No signup required.
Sources
Free practice
Put this into practice with free SAT mock tests and topic drills
Written by
Muntasir
Founder of 10Exam. Builds free practice tests, drills and score calculators for the SAT, ACT, GRE, GMAT, TOEFL and IELTS.
All articles by Muntasir →Related Articles
SAT Scores for Scholarships
Your SAT score feeds one kind of scholarship money directly: automatic merit scholarships colleges award based on published score...
Aug 07, 2026SAT Guide for International Students
The SAT costs $111 total outside the US, Puerto Rico, and the US Virgin Islands: a $68 base fee plus a $43 international fee. Some...
Aug 06, 2026SAT Boundaries and Form, Structure and Sense
Standard English Conventions questions make up about 26 percent of the SAT Reading and Writing section, or 11 to 15 questions per...
Aug 06, 2026SAT Rhetorical Synthesis and Transitions
Rhetorical Synthesis and Transitions sit inside the Expression of Ideas domain on the digital SAT Reading and Writing section, tog...
Aug 05, 2026SAT Text Structure and Cross-Text Connections
Text Structure and Purpose and Cross-Text Connections are two of the three skills inside Craft and Structure, a domain worth about...
Aug 05, 2026SAT Words in Context Strategy
Words in Context questions ask you to pick the word or phrase which fits a short passage, and they sit inside Craft and Structure,...
Aug 04, 2026