Skip to content
MathAnvil
§ Algebra

Systems of Equations

§ Algebra

Systems of Equations

CCSS.8.EECCSS.HSA.REI3 min read

A system of equations consists of two or more equations that share the same variables and must be satisfied simultaneously. The solution represents the point where all equations intersect, typically expressed as an ordered pair (x, y) for two-variable systems. Systems appear throughout algebra, with CCSS 8.EE introducing basic solving methods and CCSS HSA.REI extending to more complex applications.

§ 01

Why it matters

Systems of equations model countless real-world scenarios where multiple constraints interact simultaneously. Business owners use them to find break-even points — if production costs follow one equation and revenue follows another, the intersection shows profitability. Engineers apply systems when designing bridges, where stress equations and weight equations must balance. In economics, supply and demand curves intersect at equilibrium prices. A movie theater charging $12 for adults and $8 for children, selling 200 tickets for $2,080 total, creates a system revealing 120 adult tickets and 80 child tickets were sold. These applications extend into physics (velocity and acceleration), chemistry (reaction rates), and advanced mathematics including linear algebra and calculus optimization problems.

§ 02

How to solve systems of equations

Systems of Equations

  • Write both equations.
  • Use substitution or elimination to solve for one variable.
  • Substitute back to find the other.
  • Verify in both equations.

Example: x + y = 5, x − y = 1 → x = 3, y = 2.

§ 03

Worked examples

Beginner§ 01

Solve the system: x + y = 5 x = 3

Answer: x = 3, y = 2

  1. Label the equations (1) x + y = 5 (2) x = 3 Number each equation so we can refer to them.
  2. Solve equation (1) for y y = 5 − 1x Isolate y in the simpler equation to use substitution.
  3. Substitute into equation (2) Substitute y into (2) and solve for x Replace y in equation (2) with the expression from equation (1), then solve for x.
  4. Find x x = 3 Solving gives x = 3.
  5. Substitute x back to find y In (1): 1·3 + 1·y = 5 → 3 + 1·y = 5 → 1·y = 2 → y = 2 Plug x = 3 into equation (1) and solve for y.
  6. Write the solution x = 3, y = 2 The intersection point of the two lines.
  7. Verify in both equations (1) 1·3 + 1·2 = 5 = 5 ✓ (2) 1·3 + 0·2 = 3 = 3 ✓ Substitute the solution into both original equations to confirm.
Easy§ 02

Tickets: An adult ticket and a child ticket together cost $7.00. 1 adult ticket(s) minus 1 child ticket cost $−3.00. Find each ticket price.

Answer: adult = 2, child = 5

  1. Define variables Let x = adult price, y = child price x + y = 7 1x − y = -3 Translate ticket prices into a system of equations.
  2. Label the equations (1) x + y = 7 (2) x − 1y = -3 Number each equation so we can refer to them.
  3. Solve equation (1) for y y = 7 − 1x Isolate y in the simpler equation to use substitution.
  4. Substitute into equation (2) Substitute y into (2) and solve for x Replace y in equation (2) with the expression from equation (1), then solve for x.
  5. Find x x = 2 Solving gives x = 2.
  6. Substitute x back to find y In (1): 1·2 + 1·y = 7 → 2 + 1·y = 7 → 1·y = 5 → y = 5 Plug x = 2 into equation (1) and solve for y.
  7. Write the solution x = 2, y = 5 The intersection point of the two lines.
  8. Verify in both equations (1) 1·2 + 1·5 = 7 = 7 ✓ (2) 1·2 + -1·5 = -3 = -3 ✓ Substitute the solution into both original equations to confirm.
Medium§ 03

Solve the system: 2x + y = 4 x − 2y = -8

Answer: x = 0, y = 4

  1. Label the equations (1) 2x + y = 4 (2) x − 2y = -8 Number each equation so we can refer to them.
  2. Solve equation (1) for y y = 4 − 2x Isolate y in the simpler equation to use substitution.
  3. Substitute into equation (2) Substitute y into (2) and solve for x Replace y in equation (2) with the expression from equation (1), then solve for x.
  4. Find x x = 0 Solving gives x = 0.
  5. Substitute x back to find y In (1): 2·0 + 1·y = 4 → 0 + 1·y = 4 → 1·y = 4 → y = 4 Plug x = 0 into equation (1) and solve for y.
  6. Write the solution x = 0, y = 4 The intersection point of the two lines.
  7. Verify in both equations (1) 2·0 + 1·4 = 4 = 4 ✓ (2) 1·0 + -2·4 = -8 = -8 ✓ Substitute the solution into both original equations to confirm.
§ 04

Common mistakes

  • When solving x + y = 7 and x - y = 3 by substitution, writing y = 7 - x in the second equation as x - (7 - x) = 3, then incorrectly simplifying to x - 7 - x = 3, giving -7 = 3 instead of the correct x - 7 + x = 3, yielding x = 5.
  • In elimination method with 2x + y = 8 and x + y = 5, subtracting the second equation from the first but keeping the same signs: 2x + y - x + y = 8 - 5, resulting in x + 2y = 3 instead of correctly getting x = 3.
  • Forgetting to substitute back after finding one variable, solving 3x + 2y = 12 and x = 2 to get x = 2, then stating the solution as just x = 2 instead of the complete solution (2, 3).
§ 05

Frequently asked questions

What's the difference between substitution and elimination methods?
Substitution involves solving one equation for a variable, then replacing that variable in the other equation. Elimination involves adding or subtracting equations to cancel out one variable. Substitution works well when one equation is already solved for a variable (like x = 3), while elimination is efficient when coefficients align easily for cancellation.
How do you check if your solution is correct?
Substitute both values into both original equations. For the solution (3, 2) in the system x + y = 5 and x - y = 1, check: 3 + 2 = 5 ✓ and 3 - 2 = 1 ✓. If both equations are satisfied, the solution is correct. This verification step catches arithmetic errors.
What does it mean when a system has no solution?
No solution occurs when equations represent parallel lines that never intersect. For example, x + y = 5 and x + y = 8 have no solution because the same inputs cannot simultaneously equal both 5 and 8. Algebraically, this produces a false statement like 0 = 3 during solving.
Can a system have more than one solution?
Yes, when equations represent the same line, infinite solutions exist. The system x + y = 4 and 2x + 2y = 8 has infinite solutions because the second equation is just the first multiplied by 2. Every point on the line x + y = 4 satisfies both equations simultaneously.
When should I use elimination versus substitution?
Use substitution when one equation is already solved for a variable or easily solvable (like x = 3 or y = 2x + 1). Use elimination when coefficients of one variable are opposites (3x and -3x) or when multiplying makes them opposites. Elimination often involves less fraction work with integer coefficients.
§ 06

See also

§ 06

Where to next?

Share this article