Systems of Equations
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.
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.
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.
Worked examples
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
- 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.
- Label the equations β (1) x + y = 3 (2) x = 2 β Number each equation so we can refer to them.
- Solve equation (1) for y β y = 3 β 1x β Isolate y in the simpler equation to use substitution.
- 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.
- Find x β x = 2 β Solving gives x = 2.
- 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.
- Write the solution β x = 2, y = 1 β The intersection point of the two lines.
- 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.
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
- Define variables β Let x = adult price, y = child price x + y = 8 3x β y = 8 β Translate ticket prices into a system of equations.
- Label the equations β (1) x + y = 8 (2) 3x β 1y = 8 β Number each equation so we can refer to them.
- Solve equation (1) for y β y = 8 β 1x β Isolate y in the simpler equation to use substitution.
- 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.
- Find x β x = 4 β Solving gives x = 4.
- 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.
- Write the solution β x = 4, y = 4 β The intersection point of the two lines.
- 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.
Solve the system: x + y = 1 3x + y = -5
Answer: x = -3, y = 4
- Label the equations β (1) x + y = 1 (2) 3x + y = -5 β Number each equation so we can refer to them.
- Solve equation (1) for y β y = 1 β 1x β Isolate y in the simpler equation to use substitution.
- 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.
- Find x β x = -3 β Solving gives x = -3.
- 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.
- Write the solution β x = -3, y = 4 β The intersection point of the two lines.
- 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.
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.