Systems of Equations on the Digital SAT: Methods, Desmos & Practice
Learn SAT systems of equations with substitution, elimination, graphing, no/infinite solutions, word problems, Desmos strategy, and original practice.
Systems of two linear equations are an official SAT Algebra skill.
You should be able to:
- solve a system;
- interpret the intersection;
- recognize one/no/infinite solutions;
- build a system from a word problem;
- connect equations to graphs.
The fastest method may be substitution, elimination, or Desmos.
What is a system?
A system asks for values that make multiple equations true at the same time.
Example:
[ y=2x+1 ]
[ 3x+y=16 ]
Substitute (2x+1) for (y):
[ 3x+2x+1=16 ]
[ 5x=15 ]
[ x=3 ]
Then:
[ y=2(3)+1=7 ]
Solution:
[ (3,7) ]
Graphically, that is the intersection of the two lines.
Method 1: substitution
Best when:
- one variable is already isolated;
- isolating a variable is easy.
Example
[ y=4x-5 ]
[ 2x+y=13 ]
Substitute:
[ 2x+4x-5=13 ]
[ 6x=18 ]
[ x=3 ]
Then:
[ y=7 ]
Method 2: elimination
Best when coefficients already match or can easily be made to match.
Example
[ 2x+3y=19 ]
[ 2x-y=7 ]
Subtract the second equation from the first:
[ 4y=12 ]
[ y=3 ]
Substitute:
[ 2x-3=7 ]
[ 2x=10 ]
[ x=5 ]
Solution:
[ (5,3) ]
Method 3: graphing / Desmos
Graph both equations.
The intersection gives the solution.
This is especially efficient when:
- coefficients are awkward;
- the answer choices are numeric;
- equations are naturally graphable.
Example:
[ y=1.7x+2.4 ]
[ y=-0.8x+14.9 ]
Graph both. Read the intersection.
You do not earn extra SAT points for using elimination instead.
When Desmos is not the best method
If the equations are:
[ x+y=10 ]
[ x-y=2 ]
adding immediately gives:
[ 2x=12 ]
[ x=6 ]
then (y=4).
Typing both into Desmos would probably be slower.
One solution, no solution, infinite solutions
One solution
Different slopes.
The lines intersect once.
No solution
Same slope, different intercept.
Parallel lines.
Example:
[ y=3x+2 ]
[ y=3x-5 ]
No intersection.
Infinite solutions
Same line written differently.
Example:
[ 2x+4y=10 ]
[ x+2y=5 ]
The first equation is exactly twice the second.
SAT coefficient questions
Example
For what value of (k) does the system have no solution?
[ y=4x+7 ]
[ 2y=kx-3 ]
Rewrite the second:
[ y=\frac{k}{2}x-\frac{3}{2} ]
For no solution, slopes must match:
[ \frac{k}{2}=4 ]
[ k=8 ]
The intercepts are already different, so the lines are parallel. If either equation instead had a variable in the denominator, you'd be working with a rational equations system rather than a pure linear one.
Word problems
Example: tickets
A theater sells adult tickets for $18 and student tickets for $11. It sells 80 tickets for a total of $1,174.
Let:
- (a) = adult tickets
- (s) = student tickets
System:
[ a+s=80 ]
[ 18a+11s=1174 ]
From the first:
[ s=80-a ]
Substitute:
[ 18a+11(80-a)=1174 ]
[ 18a+880-11a=1174 ]
[ 7a=294 ]
[ a=42 ]
So 42 adult tickets were sold.
The hidden-system problem
Sometimes the SAT does not explicitly show two equations.
Example:
“A line passes through (2, 7) and (5, 16). What is its y-intercept?”
Use two point conditions to determine slope/intercept.
Slope:
[ m=\frac{16-7}{5-2}=3 ]
Use (y=3x+b).
At (2,7):
[ 7=6+b ]
[ b=1 ]
This is system-style reasoning even if it is presented as a line problem — the slope/intercept steps come straight from linear equations.
Linear vs nonlinear systems
SAT Algebra includes systems of two linear equations.
Advanced Math can include systems where one equation is nonlinear, such as a line and parabola.
Example:
[ y=x+2 ]
[ y=x^2-4 ]
Set equal:
[ x+2=x^2-4 ]
[ x^2-x-6=0 ]
[ (x-3)(x+2)=0 ]
So (x=3) or (-2).
That final step — solving (x^2-x-6=0) — is straight out of quadratic equations. It belongs to a different skill family than a pure two-line system.
Common traps
Trap 1: finding x but the question asks for x+y
Read the final sentence again.
Trap 2: mixing equations
When substituting, replace the entire variable expression correctly.
Trap 3: no solution vs infinitely many
Same slope:
- different intercept → no solution;
- same intercept → infinite solutions.
Trap 4: interpreting an intersection incorrectly
In context, the x-coordinate and y-coordinate mean different quantities.
Trap 5: trusting an ugly Desmos decimal without checking
Zoom, inspect, and verify whether the question expects an exact value.
Original mini-practice
1
[ y=3x+2 ] [ x+y=18 ]
Find (x).
2
[ 4x+2y=14 ] [ 2x+y=7 ]
How many solutions?
A. 0
B. 1
C. infinitely many
D. cannot determine
3
For what value of (k) will the system have no solution?
[ y=-2x+5 ] [ 3y=kx+4 ]
4
A school sells 120 event tickets. Adult tickets cost $15 and student tickets cost $9. Total revenue is $1,440. How many adult tickets were sold?
5
[ x+y=9 ] [ x-y=1 ]
What is (xy)?
Answers
-
4
(x+3x+2=18\Rightarrow4x=16). -
C
The first equation is twice the second. -
-6
Second equation: (y=(k/3)x+4/3). Match slope (-2): (k/3=-2). -
60
(a+s=120), (15a+9s=1440). Substitute to get (6a=360). -
20
Add equations: (2x=10\Rightarrow x=5), (y=4), product 20.
What to learn next
- linear functions;
- quadratics;
- nonlinear systems;
- inequalities.
See the rest of our SAT Math guides.
Official references
- College Board, Algebra: https://satsuite.collegeboard.org/sat/whats-on-the-test/math/types/algebra
- College Board, Student Question Bank skills: https://satsuite.collegeboard.org/practice/student-question-bank/math
Trademark note: SAT® is a registered trademark of College Board. ACT® is a registered trademark of ACT Education Corp. MastaPrep is not affiliated with, endorsed by, or sponsored by College Board or ACT Education Corp.
Read next
Spotted a mistake in this article? Tell us and we will correct it and note the change.