Skip to content
MathAnvil
Β§ Algebra

Systems of Equations

Β§ Algebra

Systems of Equations

CCSS.8.EECCSS.HSA.REI3 min read

Systems of equations appear in 8th grade when students solve x + y = 5 and x - y = 1 to find x = 3 and y = 2. CCSS.8.EE and CCSS.HSA.REI require students to master substitution and elimination methods for solving two linear equations simultaneously.

Β§ 01

Why it matters

Systems of equations solve countless real-world problems where multiple constraints exist simultaneously. A bakery owner needs 80 total items with muffins costing $2.50 and cookies $1.75 to generate exactly $175 in revenueβ€”this creates the system x + y = 80 and 2.5x + 1.75y = 175, solving to x = 40 muffins and y = 40 cookies. Business owners use systems to optimize profit margins, engineers balance load distributions across 2 support beams, and economists model supply-demand intersections. Students encounter systems when splitting $45 between savings and spending accounts with specific ratio requirements, or determining ticket prices where 3 adult tickets plus 2 child tickets cost $85 while 2 adult plus 4 child tickets cost $70. These applications demonstrate why algebraic thinking becomes essential for data-driven decision making in professional contexts.

Β§ 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

At a shop, 1 apple and 1 banana together cost $3.00. One apple alone costs $2.00. How much does a banana cost?

Answer: apple = 2, banana = 1

  1. Define variables β†’ Let x = price of apple, y = price of banana x + y = 3 x = 2 β€” Translate the word problem into a system of equations.
  2. Label the equations β†’ (1) x + y = 3 (2) x = 2 β€” Number each equation so we can refer to them.
  3. Solve equation (1) for y β†’ y = 3 βˆ’ 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 = 3 β†’ 2 + 1Β·y = 3 β†’ 1Β·y = 1 β†’ y = 1 β€” Plug x = 2 into equation (1) and solve for y.
  7. Write the solution β†’ x = 2, y = 1 β€” The intersection point of the two lines.
  8. Verify in both equations β†’ (1) 1Β·2 + 1Β·1 = 3 = 3 βœ“ (2) 1Β·2 + 0Β·1 = 2 = 2 βœ“ β€” Substitute the solution into both original equations to confirm.
EasyΒ§ 02

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

Answer: adult = 4, child = 4

  1. Define variables β†’ Let x = adult price, y = child price x + y = 8 3x βˆ’ y = 8 β€” Translate ticket prices into a system of equations.
  2. Label the equations β†’ (1) x + y = 8 (2) 3x βˆ’ 1y = 8 β€” Number each equation so we can refer to them.
  3. Solve equation (1) for y β†’ y = 8 βˆ’ 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 = 4 β€” Solving gives x = 4.
  6. Substitute x back to find y β†’ In (1): 1Β·4 + 1Β·y = 8 β†’ 4 + 1Β·y = 8 β†’ 1Β·y = 4 β†’ y = 4 β€” Plug x = 4 into equation (1) and solve for y.
  7. Write the solution β†’ x = 4, y = 4 β€” The intersection point of the two lines.
  8. Verify in both equations β†’ (1) 1Β·4 + 1Β·4 = 8 = 8 βœ“ (2) 3Β·4 + -1Β·4 = 8 = 8 βœ“ β€” Substitute the solution into both original equations to confirm.
MediumΒ§ 03

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

Answer: x = -3, y = 4

  1. Label the equations β†’ (1) x + y = 1 (2) 3x + y = -5 β€” Number each equation so we can refer to them.
  2. Solve equation (1) for y β†’ y = 1 βˆ’ 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 = 1 β†’ -3 + 1Β·y = 1 β†’ 1Β·y = 4 β†’ y = 4 β€” Plug x = -3 into equation (1) and solve for y.
  6. Write the solution β†’ x = -3, y = 4 β€” The intersection point of the two lines.
  7. Verify in both equations β†’ (1) 1Β·-3 + 1Β·4 = 1 = 1 βœ“ (2) 3Β·-3 + 1Β·4 = -5 = -5 βœ“ β€” Substitute the solution into both original equations to confirm.
Β§ 04

Common mistakes

  • Students solve x + y = 7 and x = 3 but write y = 7 instead of substituting to get y = 4, forgetting the substitution step entirely.
  • When eliminating in 2x + y = 8 and x - y = 1, students add to get 3x - 0 = 9 instead of 3x + 0 = 9, making sign errors during coefficient combination.
  • Students find x = 5 from substitution but forget to substitute back, leaving their final answer as just x = 5 instead of the complete solution (5, -2).
  • In verification, students check x = 3, y = 2 in only one equation instead of both, missing that their solution fails the second constraint.
Β§ 05

Frequently asked questions

When should students use substitution versus elimination?
Use substitution when one equation already isolates a variable (like x = 5) or easily isolates (like x + y = 8). Choose elimination when coefficients align for easy cancellation, such as 3x + 2y = 14 and 3x - 2y = 4, where subtracting eliminates the y-terms immediately.
How do I teach systems with negative solutions?
Start with contexts where negatives make sense, like temperature changes or debt. For x = -3, y = 4, explain this as 3 units left and 4 units up on a coordinate plane. Use number lines and emphasize checking answers in both original equations to build confidence.
What if students get fractions in their solutions?
Fractional solutions like x = 3/2, y = 5/4 are perfectly valid. Teach students to verify by substituting fractions back into original equations. Use contexts like recipe scaling where half-portions make practical sense, helping students accept non-whole number answers.
How do I help students organize their elimination work?
Teach the standard format: write equations vertically aligned, show the operation symbol (+ or -) to the left, then draw a line under the second equation before combining. For 2x + 3y = 7 and x - 3y = 2, write as addition to get 3x = 9.
Why do some systems have no solution or infinite solutions?
Parallel lines (like x + y = 5 and x + y = 8) never intersect, giving no solution. Identical lines (like 2x + 4y = 6 and x + 2y = 3) overlap completely, creating infinite solutions. These special cases appear in advanced CCSS.HSA.REI standards.
Β§ 06

Related topics

Share this article