Middle School Math Quiz: Systems Of Linear Equations
7 questions · exam conditions
0:00
Systems Of Linear EquationsQuestion 1 of 7

Sarah is solving the system x+2y=8x + 2y = 8 and 3xy=13x - y = 1 using substitution. She solves the first equation for xx and gets x=82yx = 8 - 2y. When she substitutes this into the second equation, what equation does she get?

3(82y)y=13(8 - 2y) - y = 1
3x(82y)=13x - (8 - 2y) = 1
(82y)+2y=8(8 - 2y) + 2y = 8
82yy=18 - 2y - y = 1
← Back to quizzes

Middle School Math Quiz

Middle School Math Quiz: Systems Of Linear Equations

Practice Systems Of Linear Equations 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 Systems Of Linear Equations, 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

Sarah is solving the system x+2y=8x + 2y = 8 and 3xy=13x - y = 1 using substitution. She solves the first equation for xx and gets x=82yx = 8 - 2y. When she substitutes this into the second equation, what equation does she get?

  1. 3(82y)y=13(8 - 2y) - y = 1 (correct answer)
  2. 3x(82y)=13x - (8 - 2y) = 1
  3. (82y)+2y=8(8 - 2y) + 2y = 8
  4. 82yy=18 - 2y - y = 1
Explanation: When using substitution, we replace the variable we solved for (x) with its expression (8 - 2y) in the other equation. The second equation is 3x - y = 1. Substituting x = 8 - 2y gives us 3(8 - 2y) - y = 1. This can be simplified to 24 - 6y - y = 1, then 24 - 7y = 1, giving y = 23/7. Choice B incorrectly substitutes the expression for y instead of x. Choice C substitutes into the wrong equation (the first one we already used). Choice D omits the coefficient 3 that multiplies x in the second equation.

Question 2

A theater sells adult tickets for $12 and student tickets for $8. On a particular day, they sold 150 tickets and collected $1,560 in revenue. If they had sold 10 more adult tickets and 10 fewer student tickets instead, what would their revenue have been?

  1. $1,520
  2. $1,560
  3. $1,600 (correct answer)
  4. $1,640
Explanation: Let a = adult tickets and s = student tickets. We have: a + s = 150 and 12a + 8s = 1560. From the first equation: s = 150 - a. Substituting: 12a + 8(150 - a) = 1560, so 12a + 1200 - 8a = 1560, giving 4a = 360, so a = 90. Therefore s = 60. Originally: 90 adult, 60 student tickets. With the change: 100 adult, 50 student tickets. New revenue = 12(100) + 8(50) = 1200 + 400 = $1,600. Choice A assumes they sold fewer of both types. Choice B assumes no change in revenue, which ignores that adult tickets cost more than student tickets. Choice D overcalculates the increase.

Question 3

The solution to the system 2x+3y=122x + 3y = 12 and 4x6y=k4x - 6y = k depends on the value of kk. For which value of kk will the system have infinitely many solutions?

  1. k=24k = -24 (correct answer)
  2. k=0k = 0
  3. k=12k = 12
  4. k=24k = 24
Explanation: For a system to have infinitely many solutions, the equations must be equivalent (one is a multiple of the other). The first equation is 2x + 3y = 12. Multiplying by 2: 4x + 6y = 24. For the second equation 4x - 6y = k to be equivalent, we need 4x - 6y = k to represent the same line. This happens when 4x - 6y = k is equivalent to -(4x + 6y) = -24, which gives 4x - 6y = -24. Therefore k = -24. Choice B (k = 0) would give 4x - 6y = 0, making the lines intersect at one point. Choice C (k = 12) would make the system inconsistent. Choice D (k = 24) would make 4x - 6y = 24, which is also inconsistent with 2x + 3y = 12.

Question 4

A rectangle has a perimeter of 36 units and an area of 77 square units. If the length is xx and the width is yy, what is the value of x+yx + y?

  1. 18 units (correct answer)
  2. 15 units
  3. 12 units
  4. 9 units
Explanation: From the given information: 2x + 2y = 36 (perimeter) and xy = 77 (area). From the first equation: x + y = 18. We can verify this works: if x + y = 18 and xy = 77, then we can solve for x and y individually. Let x = 18 - y, so (18 - y)y = 77, giving 18y - y² = 77, or y² - 18y + 77 = 0. Using the quadratic formula: y = (18 ± √(324 - 308))/2 = (18 ± √16)/2 = (18 ± 4)/2. So y = 11 or y = 7, meaning the dimensions are 11 and 7. Check: perimeter = 2(11 + 7) = 36 ✓, area = 11 × 7 = 77 ✓. Therefore x + y = 18. Choice B would give xy = 56, choice C would give xy = 27, and choice D would give xy = 14, none of which equal 77.

Question 5

The solution to the system ax+by=12ax + by = 12 and 2x+3y=82x + 3y = 8 is (6,43)(6, -\frac{4}{3}). What is the value of a+ba + b?

  1. a+b=4a + b = 4
  2. a+b=6a + b = 6
  3. a+b=8a + b = 8
  4. a+b=10a + b = 10 (correct answer)
Explanation: Since (6,43)(6, -\frac{4}{3}) satisfies both equations, we can substitute into the first equation: a(6)+b(43)=12a(6) + b(-\frac{4}{3}) = 12, which gives 6a4b3=126a - \frac{4b}{3} = 12. Multiplying by 3: 18a4b=3618a - 4b = 36, or 9a2b=189a - 2b = 18. We can verify the point satisfies the second equation: 2(6)+3(43)=124=82(6) + 3(-\frac{4}{3}) = 12 - 4 = 8 ✓. From 9a2b=189a - 2b = 18, we need another relationship. Since this is a unique system with a specific intersection point, we can work with the constraint. Rearranging: b=9a182b = \frac{9a - 18}{2}. For the answer choices, if a+b=10a + b = 10, then a+9a182=10a + \frac{9a - 18}{2} = 10, giving 2a+9a182=10\frac{2a + 9a - 18}{2} = 10, so 11a18=2011a - 18 = 20, thus a=3811a = \frac{38}{11} and b=7211b = \frac{72}{11}. Check: 3811+7211=11011=10\frac{38}{11} + \frac{72}{11} = \frac{110}{11} = 10 ✓.

Question 6

The lines y=2x1y = 2x - 1 and y=mx+3y = mx + 3 intersect at the point (2,3)(2, 3). What is the value of mm?

  1. m=1m = -1
  2. m=0m = 0 (correct answer)
  3. m=1m = 1
  4. m=2m = 2
Explanation: Since both lines pass through (2, 3), we can substitute this point into both equations. For the first line: 3 = 2(2) - 1 = 4 - 1 = 3 ✓. For the second line: 3 = m(2) + 3, so 3 = 2m + 3, which gives 0 = 2m, therefore m = 0. We can verify: the second line becomes y = 0x + 3 = 3, which is a horizontal line through (2, 3). The intersection point (2, 3) satisfies both equations when m = 0. Choice A gives y = -x + 3, which passes through (0, 3) and (3, 0), not (2, 3). Choice C gives y = x + 3, passing through (2, 5), not (2, 3). Choice D gives y = 2x + 3, passing through (2, 7), not (2, 3).

Question 7

The system 3x2y=73x - 2y = 7 and 6x4y=146x - 4y = 14 has how many solutions?

  1. No solutions (inconsistent system)
  2. Exactly one solution
  3. Exactly two solutions
  4. Infinitely many solutions (correct answer)
Explanation: To determine the number of solutions, we need to analyze the relationship between the equations. Notice that the second equation 6x - 4y = 14 is exactly twice the first equation 3x - 2y = 7. When we multiply the first equation by 2: 2(3x - 2y) = 2(7), we get 6x - 4y = 14, which is identical to the second equation. This means the two equations represent the same line, so there are infinitely many solutions. Choice A would be correct if the equations were parallel but distinct (like 3x - 2y = 7 and 6x - 4y = 15). Choice B would be correct if the lines had different slopes. Choice C is impossible for a system of two linear equations.