Skip to main content
Skip to main content

What is a System of Equations?

Visual representation of two equations
A system of equations shown as intersecting lines

A system of equations is a set of two or more equations with the same variables. We solve the system to find the values of the variables that make all equations true at the same time.

Think of it like solving a puzzle where you have two clues. For example:
Clue 1: x + y = 10
Clue 2: x - y = 2

The solution to this system is x = 6 and y = 4, because 6 + 4 = 10 and 6 - 4 = 2. Both equations are satisfied with these values.

Solving Methods

Visual comparison of substitution, elimination, and graphing methods
Three methods for solving systems of equations

There are several ways to solve systems of equations. Let's explore the three main methods:

Substitution Method

This method works by solving one equation for one variable and substituting that expression into the other equation.

Steps:
  1. Solve one equation for one variable
  2. Substitute that expression into the other equation
  3. Solve for the remaining variable
  4. Substitute back to find the first variable
Example:

Solve:
Equation 1: y = 2x + 1
Equation 2: 3x + y = 9

Substitute y from Equation 1 into Equation 2:
3x + (2x + 1) = 9
5x + 1 = 9
5x = 8
x = 1.6
Then y = 2(1.6) + 1 = 4.2

Elimination Method

This method adds or subtracts equations to eliminate one variable, making it easier to solve for the other.

Steps:
  1. Make coefficients of one variable opposites
  2. Add the equations together
  3. Solve for the remaining variable
  4. Substitute to find the other variable
Example:

Solve:
Equation 1: 2x + 3y = 7
Equation 2: 4x - 3y = 5

Add both equations:
(2x + 3y) + (4x - 3y) = 7 + 5
6x = 12
x = 2
Then 2(2) + 3y = 7 → 4 + 3y = 7 → 3y = 3 → y = 1

Graphing Method

This method involves graphing both equations and finding their point of intersection.

Steps:
  1. Graph both equations on the same coordinate plane
  2. Find the point where the lines intersect
  3. The intersection point is the solution (x, y)
Example:

Solve by graphing:
y = 2x + 1
y = -x + 7

Graph both lines. They intersect at (2, 5), so the solution is x=2, y=5.

Types of Systems

Visual representation of consistent, inconsistent, and dependent systems
Different types of systems: intersecting, parallel, and overlapping lines

Systems of equations can have different types of solutions:

Real-World Examples

Real-world applications of systems of equations
Everyday situations where systems of equations are used

Systems of equations help solve real-world problems. Here are some examples:

Problem 1: Snack Stand

At the school fair, Sarah sold juice for $2 per cup and cookies for $1 each. She sold 30 items total and made $45. How many cups of juice and cookies did she sell?

Solution:
Let j = number of juice cups, c = number of cookies
Equation 1: j + c = 30 (total items)
Equation 2: 2j + c = 45 (total money)
Subtract Equation 1 from Equation 2: (2j + c) - (j + c) = 45 - 30
j = 15
Then 15 + c = 30 → c = 15
Sarah sold 15 juice cups and 15 cookies.

Problem 2: Transportation

A school has buses and vans for a field trip. Each bus holds 40 students, each van holds 10 students. There are 10 vehicles total that can carry 220 students. How many buses and vans are there?

Solution:
Let b = number of buses, v = number of vans
Equation 1: b + v = 10 (total vehicles)
Equation 2: 40b + 10v = 220 (total students)
Multiply Equation 1 by 10: 10b + 10v = 100
Subtract from Equation 2: (40b + 10v) - (10b + 10v) = 220 - 100
30b = 120 → b = 4
Then 4 + v = 10 → v = 6
There are 4 buses and 6 vans.

Practice Quiz

Test your knowledge with this 5-question quiz. Choose the correct answer for each question.

1. What is the solution to this system?
y = 3x + 2
y = 2x + 5
2. Which method would be best to solve this system?
2x + 3y = 12
4x - 3y = 6
3. How many solutions does this system have?
y = 2x + 3
y = 2x - 1
4. If a system has infinitely many solutions, what is it called?
5. Solve this system using substitution:
y = x + 4
2x + y = 16

Frequently Asked Questions

Here are answers to common questions about systems of equations:

Math Trivia

Discover interesting facts about equations and mathematics:

Copyright © 2025 Workybooks. Made with ♥ in California.