Middle School Math Quiz: Solving Systems By Substitution
9 questions · exam conditions
0:00
Solving Systems By SubstitutionQuestion 1 of 9

Two students solve {3x+y=7y=2x3\begin{cases} 3x + y = 7 \\ y = 2x - 3 \end{cases} by substitution. Student A gets x=2,y=1x = 2, y = 1 while Student B gets x=1,y=2x = 1, y = 2. Without solving the system yourself, how can you quickly determine which student made an error?

Check both solutions in the original equations; only Student A's solution satisfies both equations completely
Check both solutions in the original equations; only Student B's solution satisfies both equations completely
Student A must be correct because they solved for xx first, which is the standard approach
Student B must be correct because their yy-value is larger, which matches the positive slope
← Back to quizzes

Middle School Math Quiz

Middle School Math Quiz: Solving Systems By Substitution

Practice Solving Systems By Substitution in Middle School Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Solving Systems By Substitution, giving you a quick way to practice the rules, question types, and explanations that matter most for Middle School Math.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Two students solve {3x+y=7y=2x3\begin{cases} 3x + y = 7 \\ y = 2x - 3 \end{cases} by substitution. Student A gets x=2,y=1x = 2, y = 1 while Student B gets x=1,y=2x = 1, y = 2. Without solving the system yourself, how can you quickly determine which student made an error?

  1. Check both solutions in the original equations; only Student A's solution satisfies both equations completely (correct answer)
  2. Check both solutions in the original equations; only Student B's solution satisfies both equations completely
  3. Student A must be correct because they solved for xx first, which is the standard approach
  4. Student B must be correct because their yy-value is larger, which matches the positive slope
Explanation: To verify solutions, substitute into both original equations. For Student A (x=2,y=1x = 2, y = 1): 3(2)+1=73(2) + 1 = 7 ✓ and 1=2(2)3=11 = 2(2) - 3 = 1 ✓. For Student B (x=1,y=2x = 1, y = 2): 3(1)+2=573(1) + 2 = 5 \neq 7 ✗. Student A's solution satisfies both equations, while Student B's does not satisfy the first equation. Choices C and D use irrelevant reasoning that doesn't relate to solution verification.

Question 2

A student attempts to solve {2xy=1x+3y=11\begin{cases} 2x - y = 1 \\ x + 3y = 11 \end{cases} by substitution. From the first equation, they solve for yy and get y=2x+1y = 2x + 1. They then substitute this into the second equation. What error did the student make, and what is the correct solution?

  1. They solved for yy incorrectly; the correct expression is y=2x1y = 2x - 1, leading to solution (2,3)(2, 3) (correct answer)
  2. They solved for yy incorrectly; the correct expression is y=12xy = 1 - 2x, leading to solution (2,3)(2, 3)
  3. They substituted into the wrong equation; using the first equation gives solution (2,3)(2, 3)
  4. They made no algebraic error; the expression y=2x+1y = 2x + 1 is correct and gives solution (2,3)(2, 3)
Explanation: From 2xy=12x - y = 1, solving for yy: y=12x-y = 1 - 2x, so y=2x1y = 2x - 1 (not y=2x+1y = 2x + 1). The student forgot to distribute the negative sign. Substituting the correct expression: x+3(2x1)=11x + 3(2x - 1) = 11, so x+6x3=11x + 6x - 3 = 11, giving 7x=147x = 14 and x=2x = 2. Then y=2(2)1=3y = 2(2) - 1 = 3. Choice B has the wrong rearrangement, C misidentifies the error, and D incorrectly claims no error was made.

Question 3

The system {y=12x+34x8y=k\begin{cases} y = \frac{1}{2}x + 3 \\ 4x - 8y = k \end{cases} is being solved by substitution. After substituting the first equation into the second, the result simplifies to 0=k+240 = k + 24. What value of kk makes this system consistent, and what type of solution does it have?

  1. k=24k = -24; the system has exactly one solution at the intersection point of two distinct lines
  2. k=24k = 24; the system has infinitely many solutions because the lines are parallel and identical
  3. k=24k = -24; the system has infinitely many solutions because the equations represent the same line (correct answer)
  4. k=24k = 24; the system has no solution because the lines are parallel but not identical
Explanation: When you encounter a system of equations that simplifies to a statement like 0=k+240 = k + 24, you're dealing with a special case that reveals important information about the relationship between the two lines. Let's work through the substitution. Starting with y=12x+3y = \frac{1}{2}x + 3 and substituting into 4x8y=k4x - 8y = k: 4x8(12x+3)=k4x - 8\left(\frac{1}{2}x + 3\right) = k 4x4x24=k4x - 4x - 24 = k 0=k+240 = k + 24 This result tells us that for the system to be consistent (meaning it has at least one solution), we need k=24k = -24. When k=24k = -24, the equation becomes 0=00 = 0, which is always true. Let's verify what this means geometrically. The second equation becomes 4x8y=244x - 8y = -24. Dividing by 8-8: y=12x+3y = \frac{1}{2}x + 3. This is identical to the first equation! When two equations represent the same line, every point on that line satisfies both equations, giving infinitely many solutions. Choice A is wrong because k=24k = -24 doesn't give one solution—it gives infinitely many. Choice B incorrectly states k=24k = 24 and misunderstands what parallel identical lines mean. Choice D is wrong because k=24k = 24 would make the equation 0=480 = 48, which is impossible, indicating parallel but distinct lines. Study tip: When substitution eliminates all variables, look at what remains. If you get 0=00 = 0, the lines are identical (infinitely many solutions). If you get something impossible like 0=50 = 5, the lines are parallel but distinct (no solution).

Question 4

When solving {y=3x22x+y=13\begin{cases} y = 3x - 2 \\ 2x + y = 13 \end{cases} by substitution, a student writes: '2x+(3x2)=132x + (3x - 2) = 13, so 5x2=135x - 2 = 13, giving x=3x = 3.' The student then concludes the solution is (3,7)(3, 7). What should you tell this student about their work?

  1. The substitution step is wrong; they should have substituted into the first equation instead
  2. The substitution and algebra are correct, and (3,7)(3, 7) is indeed the right solution to check (correct answer)
  3. The algebra is wrong; 5x2=135x - 2 = 13 should give x=15x = 15, not x=3x = 3
  4. The final answer is wrong; when x=3x = 3, we get y=11y = 11, not y=7y = 7
Explanation: When evaluating a student's work on systems of equations, you need to check each step: substitution, algebra, and the final calculation. Let's verify this student's work step by step. They correctly substituted y=3x2y = 3x - 2 into the second equation 2x+y=132x + y = 13, getting 2x+(3x2)=132x + (3x - 2) = 13. Combining like terms: 5x2=135x - 2 = 13. Adding 2 to both sides: 5x=155x = 15, so x=3x = 3. Now substituting x=3x = 3 back into y=3x2y = 3x - 2: y=3(3)2=92=7y = 3(3) - 2 = 9 - 2 = 7. The solution (3,7)(3, 7) is correct, and the student's work shows proper technique. Looking at the wrong answers: Choice A incorrectly suggests the substitution direction matters—you can substitute either equation into the other. Choice C contains an algebra error; 5x2=135x - 2 = 13 gives 5x=155x = 15, so x=3x = 3, not x=15x = 15. Choice D makes a calculation mistake when finding yy; with x=3x = 3, we get y=3(3)2=7y = 3(3) - 2 = 7, not y=11y = 11. The correct answer is B—the student's substitution and algebra are both correct, and (3,7)(3, 7) is indeed the right solution. When checking substitution problems, always verify each step: proper substitution, correct algebraic manipulation, and accurate final calculations. A quick check by substituting your answer back into both original equations confirms whether your solution is correct.

Question 5

While solving {x+y=5y=2x1\begin{cases} x + y = 5 \\ y = 2x - 1 \end{cases} by substitution, Jamie substitutes the second equation into the first to get x+(2x1)=5x + (2x - 1) = 5. After solving, Jamie finds x=2x = 2. Before finding yy, how can Jamie verify this xx-value is correct?

  1. Substitute x=2x = 2 into both original equations and verify they give the same yy-value
  2. Substitute x=2x = 2 back into the equation x+(2x1)=5x + (2x - 1) = 5 to check if it's satisfied (correct answer)
  3. Graph both original equations and confirm that x=2x = 2 corresponds to their intersection point
  4. Calculate y=2(2)1=3y = 2(2) - 1 = 3 and verify that (2,3)(2, 3) satisfies both original equations
Explanation: The most direct way to verify the xx-value before finding yy is to substitute it back into the equation Jamie just solved: 2+(2(2)1)=2+3=52 + (2(2) - 1) = 2 + 3 = 5 ✓. Choice A requires finding yy first, which Jamie hasn't done yet. Choice C is unnecessarily complex for verification. Choice D also requires calculating yy first, going beyond what the question asks.

Question 6

The system {y=mx+23xy=1\begin{cases} y = mx + 2 \\ 3x - y = 1 \end{cases} is solved by substitution. After substituting the first equation into the second, the resulting equation in xx is 3x(mx+2)=13x - (mx + 2) = 1. If this simplifies to x=33mx = \frac{3}{3-m}, what restriction must be placed on mm, and why?

  1. m13m \neq \frac{1}{3} because when m=13m = \frac{1}{3}, the lines become perpendicular and have no solution
  2. m0m \neq 0 because when m=0m = 0, the first equation becomes horizontal and creates parallel lines
  3. m3m \neq -3 because when m=3m = -3, the slopes become opposite and the system becomes inconsistent
  4. m3m \neq 3 because when m=3m = 3, the denominator becomes zero and xx is undefined (correct answer)
Explanation: When working with systems of equations and algebraic expressions, you must always watch for values that make denominators zero, as these create undefined expressions. Let's trace through the algebra carefully. Starting with 3x(mx+2)=13x - (mx + 2) = 1, you distribute the negative sign: 3xmx2=13x - mx - 2 = 1. Adding 2 to both sides gives 3xmx=33x - mx = 3. Factoring out xx yields x(3m)=3x(3 - m) = 3, so x=33mx = \frac{3}{3-m}. This fraction is only defined when the denominator 3m03 - m \neq 0, which means m3m \neq 3. When m=3m = 3, you get x=30x = \frac{3}{0}, which is undefined—not a valid solution. Answer D correctly identifies this restriction: m3m \neq 3 because the denominator becomes zero. Answer A is wrong because m=13m = \frac{1}{3} doesn't make the denominator zero (313=8303 - \frac{1}{3} = \frac{8}{3} \neq 0), and the reasoning about perpendicular lines is irrelevant to this algebraic issue. Answer B incorrectly focuses on m=0m = 0. While this makes the first equation horizontal, it doesn't create the undefined expression we're concerned with here. Answer C mentions m=3m = -3, but this gives 3(3)=603 - (-3) = 6 \neq 0, so the denominator isn't zero and the solution remains defined. Study tip: Whenever you see a variable in a denominator, immediately identify which values would make that denominator zero—those are your restricted values, regardless of what the geometric interpretation might be.

Question 7

Consider the system {x2y=4y=12x+c\begin{cases} x - 2y = 4 \\ y = \frac{1}{2}x + c \end{cases} where cc is a constant. If this system has no solution, what can you conclude about the relationship between the two equations?

  1. The equations represent intersecting lines with different slopes, so the system cannot have no solution
  2. The equations represent perpendicular lines because their slopes are negative reciprocals of each other
  3. The equations represent the same line when c=2c = -2, but parallel lines for any other value of cc
  4. The equations represent parallel lines because they have the same slope when written in slope-intercept form (correct answer)
Explanation: When you encounter a system of equations and need to determine when it has no solution, focus on the relationship between the lines represented by each equation. A system has no solution when the lines are parallel (same slope, different y-intercepts). To analyze this system, convert both equations to slope-intercept form (y=mx+by = mx + b). The second equation is already in this form: y=12x+cy = \frac{1}{2}x + c. For the first equation, solve for yy: x2y=4x - 2y = 4 2y=x+4-2y = -x + 4 y=12x2y = \frac{1}{2}x - 2 Both equations now have the same slope of 12\frac{1}{2}. For the system to have no solution, the lines must be parallel, which occurs when they have identical slopes but different y-intercepts. This happens when c2c \neq -2. Choice A is incorrect because lines with the same slope don't intersect (unless they're identical). Choice B is wrong because perpendicular lines would have slopes that are negative reciprocals; here both slopes equal 12\frac{1}{2}. Choice C reverses the logic—when c=2c = -2, the equations represent the same line (infinitely many solutions), but when c2c \neq -2, they're parallel (no solution). Choice D correctly identifies that the equations represent parallel lines because they have identical slopes when written in slope-intercept form. Strategy tip: When analyzing systems for solution types, always convert to slope-intercept form first. Same slope with different y-intercepts = no solution; same slope with same y-intercept = infinite solutions; different slopes = one solution.

Question 8

Consider the system {x+2y=8y=mx+b\begin{cases} x + 2y = 8 \\ y = mx + b \end{cases} where mm and bb are constants. If substitution yields the equation x+2(mx+b)=8x + 2(mx + b) = 8, which simplifies to (1+2m)x=82b(1 + 2m)x = 8 - 2b, under what condition will this system have no solution?

  1. When m=12m = -\frac{1}{2} and b4b \neq 4, creating parallel lines with different intercepts (correct answer)
  2. When m=12m = -\frac{1}{2} and b=4b = 4, creating identical lines that never intersect
  3. When m12m \neq -\frac{1}{2} and b=4b = 4, creating perpendicular lines
  4. When m=2m = 2 and b4b \neq -4, creating lines with opposite slopes
Explanation: For no solution, we need (1+2m)x=82b(1 + 2m)x = 8 - 2b to have no solution. This occurs when the coefficient of xx is zero but the right side is non-zero: 1+2m=01 + 2m = 0 and 82b08 - 2b \neq 0. From the first condition, m=12m = -\frac{1}{2}. From the second, b4b \neq 4. This represents parallel lines (same slope, different y-intercepts). Choice B gives infinitely many solutions (identical lines), while C and D describe systems with unique solutions.

Question 9

A system {y=ax+12xy=3\begin{cases} y = ax + 1 \\ 2x - y = 3 \end{cases} is solved by substitution, yielding 2x(ax+1)=32x - (ax + 1) = 3, which simplifies to (2a)x=4(2-a)x = 4. For what value of aa does this system have exactly one solution, and what is that solution?

  1. a2a \neq 2; the solution is x=42ax = \frac{4}{2-a}, y=4a22ay = \frac{4a-2}{2-a}
  2. a=2a = 2; the solution is x=0x = 0, y=1y = 1 because the system becomes consistent
  3. a2a \neq 2; the solution is x=42ax = \frac{4}{2-a}, y=4a+2a2ay = \frac{4a+2-a}{2-a} (correct answer)
  4. a=0a = 0; the solution is x=2x = 2, y=1y = 1 because this makes the coefficients simplest
Explanation: For exactly one solution, we need 2a02-a \neq 0, so a2a \neq 2. Then x=42ax = \frac{4}{2-a}. Substituting into y=ax+1y = ax + 1: y=a42a+1=4a2a+2a2a=4a+2a2a=3a+22ay = a \cdot \frac{4}{2-a} + 1 = \frac{4a}{2-a} + \frac{2-a}{2-a} = \frac{4a + 2 - a}{2-a} = \frac{3a + 2}{2-a}. Choice A has incorrect signs, B incorrectly handles the a=2a=2 case, and D arbitrarily picks a=0a=0.