Math 1 Quiz: Solving Systems By Graphing
14 questions · exam conditions
0:00
Solving Systems By GraphingQuestion 1 of 14

When graphing the system $$ \begin{cases} 2x + 3y = 12 \ 4x + 6y = 18 \end{cases}

Two parallel lines with no intersection point, indicating no solution exists
Two identical lines that overlap completely, indicating infinitely many solutions exist
Two intersecting lines that meet at exactly one point in the first quadrant
Two intersecting lines that meet at exactly one point on the y-axis
← Back to quizzes

Math 1 Quiz

Math 1 Quiz: Solving Systems By Graphing

Practice Solving Systems By Graphing in Math 1 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 Graphing, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 1.

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

When graphing the system $$ \begin{cases} 2x + 3y = 12 \ 4x + 6y = 18 \end{cases}

  1. Two parallel lines with no intersection point, indicating no solution exists (correct answer)
  2. Two identical lines that overlap completely, indicating infinitely many solutions exist
  3. Two intersecting lines that meet at exactly one point in the first quadrant
  4. Two intersecting lines that meet at exactly one point on the y-axis
Explanation: First, convert both equations to slope-intercept form. For the first equation: 3y = -2x + 12, so y = -2/3 x + 4. For the second equation: 6y = -4x + 18, so y = -2/3 x + 3. Both lines have the same slope (-2/3) but different y-intercepts (4 and 3), making them parallel lines that never intersect. This indicates the system has no solution. Choice B is wrong because the lines have different y-intercepts. Choices C and D are wrong because parallel lines don't intersect.

Question 2

A student correctly graphs two lines but misidentifies their intersection point as (4,1)(4, -1) instead of (1,4)(-1, 4). What type of error did the student most likely make?

  1. Confusion about which axis represents x-values versus y-values when reading coordinates
  2. Misreading the scale markings on both axes by the same multiplicative factor
  3. Incorrectly applying the slope formula when determining the intersection point algebraically
  4. Switching the order of coordinates, reading y-coordinate first instead of x-coordinate first (correct answer)
Explanation: The student read (4, -1) instead of (-1, 4), which shows the coordinates were reversed - the x and y values were switched. This is a common error when reading intersection points from graphs. Choice A would result in different errors in axis interpretation. Choice B would affect the magnitude but not the sign pattern of coordinates. Choice C relates to algebraic methods, but the problem states the student graphed the lines correctly.

Question 3

A student graphs the system {x+y=42xy=5\begin{cases} x + y = 4 \\ 2x - y = 5 \end{cases} and identifies the intersection point as (3,1)(3, 1). To verify this solution algebraically, which approach demonstrates the correct verification process?

  1. Substitute x=3x = 3 into both original equations and confirm both yield y=1y = 1
  2. Substitute y=1y = 1 into both original equations and confirm both yield x=3x = 3
  3. Substitute (3,1)(3, 1) into both equations and verify that both equations are satisfied (correct answer)
  4. Add the two equations together and verify that the result equals the sum of coordinates
Explanation: To verify a solution to a system of equations, both coordinates must be substituted into both equations to confirm they satisfy both equations simultaneously. Checking: 3 + 1 = 4 ✓ and 2(3) - 1 = 6 - 1 = 5 ✓. Choice A only substitutes x, which is incomplete verification. Choice B only substitutes y, which is also incomplete. Choice D describes an invalid verification method that doesn't test whether the point satisfies the original system.

Question 4

A system of equations is graphed with one line having equation y=3x4y = 3x - 4 and the intersection point at (2,2)(2, 2). If the second line passes through (0,6)(0, -6), what is the slope of the second line?

  1. 4-4
  2. 44 (correct answer)
  3. 22
  4. 2-2
Explanation: When you encounter a system of equations problem involving intersection points, you're working with the fundamental concept that two lines meet at a point where both equations are satisfied simultaneously. Since both lines pass through the intersection point (2,2)(2, 2), you can use this information along with the second point (0,6)(0, -6) to find the slope of the second line. Using the slope formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}, substitute the two known points: m=2(6)20=82=4m = \frac{2 - (-6)}{2 - 0} = \frac{8}{2} = 4. This confirms that B) 44 is correct. Let's examine why the other answers are incorrect. Choice A) 4-4 represents the negative of the correct slope—this might trap students who make a sign error when calculating 2(6)2 - (-6) or who confuse the order of subtraction in the slope formula. Choice C) 22 could result from incorrectly using only the y-coordinate of the intersection point or from miscalculating the change in y-values. Choice D) 2-2 combines both errors: getting the wrong magnitude and the wrong sign. You can verify your answer by checking that the equation y=4x6y = 4x - 6 passes through both points: at (0,6)(0, -6), you get 6=4(0)6=6-6 = 4(0) - 6 = -6 ✓, and at (2,2)(2, 2), you get 2=4(2)6=22 = 4(2) - 6 = 2 ✓. Strategy tip: Always use the slope formula carefully with two known points, and double-check by verifying your line equation works for both points.

Question 5

The intersection point of two lines appears to be at (2.3,1.7)(2.3, 1.7) when graphed on a coordinate plane. If this represents the solution to a system of linear equations with integer coefficients, what is the most likely explanation?

  1. The solution is exactly (2.3,1.7)(2.3, 1.7) since systems can have non-integer solutions (correct answer)
  2. There was a graphing error; systems with integer coefficients always have integer solutions
  3. The intersection should be read more carefully as it likely occurs at nearby integer coordinates
  4. The solution is exactly (2310,1710)\left(\frac{23}{10}, \frac{17}{10}\right) and the graph is correctly showing decimal approximations
Explanation: Systems of linear equations with integer coefficients can absolutely have non-integer solutions. For example, x + y = 4 and 2x - y = 1 has solution (5/3, 7/3). The decimal coordinates 2.3 and 1.7 could represent the exact solution or very close approximations. Choice B is incorrect because integer coefficients don't guarantee integer solutions. Choice C assumes an error when there may not be one. Choice D is unnecessarily specific about the exact fractional form.

Question 6

A student attempts to solve the system $$ \begin{cases} 2x + y = 8 \ y = -2x + 6 \end{cases}

  1. The student incorrectly converted the first equation to slope-intercept form
  2. The student used the wrong scale, making a valid intersection point invisible
  3. The student correctly identified that the lines are parallel since they have the same slope but different y-intercepts (correct answer)
  4. The student plotted the y-intercepts incorrectly for both equations
Explanation: Converting the first equation to slope-intercept form: 2x + y = 8 becomes y = -2x + 8. Comparing with the second equation y = -2x + 6, both lines have slope -2 but different y-intercepts (8 and 6). Since the slopes are equal but y-intercepts are different, the lines are parallel and never intersect, so there is no solution. The student's conclusion was mathematically correct. Choice A is incorrect because the conversion is straightforward. Choice B is incorrect because parallel lines won't intersect regardless of scale. Choice D is incorrect because the parallel nature of the lines, not plotting errors, determines the lack of intersection.

Question 7

When solving the system $$ \begin{cases} 3x - 2y = 6 \ x + y = 1 \end{cases}

  1. Plotting both y-intercepts with opposite signs from their correct values
  2. Plotting both y-intercepts shifted up by the same constant amount
  3. Plotting the y-intercepts for the wrong equations but with correct slopes
  4. This scenario is impossible; incorrect y-intercepts always lead to incorrect intersection points (correct answer)
Explanation: If the y-intercepts are plotted incorrectly, the lines will be in different positions than intended, which means their intersection point cannot be the same as the correct intersection point. The intersection of two lines is completely determined by both their slopes and their y-intercepts, so changing the y-intercepts necessarily changes the intersection point. Choices A, B, and C all describe scenarios that would result in different intersection points than the correct solution.

Question 8

A student graphs the system {y=2x1x+y=5\begin{cases} y = 2x - 1 \\ x + y = 5 \end{cases} and identifies the intersection point as (2,3)(2, 3). To verify this solution, which of the following approaches would be most appropriate?

  1. Substitute x=2x = 2 and y=3y = 3 into both original equations to confirm both are satisfied (correct answer)
  2. Check that the point (2,3)(2, 3) lies on the line y=2x1y = 2x - 1 only, since this is the first equation
  3. Rewrite both equations in slope-intercept form and verify they have different slopes
  4. Graph both equations again using a different scale to see if the intersection changes
Explanation: To verify a solution to a system of equations, the point must satisfy ALL equations in the system. Substituting x = 2 and y = 3: First equation: 3 = 2(2) - 1 = 3 ✓. Second equation: 2 + 3 = 5 ✓. Both equations are satisfied, confirming (2,3) is the solution. Choice B is incorrect because the solution must satisfy both equations, not just one. Choice C only verifies that the lines intersect somewhere but doesn't confirm the specific intersection point. Choice D is incorrect because changing the scale doesn't change the actual intersection point, only its appearance on the graph.

Question 9

Two students solve the same system of linear equations by graphing. Student A reports the solution as (3,2)(3, 2) while Student B reports the solution as (2,3)(2, 3). Assuming one student made an error, what is the most likely cause of the discrepancy?

  1. One student used a different method to graph the lines, leading to different intersection points
  2. One student incorrectly read the coordinates by reversing the x and y values at the intersection point (correct answer)
  3. One student made an arithmetic error when calculating the slopes of the lines
  4. One student used an incorrect scale on their coordinate plane, shifting the intersection point
Explanation: When graphing a system of linear equations, the intersection point is unique and independent of the graphing method used. The most common error when reading coordinates from a graph is confusing which value represents x and which represents y. If the actual intersection is at (3, 2), reading it as (2, 3) represents swapping the x and y coordinates. Choice A is incorrect because different graphing methods (such as using slope-intercept form vs. plotting points) will yield the same intersection point when done correctly. Choice C is incorrect because slope calculation errors would affect the line placement, not just the coordinate reading. Choice D is incorrect because scale changes affect the appearance but not the actual coordinate values of the intersection.

Question 10

A system consists of the equations y=mx+3y = mx + 3 and y=2x1y = 2x - 1. For what value of mm will the system have no solution when solved graphically?

  1. m=2m = 2 (correct answer)
  2. m=2m = -2
  3. m=12m = \frac{1}{2}
  4. m=0m = 0
Explanation: A system has no solution when the lines are parallel, which occurs when they have the same slope but different y-intercepts. The second equation has slope 2, so for the lines to be parallel, the first equation must also have slope 2, meaning m = 2. The y-intercepts are different (3 and -1), confirming parallel lines that never intersect. Choice B gives parallel lines with opposite slope. Choice C gives perpendicular lines. Choice D gives a horizontal line that would intersect the given line.

Question 11

Two linear equations intersect at point P(a,b)P(a, b) where a>0a > 0 and b<0b < 0. In which quadrant does the solution to this system lie?

  1. Quadrant I, where both coordinates are positive values
  2. Quadrant II, where x-coordinates are negative and y-coordinates are positive
  3. Quadrant III, where both coordinates are negative values
  4. Quadrant IV, where x-coordinates are positive and y-coordinates are negative (correct answer)
Explanation: Since a > 0 (x-coordinate is positive) and b < 0 (y-coordinate is negative), the point lies in Quadrant IV. Choice A describes Quadrant I where both coordinates are positive. Choice B describes Quadrant II where x is negative and y is positive. Choice C describes Quadrant III where both coordinates are negative.

Question 12

When graphing the system $$ \begin{cases} 2x + 4y = 8 \ x + 2y = 4 \end{cases}

  1. The lines intersect at exactly one point, specifically at (0,2)(0, 2)
  2. The lines are parallel with no intersection points anywhere
  3. The lines are identical and overlap completely along their entire length (correct answer)
  4. The lines intersect at exactly two distinct points in the coordinate plane
Explanation: Notice that the first equation can be simplified by dividing by 2: (2x + 4y)/2 = 8/2 gives x + 2y = 4, which is identical to the second equation. This means both equations represent the same line, so they overlap completely and have infinitely many solutions. Choice A suggests a unique intersection point which would only occur for non-identical lines. Choice B describes parallel lines which have different y-intercepts. Choice D is impossible since two lines can intersect at most once.

Question 13

When solving the system $$ \begin{cases} y = \frac{1}{3}x + 2 \ y = -\frac{1}{3}x + 4 \end{cases}

  1. The system has no solution because both equations have the same slope
  2. The system has exactly one solution because the lines have different slopes and different y-intercepts (correct answer)
  3. The system has infinitely many solutions because both lines have fractional slopes
  4. The system has exactly one solution, and the x-coordinate of the intersection will be positive
Explanation: Before graphing, we can analyze the slopes and y-intercepts. Line 1 has slope 1/3 and y-intercept 2. Line 2 has slope -1/3 and y-intercept 4. Since the slopes are different (1/3 ≠ -1/3), the lines will intersect at exactly one point, guaranteeing a unique solution. Choice A is incorrect because the slopes are different (1/3 vs -1/3). Choice C is incorrect because the number of solutions depends on whether lines are parallel, intersecting, or identical, not on whether slopes are fractions. Choice D makes an incorrect assumption about the sign of the x-coordinate without calculation.

Question 14

The solution to a system of linear equations lies on the line y=xy = x. If one equation in the system is 3x+2y=153x + 2y = 15, what is the solution to the system?

  1. (5,0)(5, 0)
  2. (3,3)(3, 3) (correct answer)
  3. (0,5)(0, 5)
  4. (2,4)(2, 4)
Explanation: When you encounter a system of linear equations where you're told the solution lies on a specific line, you're essentially being given one of the two equations in the system. The solution must satisfy both the given equation and the constraint. Since the solution lies on the line y=xy = x, you can substitute xx for yy in the given equation 3x+2y=153x + 2y = 15. This gives you: 3x+2x=153x + 2x = 15, which simplifies to 5x=155x = 15, so x=3x = 3. Since y=xy = x, we have y=3y = 3 as well. The solution is (3,3)(3, 3). Let's verify by checking each answer choice in both conditions. Choice A, (5,0)(5, 0): While 3(5)+2(0)=153(5) + 2(0) = 15 ✓, this point doesn't satisfy y=xy = x since 050 ≠ 5. Choice C, (0,5)(0, 5): Here 3(0)+2(5)=10153(0) + 2(5) = 10 ≠ 15, so it doesn't satisfy the given equation. Choice D, (2,4)(2, 4): This gives 3(2)+2(4)=14153(2) + 2(4) = 14 ≠ 15, and 424 ≠ 2, so it fails both conditions. Only choice B, (3,3)(3, 3), satisfies both 3(3)+2(3)=153(3) + 2(3) = 15 and y=xy = x. When solving systems where one equation is given as a constraint (like "the solution lies on line y=xy = x"), use substitution immediately. This transforms the problem into solving a single equation with one variable, making it much more straightforward than trying to test answer choices.