Skip to main content
New YorkMathsSyllabus dot point

How do you solve a system of equations or inequalities, and how do you build one from a word problem?

Solve systems of linear equations algebraically (substitution and elimination) and graphically; solve a linear-quadratic system; create and solve systems from contexts; and graph the solution region of a system of linear inequalities.

A NY Regents Algebra I answer on systems: solving by substitution, elimination, and graphing, solving a linear-quadratic system, building a system from a word problem, and graphing the solution region of linear 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. Solving by substitution and elimination
  3. Linear-quadratic systems
  4. Systems of inequalities
  5. Try this

What this topic is asking

The Regents Algebra I exam (the Reasoning with Equations and Inequalities, A-REI, and Creating Equations, A-CED, clusters) wants you to solve a system of two equations by substitution, elimination, or graphing; to solve a linear-quadratic system; to build a system from a context; and to graph the solution region of two linear inequalities. Systems word problems are among the most frequent constructed-response tasks on the exam.

Solving by substitution and elimination

Substitution works best when a variable is already isolated. Elimination works best when adding the equations cancels a variable.

3x+2y=16⏟(1),xβˆ’2y=βˆ’4⏟(2).\underbrace{3x + 2y = 16}_{\text{(1)}}, \qquad \underbrace{x - 2y = -4}_{\text{(2)}}.

Adding (1) and (2) eliminates yy: 4x=124x = 12, so x=3x = 3. Back-substitute into (2): 3βˆ’2y=βˆ’43 - 2y = -4, so βˆ’2y=βˆ’7-2y = -7 and y=3.5y = 3.5, giving (3,3.5)(3, 3.5). When no variable cancels directly, multiply an equation by a constant first so the coefficients of one variable are opposites.

A system can have one solution (lines cross), no solution (parallel lines, same slope, different intercept), or infinitely many (the same line). On the Regents this distinction is a common Part I item.

Linear-quadratic systems

When one equation is a line and the other a parabola, substitute the line into the quadratic and solve the resulting quadratic. For y=x2βˆ’4y = x^2 - 4 and y=x+2y = x + 2, set x2βˆ’4=x+2x^2 - 4 = x + 2, so x2βˆ’xβˆ’6=0x^2 - x - 6 = 0, which factors to (xβˆ’3)(x+2)=0(x - 3)(x + 2) = 0, giving x=3x = 3 and x=βˆ’2x = -2. The matching yy-values are 55 and 00, so the system has two solutions, (3,5)(3, 5) and (βˆ’2,0)(-2, 0). A linear-quadratic system can have two, one, or no real solutions, matching how often the line crosses the parabola.

Systems of inequalities

To graph a system of inequalities, graph each boundary line (dashed for << or >>, solid for ≀\leq or β‰₯\geq), shade each half-plane, and the solution region is where the shadings overlap. A point is a solution only if it satisfies both inequalities, so the exam often asks you to test a labelled point such as (2,1)(2, 1) against the region.

A point worth stressing for the constructed-response credits is defining your variables before writing the system. Graders look for a clear statement such as "let mm be the number of muffins". A correct numerical answer with no defined variables and no shown system is capped below full credit, because the standard is about modeling, not just arithmetic.

Try this

Q1. Solve y=x+1y = x + 1 and y=3xβˆ’5y = 3x - 5 by substitution. [2 credits]

  • Cue. Set x+1=3xβˆ’5x + 1 = 3x - 5, so 6=2x6 = 2x, x=3x = 3, y=4y = 4: the point (3,4)(3, 4).

Q2. How many solutions does y=2x+1y = 2x + 1 and y=2xβˆ’4y = 2x - 4 have? [1 credit]

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

Exam-style practice questions

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

Regents (style)2 marksPart I (multiple choice). What is the solution to the system y=2xβˆ’1y = 2x - 1 and x+y=8x + y = 8? (1) (3,5)(3, 5) (2) (5,3)(5, 3) (3) (2,3)(2, 3) (4) (4,4)(4, 4)
Show worked answer β†’

The correct answer is (1).

Substitute y=2xβˆ’1y = 2x - 1 into x+y=8x + y = 8: x+(2xβˆ’1)=8x + (2x - 1) = 8, so 3xβˆ’1=83x - 1 = 8, giving 3x=93x = 9 and x=3x = 3. Then y=2(3)βˆ’1=5y = 2(3) - 1 = 5, so the solution is (3,5)(3, 5). Choice (2) swaps the coordinates, the usual slip. Check: 3+5=83 + 5 = 8 holds and 5=2(3)βˆ’15 = 2(3) - 1 holds.

Regents (style)4 marksPart III (constructed response). At a bake sale, muffins cost 2eachandcookiescost2 each and cookies cost 1.50 each. A customer buys 12 items for a total of $20.50. (a) Write a system of equations. (b) Solve algebraically to find how many of each were bought.
Show worked answer β†’

A 4-credit question: about 2 credits for a correct system, 2 for solving it.

(a) Let mm = muffins and cc = cookies. Then m+c=12m + c = 12 (count) and 2m+1.5c=20.502m + 1.5c = 20.50 (cost).
(b) From the first equation m=12βˆ’cm = 12 - c. Substitute: 2(12βˆ’c)+1.5c=20.502(12 - c) + 1.5c = 20.50, so 24βˆ’2c+1.5c=20.5024 - 2c + 1.5c = 20.50, giving 24βˆ’0.5c=20.5024 - 0.5c = 20.50, so βˆ’0.5c=βˆ’3.5-0.5c = -3.5 and c=7c = 7. Then m=5m = 5. The answer is 5 muffins and 7 cookies. Defining the variables earns part of the setup credit; an answer with no system shown is capped.

Related dot points

Sources & how we know this