Logo The School of Mathematics
The School of Mathematics
HomeExamsAbout usBlogs
LoginSign Up
The School of Mathematics

Structured exam preparation with rigorous quizzes and targeted practice to improve your score.

Navigation

  • Home
  • About Us
  • Contact Us
  • Blogs

Exams

  • All Exams

Information

  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Editorial Policy
  • Our Methodology
  • Contact Us

© 2026 The School of Mathematics. All rights reserved.

Made with ❤️ for quiz enthusiasts

Digital SAT Math Practice Problems: Solving Systems & Special Cases
Free 2,500+ SAT Math Practice Problems Full-length QBank with instant answer explanations
Start SAT Math QBank →
SAT Math · Algebra

Digital SAT Math Practice Problems: Solving Systems & Special Cases

Beyond just solving a system of equations for x and y, Digital SAT Math frequently tests a deeper layer of understanding: how many solutions a system has, what makes two equations represent the same line versus parallel lines, how to identify a missing equation that would create no solution or infinitely many solutions, and how to read an intersection point directly off two graphed lines. These "special case" questions trip up students who only practiced mechanical substitution and elimination, because they require recognizing the relationship between the coefficients of two equations rather than grinding through algebra.

The 31 problems below cover this full range, including several "which equation completes a no-solution system" problems, systems with three equations, a quadratic-linear system with no real solution, and elimination shortcuts for finding a target expression without solving for x and y individually. Every problem includes a complete step-by-step explanation, hidden by default so you can test yourself honestly before checking your work. The key skill to master here is comparing coefficient ratios: if two equations have the same ratio of x-coefficient to y-coefficient but a different constant, the system has no solution; if every ratio matches including the constant, it has infinitely many. For unlimited additional practice, our free SAT Math QBank has over 2,500 more problems across every SAT Math topic, each with instant explanations.

Jump to a problem

  1. 1. The solution to the system of equations...
  2. 2. 2x − 2y = 2. One of...
  3. 3. y = 18x + 25 and y...
  4. 4. 3x + 5y = 8 and 9x...
  5. 5. mx + ky = −83 and 2x...
  6. 6. 2x + y = 8 and ax...
  7. 7. 2x = −4 and 2x + y...
  8. 8. A small business budgeted $1,000 to spend...
  9. 9. 3x + y = 12 and x...
  10. 10. 4x − 16y = 8. One of...
  11. 11. y = −(1/9)x and y = (1/7)x....
  12. 12. 3x − 4y = 5 and x...
  13. 13. 4x − 16y = 8. One of...
  14. 14. Which system of linear equations has no...
  15. 15. 8x + 7y = 58 and 8x...
  16. 16. 5x = 50y − 125. One of...
  17. 17. x + 4y = −16, 5x +...
  18. 18. x + 5y = −18, 6x +...
  19. 19. y = 6x² − 36x + 56...
  20. 20. 2(9x) + 5(8y) = 284 and 2(9x)...
  21. 21. Two customers bought the same kind of...
  22. 22. Which system of linear equations has no...
  23. 23. 9x + 5y = 19 and −9x...
  24. 24. 31(x − n) = 31y + 31n....
  25. 25. At what point (x, y) do the...
  26. 26. 2x + 5y = 3 and 8x...
  27. 27. 3x − 2y = 5 and x...
  28. 28. y = −(1/3)x and y = (1/5)x....
  29. 29. y = −(1/7)x and y = (1/11)x....
  30. 30. x = 2 + 8y and x...
  31. 31. 3x + 5y = 21 and y...
1Solving a System Using Elimination

The solution to the system of equations 5x + 4y = 44 and 3x − 7y = 17 is (x, y). What is the value of 8x − 3y?

Answer Explanation

Multiply the first equation by 7 and the second by 4 to align the y-coefficients: 35x + 28y = 308 and 12x − 28y = 68. Adding these eliminates y: 47x = 376, so x = 8.

Substitute x = 8 into the first equation: 5(8) + 4y = 44, so 40 + 4y = 44, giving y = 1. Then 8x − 3y = 8(8) − 3(1) = 64 − 3 = 61.

2Identifying a System with Exactly One Solution

2x − 2y = 2. One of the two linear equations in a system is given. The system has exactly one solution. Which equation could be the second equation in this system?

  • A) −8x + 8y = 3
  • B) 3x − 3y = 8
  • C) −10x + 8y = 5
  • D) −x + y = −1
Answer Explanation

Simplify the given equation: x − y = 1. A system has exactly one solution only when the second equation has a different ratio of x-coefficient to y-coefficient than 1 : −1.

Options A, B, and D all simplify to the same ratio (1 : −1) as the original — making them either parallel (no solution) or the same line (infinite solutions). Option C has coefficients −10 and 8, giving a ratio of −10/8, which is different from 1/−1, so the lines intersect at exactly one point. The correct answer is C.

3Solving a System by Setting Equations Equal

y = 18x + 25 and y = −14x − 7. What is the solution (x, y) to the given system of equations?

  • A) (−7, 25)
  • B) (−1, 7)
  • C) (7, −1)
  • D) (25, −7)
Answer Explanation

Since both equations equal y, set them equal to each other: 18x + 25 = −14x − 7.

Add 14x to both sides: 32x + 25 = −7, so 32x = −32, giving x = −1. Substitute back: y = 18(−1) + 25 = 7. The solution is (−1, 7). The correct answer is B.

4Describing a Family of Solutions

3x + 5y = 8 and 9x + 15y = 24. For each real number r, which of the following points lies on the graph of each equation in the xy-plane for the given system?

  • A) (r, −5r/3 + 8/3)
  • B) (r, 3r/5 + 8/5)
  • C) (−5r/3 + 8/3, r)
  • D) (r/3 + 8, −r/3 + 24)
Answer Explanation

Notice the second equation is exactly 3 times the first (3 × (3x+5y) = 9x+15y, and 3 × 8 = 24), so both equations describe the same line — there are infinitely many solutions, one for every value of y.

Let y = r and solve the first equation for x: 3x = 8 − 5r, so x = 8/3 − 5r/3 = −5r/3 + 8/3. That gives the point (−5r/3 + 8/3, r). The correct answer is C.

5Using a Shared Intersection Point

mx + ky = −83 and 2x + ky = 22. In the given system, m and k are constants. The graphs of these equations intersect at the point (5, y). What is the value of m?

Answer Explanation

Substitute x = 5 into the second equation to find ky: 2(5) + ky = 22, so 10 + ky = 22, giving ky = 12.

Substitute x = 5 into the first equation: 5m + ky = −83. Since ky = 12: 5m + 12 = −83, so 5m = −95, giving m = −19.

6Recognizing Infinite Solutions

2x + y = 8 and ax + 3y = 24. In the given system of equations, a is a constant. The system has infinitely many solutions. What is the value of a?

Answer Explanation

For infinitely many solutions, every ratio between the two equations must match: the x-coefficients, y-coefficients, and constants must all scale by the same factor.

Comparing y-coefficients and constants: 3/1 = 3 and 24/8 = 3, so the scale factor is 3. Applying that to the x-coefficients: a/2 = 3, so a = 6.

7Solving a System by Substitution

2x = −4 and 2x + y = −2. The solution to the given system of equations is (x, y). What is the value of 4x + y?

  • A) −6
  • B) −2
  • C) 2
  • D) 8
Answer Explanation

From the first equation, x = −2. Substitute into the second equation: 2(−2) + y = −2, so −4 + y = −2, giving y = 2.

Then 4x + y = 4(−2) + 2 = −8 + 2 = −6. The correct answer is A.

8Writing a System from a Word Problem

A small business budgeted $1,000 to spend on printers and toner cartridges. The small business paid $300 for each printer and $50 for each toner cartridge. The entire budget was spent to purchase 2 printers and several toner cartridges. How many toner cartridges were purchased?

  • A) 3
  • B) 8
  • C) 12
  • D) 20
Answer Explanation

Two printers cost 2 × $300 = $600. That leaves $1,000 − $600 = $400 for toner cartridges.

Divide the remaining budget by the cost per cartridge: $400 ÷ $50 = 8 cartridges. The correct answer is B.

9Solving a System by Substitution

3x + y = 12 and x − 3y = 0. The solution to the given system is (x, y). What is the value of x?

Answer Explanation

From the second equation, x = 3y. Substitute into the first equation: 3(3y) + y = 12, so 9y + y = 12, giving 10y = 12 and y = 1.2.

Then x = 3(1.2) = 3.6.

10Identifying a No-Solution Companion Equation

4x − 16y = 8. One of the two equations in a system of linear equations is given. The system has no solution. Which equation could be the second equation in this system?

  • A) x − 8y = 0
  • B) (1/2)x − 2y = 1
  • C) (1/2)x − 2y = 0
  • D) x − 4y = 2
Answer Explanation

Simplify the given equation by dividing by 4: x − 4y = 2. For no solution, the second equation needs the exact same coefficient ratio (1 to −4) but a different constant.

Option C, (1/2)x − 2y = 0, doubles to x − 4y = 0 — the same ratio as the original, but a different constant (0 instead of 2), making the lines parallel with no intersection. (Option D is identical to the original equation, giving infinite solutions instead.) The correct answer is C.

11Solving a System by Setting Equations Equal

y = −(1/9)x and y = (1/7)x. The solution to the given system of equations is (x, y). What is the value of x?

  • A) −9
  • B) −2
  • C) 0
  • D) 7
Answer Explanation

Set the two expressions for y equal: −x/9 = x/7. Multiply both sides by 63 to clear denominators: −7x = 9x.

Add 7x to both sides: 0 = 16x, so x = 0. The correct answer is C.

12Solving a System by Substitution

3x − 4y = 5 and x = 7. What is the solution (x, y) to the given system of equations?

  • A) (7, 4)
  • B) (7, 12)
  • C) (7, −12)
  • D) (7, −4)
Answer Explanation

Substitute x = 7 into the first equation: 3(7) − 4y = 5, so 21 − 4y = 5.

Subtract 21 from both sides: −4y = −16, so y = 4. The solution is (7, 4). The correct answer is A.

13Identifying a No-Solution Companion Equation

4x − 16y = 8. One of the two equations in a system of linear equations is given. The system has no solution. Which of the following could be the second equation in this system?

  • A) x − 8y = 0
  • B) (1/2)x − 2y = 1
  • C) (1/2)x − 2y = 0
  • D) x − 4y = 2
Answer Explanation

This uses the same setup as the earlier problem: simplify 4x − 16y = 8 by dividing by 4 to get x − 4y = 2.

Option C doubles to x − 4y = 0, matching the coefficient ratio of the original equation but with a different constant — parallel lines, no solution. The correct answer is C.

14Identifying a No-Solution System

Which system of linear equations has no solution?

  • A) −2x + 8y = −5 and 2x − 8y = 5
  • B) 2x − 8y = 5 and 3x + 9y = 6
  • C) 2x − 8y = 5 and −6x + 24y = −15
  • D) −2x + 8y = 5 and 4x − 16y = 10
Answer Explanation

Check each pair for the same coefficient ratio with a different constant. In option A, multiplying the first equation by −1 gives 2x − 8y = 5, identical to the second equation — infinitely many solutions, not none. In option C, multiplying the first equation by −3 gives −6x + 24y = −15, again identical to the second — also infinitely many.

In option D, multiplying the first equation by −2 gives 4x − 16y = −10, which has the same coefficients as the second equation but a different constant (−10 vs. 10) — parallel lines with no solution. The correct answer is D.

15Solving a System Using Elimination

8x + 7y = 58 and 8x + 21y = 142. The solution to the system is (x, y). What is the value of 14y?

  • A) 2
  • B) 6
  • C) 84
  • D) 200
Answer Explanation

Since both equations share the same 8x term, subtract the first equation from the second to eliminate x directly: (8x + 21y) − (8x + 7y) = 142 − 58.

That gives 14y = 84 immediately — exactly the value the question asks for. The correct answer is C.

16Identifying a No-Solution Companion Equation

5x = 50y − 125. One of the two equations in a system of linear equations is given. The system has no solution. Which equation could be the second equation in this system?

  • A) x = 2y
  • B) (1/5)x = 2y
  • C) x = 10y − 25
  • D) x/5 = 10y − 25
Answer Explanation

Divide the given equation by 5: x = 10y − 25. For no solution, the second equation needs the same relationship between x and y (coefficient of y equal to 10) but a different constant.

Option B, (1/5)x = 2y, multiplies out to x = 10y — the same coefficient of y (10) as the original, but a different constant (0 instead of −25), making the lines parallel with no intersection. (Options C and D are both identical to the original equation, giving infinite solutions instead.) The correct answer is B.

17Counting Solutions to a System of Three Equations

x + 4y = −16, 5x + 20y = 0, and 3x + 12y = 34 are graphed in the xy-plane. How many solutions (x, y) does the system of three equations have?

  • A) Zero
  • B) Exactly one
  • C) Exactly two
  • D) Infinitely many
Answer Explanation

Multiply the first equation by 5: 5x + 20y = −80. But the second equation states 5x + 20y = 0. Since −80 ≠ 0, these two equations alone already contradict each other.

Because the first two equations can't be satisfied simultaneously, the full system of three has no solution at all. The correct answer is A.

18Counting Solutions to a System of Three Equations

x + 5y = −18, 6x + 30y = 0, and 4x + 20y = 28 are graphed in the xy-plane. How many solutions (x, y) does the system of equations have?

  • A) Zero
  • B) Exactly one
  • C) Exactly two
  • D) Infinitely many
Answer Explanation

Multiply the first equation by 6: 6x + 30y = −108. But the second equation states 6x + 30y = 0. Since −108 ≠ 0, these two equations directly contradict each other.

Since the first two equations alone are already inconsistent, the full system has no solution. The correct answer is A.

19Counting Solutions to a Nonlinear System

y = 6x² − 36x + 56 and y + 3 = 0. How many solutions are there to the given system of equations?

  • A) There is exactly 1 solution.
  • B) There are exactly 2 solutions.
  • C) There are exactly 3 solutions.
  • D) There are no solutions.
Answer Explanation

The second equation gives y = −3. Substitute into the first equation: −3 = 6x² − 36x + 56, which rearranges to 6x² − 36x + 59 = 0.

Check the discriminant: b² − 4ac = (−36)² − 4(6)(59) = 1,296 − 1,416 = −120. A negative discriminant means there are no real solutions — the parabola never reaches y = −3. The correct answer is D.

20Solving a System Using Elimination

2(9x) + 5(8y) = 284 and 2(9x) − 5(8y) = −356. The solution to the given system of equations is (x, y). What is the value of 9x + 8y?

  • A) −82
  • B) −18
  • C) 46
  • D) 64
Answer Explanation

Let A = 9x and B = 8y to simplify: 2A + 5B = 284 and 2A − 5B = −356. Adding these equations eliminates B: 4A = −72, so A = 9x = −18.

Subtracting the equations eliminates A instead: 10B = 640, so B = 8y = 64. Then 9x + 8y = −18 + 64 = 46. The correct answer is C.

21Writing and Solving a System from a Word Problem

Two customers bought the same kind of cheese and milk at a store. The first customer paid $12.45 for 1 pound of cheese and 2 gallons of milk. The second customer paid $19.70 for 3 pounds of cheese and 1 gallon of milk. What is the cost, in dollars, of 1 gallon of milk?

  • A) 3.53
  • B) 4.15
  • C) 4.93
  • D) 5.39
Answer Explanation

Let c = cost per pound of cheese and m = cost per gallon of milk. The two purchases give: c + 2m = 12.45 and 3c + m = 19.70.

From the first equation, c = 12.45 − 2m. Substitute into the second: 3(12.45 − 2m) + m = 19.70, so 37.35 − 6m + m = 19.70, giving 37.35 − 5m = 19.70. Then −5m = −17.65, so m = 3.53. The correct answer is A.

22Identifying a No-Solution System

Which system of linear equations has no solution?

  • A) −5x + 9y = −8 and 5x − 9y = 8
  • B) 5x − 9y = 8 and 6x + 10y = 9
  • C) 5x + 9y = 8 and −15x + 27y = −24
  • D) −5x + 9y = 8 and 10x − 18y = 16
Answer Explanation

In option A, multiplying the first equation by −1 gives 5x − 9y = 8, identical to the second equation — infinitely many solutions. In option C, the coefficient ratios (−15/5 = −3 and 27/9 = 3) don't match each other, so the lines intersect at one point.

In option D, multiplying the first equation by −2 gives 10x − 18y = −16, which matches the second equation's coefficients but not its constant (−16 vs. 16) — parallel lines, no solution. The correct answer is D.

23Solving a System Using Elimination

9x + 5y = 19 and −9x − 3y = 7. The solution to the given system of equations is (x, y). What is the value of 2y?

Answer Explanation

Add the two equations directly — the x-terms cancel: (9x + 5y) + (−9x − 3y) = 19 + 7.

That gives 2y = 26 immediately.

24Identifying a No-Solution Companion Equation

31(x − n) = 31y + 31n. One of the equations in a system of two linear equations is given, where n is a positive constant. The system has no solution. Which equation could be the second equation in this system?

  • A) 3x − 3y = 6n
  • B) 3x + 3y = 3n
  • C) 3x + 3y = 6n
  • D) 3x − 3y = 3n
Answer Explanation

Simplify the given equation by dividing by 31: x − n = y + n, which rearranges to x − y = 2n, or (multiplying by 3) 3x − 3y = 6n.

For no solution, the second equation needs the same coefficient ratio (3 to −3) but a different constant than 6n. Option D, 3x − 3y = 3n, has that same ratio with constant 3n — different from 6n since n is a positive constant — making the lines parallel. (Option A is identical to the derived equation, giving infinite solutions instead.) The correct answer is D.

25Finding an Intersection Point

At what point (x, y) do the graphs of the equations y = 2x + 4 and y = 3x − 6 intersect in the xy-plane?

  • A) (2, 3)
  • B) (3, 2)
  • C) (10, 24)
  • D) (24, 10)
Answer Explanation

Set the two expressions for y equal to each other: 2x + 4 = 3x − 6.

Subtract 2x from both sides: 4 = x − 6, so x = 10. Substitute back: y = 2(10) + 4 = 24. The intersection point is (10, 24). The correct answer is C.

26Describing a Family of Solutions

2x + 5y = 3 and 8x + 20y = 12. For each real number r, which of the following points lies on the graph of each equation in the xy-plane for the given system?

  • A) (r, −5r/2 + 3/2)
  • B) (r, 2r/5 + 3/5)
  • C) (r/4 + 3, −r/4 + 12)
  • D) (−5r/2 + 3/2, r)
Answer Explanation

Notice the second equation is exactly 4 times the first (4 × (2x+5y) = 8x+20y, and 4 × 3 = 12), so both equations describe the same line, with infinitely many solutions.

Let y = r and solve the first equation for x: 2x = 3 − 5r, so x = 3/2 − 5r/2 = −5r/2 + 3/2. That gives the point (−5r/2 + 3/2, r). The correct answer is D.

27Solving a System by Substitution

3x − 2y = 5 and x = 7. What is the solution (x, y) to the given system of equations?

  • A) (7, 8)
  • B) (7, 14)
  • C) (7, −8)
  • D) (7, −14)
Answer Explanation

Substitute x = 7 into the first equation: 3(7) − 2y = 5, so 21 − 2y = 5.

Subtract 21 from both sides: −2y = −16, so y = 8. The solution is (7, 8). The correct answer is A.

28Solving a System by Setting Equations Equal

y = −(1/3)x and y = (1/5)x. The solution to the given system of equations is (x, y). What is the value of x?

  • A) −3
  • B) 0
  • C) 2
  • D) 5
Answer Explanation

Set the two expressions for y equal: −x/3 = x/5. Multiply both sides by 15 to clear denominators: −5x = 3x.

Add 5x to both sides: 0 = 8x, so x = 0. The correct answer is B.

29Solving a System by Setting Equations Equal

y = −(1/7)x and y = (1/11)x. The solution to the given system of equations is (x, y). What is the value of x?

  • A) −7
  • B) 0
  • C) 4
  • D) 11
Answer Explanation

Set the two expressions for y equal: −x/7 = x/11. Multiply both sides by 77 to clear denominators: −11x = 7x.

Add 11x to both sides: 0 = 18x, so x = 0. The correct answer is B.

30Solving a System by Substitution

x = 2 + 8y and x = 4 − 8y. The solution to the given system of equations is (x, y). What is the value of 2x?

Answer Explanation

Since both equations equal x, set them equal to each other: 2 + 8y = 4 − 8y.

Add 8y to both sides: 2 + 16y = 4, so 16y = 2, giving y = 1/8. Substitute back: x = 2 + 8(1/8) = 2 + 1 = 3. Then 2x = 6.

31Solving a System by Substitution

3x + 5y = 21 and y = 3. What is the solution (x, y) to the given system of equations?

  • A) (3, 7)
  • B) (3, 7/5)
  • C) (8/5, 3)
  • D) (2, 3)
Answer Explanation

Substitute y = 3 into the first equation: 3x + 5(3) = 21, so 3x + 15 = 21.

Subtract 15 from both sides: 3x = 6, so x = 2. The solution is (2, 3). The correct answer is D.

Keep building your systems of equations skills

These 31 problems are just a sample. Practice thousands more SAT Math problems, organized by topic, with instant explanations — completely free.

Try the Free SAT Math QBank →

Part of The School of Mathematics — free SAT, ACT, and AP practice resources.