These Digital SAT Algebra questions ask you to find the point where two lines meet — by substitution or elimination — or to determine whether they meet once, never, or everywhere.
A system of two linear equations asks for the single (x, y) pair that satisfies both equations at once — the point where two lines cross. The Digital SAT gives you two tools to find it: substitution and elimination. Neither is "more correct"; picking the faster one for the system in front of you is the actual skill being tested.
Reach for substitution when one equation already has a variable isolated, or a coefficient of 1 makes isolating it easy — solve for that variable, then swap the expression into the other equation. Reach for elimination when both equations sit in standard form and a variable's coefficients are already equal, opposite, or one multiplication away from lining up — then add or subtract the whole equations to cancel that variable.
Watch elimination work when the coefficients are already set up to cancel.
That system was built to cancel cleanly. Real Digital SAT systems usually need one extra move first — isolating a variable, or scaling an equation — before either method clicks into place. The next two sections cover each in practice.
Substitution is fastest when a variable is already alone on one side. Take y = 3x − 1 and 2x + y = 9: the first equation hands you y already isolated, so replace y in the second equation with 3x − 1: 2x + (3x − 1) = 9, which simplifies to 5x − 1 = 9, so x = 2. Substitute back to find y = 3(2) − 1 = 5.
The habit that saves the most time: substitute the entire expression in parentheses, then distribute — don't try to distribute and substitute in the same mental step. That single parenthesis is what keeps sign errors from creeping in.
Solve the system y = −2x + 9 and 4x + y = 17. What is the value of y?
Most standard-form systems don't arrive pre-aligned like the walkthrough above — you'll need to scale one equation first. Take 3x + 4y = 18 and x + 2y = 8. The y-coefficients are 4 and 2, not opposites yet, but multiplying the second equation by 2 fixes that: 2x + 4y = 16.
Now subtract that scaled equation from the first: (3x + 4y) − (2x + 4y) = 18 − 16, which leaves x = 2. Substitute back into x + 2y = 8 to get 2 + 2y = 8, so y = 3. Check both original equations before moving on: 3(2) + 4(3) = 18 ✓.
Whenever you scale an equation, multiply every term on both sides — including the constant. Forgetting to scale the constant is the single most common elimination error on the Digital SAT.
Every system of two linear equations lands in exactly one of three buckets: one solution (the lines cross once), no solution (the lines are parallel and never meet), or infinitely many solutions (the two equations describe the very same line). You can often tell which bucket you're in without fully solving.
Get both equations into a comparable form — slope-intercept, or matching standard-form coefficients. If the slopes differ, you're guaranteed exactly one solution regardless of the intercepts. If the slopes match but the intercepts don't, the lines are parallel — no solution. If both slope and intercept match, the equations are the same line — infinitely many solutions.
Classify each system below by comparing coefficients — don't solve for x and y.
Don't solve the system. Classify it after comparing the equations' coefficients.
Now put the idea into a parameter question — the version that shows up most on the actual exam. Read the last sentence carefully before touching any algebra.
In the system 3x + y = 7 and 6x + 2y = k, k is a constant. If the system has no solution, which value could NOT be k?
The goal is to glance at a system and immediately know which method to reach for — and to classify no-solution or infinite-solution systems without wasting time solving them out fully. Mix all three skills below.
Attempt each one before revealing the answer.
Solve by substitution: y = x + 3 and 2x + y = 12.
Solve by elimination: x + y = 10 and x − y = 2.
Classify without solving: 4x + 6y = 12 and 2x + 3y = 6.
Classify without solving: x − 2y = 5 and x − 2y = 9.
A store sells adult tickets for $8 and child tickets for $5. 100 tickets were sold for $650 total. Write a system for the number of adult tickets a and child tickets c.
Solve the system from the previous drill: a + c = 100 and 8a + 5c = 650.
Systems reuse the exact same slope-and-intercept thinking as a single line — if the coefficient comparisons above still feel slow, it's worth revisiting linear equations in two variables before moving on.
Here are five practice problems that help you hone your skills. Use the same method we learned earlier above to solve these problems. Remember, practice makes perfect.
Solve the system y = 4x − 5 and 3x + y = 9. What is x?
Solve the system 3x + 2y = 16 and x + 2y = 8. What is x?
How many solutions does the system 6x − 3y = 12 and 2x − y = 4 have?
Gym A charges a $40 signup fee plus $20 per month. Gym B charges a $10 signup fee plus $25 per month. After how many months do the two gyms cost the same total amount?
In the system 3x + y = 7 and 6x + 2y = k, k is a constant. For which value of k does the system have infinitely many solutions?
Related: Linear equations in one variable · Linear equations in two variables · Linear functions · Linear inequalities · SAT Math overview