Skip to main content
MassachusettsMathsSyllabus dot point

How do you solve a system of equations, and how many solutions can a system have?

Solve systems of linear equations by substitution and elimination, recognize systems with one, no, or infinitely many solutions, and find the solution region of a system of inequalities.

A Grade 10 Math MCAS answer on solving systems of linear equations by substitution and elimination, classifying systems as one, none, or infinitely many solutions, and finding the overlap region for a system of inequalities.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Substitution
  3. Elimination
  4. How many solutions
  5. Solving by graphing
  6. Linear-quadratic systems
  7. Systems of inequalities
  8. Try this

What this topic is asking

The Algebra category requires you to solve systems of linear equations (the A-REI standards) by substitution and elimination, to know how many solutions a system can have, and to find the solution region of a system of inequalities. On the Grade 10 MCAS, systems appear as selected-response items and frequently as a constructed-response word problem, where defining variables and showing the system are worth explicit credit.

Substitution

Substitution works best when one equation already gives a variable alone. Replace that variable in the other equation, solve the resulting single-variable equation, then back-substitute.

For y=3xβˆ’4y = 3x - 4 and x+y=8x + y = 8: substitute to get x+(3xβˆ’4)=8x + (3x - 4) = 8, so 4xβˆ’4=84x - 4 = 8, x=3x = 3, and y=3(3)βˆ’4=5y = 3(3) - 4 = 5. The solution is (3,5)(3, 5). Always state the answer as an ordered pair and check it in the equation you did not use to solve.

Elimination

Elimination adds the two equations so that one variable cancels. If neither variable cancels directly, scale one or both equations first so a pair of coefficients are opposites.

For 2x+3y=122x + 3y = 12 and 2xβˆ’y=42x - y = 4: subtract the equations (or add after negating the second) so the 2x2x terms cancel: (2x+3y)βˆ’(2xβˆ’y)=12βˆ’4(2x + 3y) - (2x - y) = 12 - 4, giving 4y=84y = 8, so y=2y = 2. Back-substitute: 2xβˆ’2=42x - 2 = 4, so x=3x = 3. The solution is (3,2)(3, 2).

How many solutions

The number of solutions reflects how the lines relate:

  • One solution: the lines have different slopes and cross at a single point.
  • No solution: the lines are parallel, with the same slope but different intercepts. Algebraically, the variables cancel and you get a false statement like 0=50 = 5.
  • Infinitely many: the equations describe the same line. Algebraically, the variables cancel and you get a true statement like 0=00 = 0.

So if solving a system collapses to 0=70 = 7, there is no solution; if it collapses to 0=00 = 0, there are infinitely many.

Solving by graphing

A system can also be solved by graphing both lines and reading the intersection point. This is the method behind many technology-enhanced MCAS items, where you plot two lines on a grid and the crossing point is the solution. Graphing is exact only when the intersection lands on grid points; otherwise it gives an estimate that substitution or elimination then confirms. The graph also makes the three solution cases visible: crossing lines meet once, parallel lines never meet, and coincident lines overlap everywhere.

Linear-quadratic systems

The MCAS also pairs a line with a parabola. Solve a linear-quadratic system by substituting the line into the quadratic, which produces a single quadratic equation with up to two solutions. For y=x+2y = x + 2 and y=x2y = x^2, substitute to get x2=x+2x^2 = x + 2, so x2βˆ’xβˆ’2=0x^2 - x - 2 = 0, factoring to (xβˆ’2)(x+1)=0(x - 2)(x + 1) = 0, giving x=2x = 2 and x=βˆ’1x = -1. Each xx gives a yy from the line: (2,4)(2, 4) and (βˆ’1,1)(-1, 1). Graphically these are the two points where the line cuts the parabola, and a line can meet a parabola at two points, one point (tangent), or none.

Systems of inequalities

Graph each inequality as a half-plane: draw the boundary line (solid for ≀\leq or β‰₯\geq, dashed for << or >>) and shade the side that satisfies it (test a point such as the origin). The solution region is where the shadings overlap. A point is a solution only if it satisfies every inequality, so checking a candidate means substituting into all of them. A constructed-response item may ask you to name a point in the solution region or to verify whether a given point lies in it, which is just a substitution check against each inequality.

Try this

Q1. Solve y=x+1y = x + 1 and 2x+y=72x + y = 7.

  • Cue. 2x+(x+1)=72x + (x + 1) = 7, so x=2x = 2, y=3y = 3: the point (2,3)(2, 3).

Q2. How many solutions does y=4x+2y = 4x + 2 and y=4xβˆ’5y = 4x - 5 have?

  • Cue. Same slope, different intercepts: parallel, so no solution.

Exam-style practice questions

Practice questions written in the style of MA DESE exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Grade 10 Math MCAS (style)1 marksSelected-response. What is the solution to the system y=2xβˆ’1y = 2x - 1 and 3x+y=143x + y = 14? (A) (3,5)(3, 5) (B) (5,3)(5, 3) (C) (2,3)(2, 3) (D) (4,7)(4, 7)
Show worked answer β†’

The correct answer is (A).

Substitute y=2xβˆ’1y = 2x - 1 into the second equation: 3x+(2xβˆ’1)=143x + (2x - 1) = 14, so 5xβˆ’1=145x - 1 = 14, giving 5x=155x = 15 and x=3x = 3. Then y=2(3)βˆ’1=5y = 2(3) - 1 = 5. The solution is (3,5)(3, 5). Check in the second equation: 3(3)+5=143(3) + 5 = 14. Choice (B) reverses the coordinates.

Grade 10 Math MCAS (style)4 marksConstructed-response. A school sells 240 tickets for 1500.Adultticketsare1500. Adult tickets are 8 and student tickets are $5. Define variables, write a system, and find how many of each were sold.
Show worked answer β†’

A 4-point constructed-response: credit for defined variables, the system, the solving, and the answer in context.

Let aa = adult tickets and ss = student tickets. Count: a+s=240a + s = 240. Revenue: 8a+5s=15008a + 5s = 1500. From the first, s=240βˆ’as = 240 - a. Substitute: 8a+5(240βˆ’a)=15008a + 5(240 - a) = 1500, so 8a+1200βˆ’5a=15008a + 1200 - 5a = 1500, giving 3a=3003a = 300 and a=100a = 100. Then s=140s = 140. So 100 adult and 140 student tickets were sold. Check: 8(100)+5(140)=800+700=15008(100) + 5(140) = 800 + 700 = 1500. A bare answer with no defined variables or shown system is capped below full credit.

Related dot points

Sources & how we know this