A system of linear equations is when we have two or more equations with the same variables, and we need to find values that satisfy ALL equations at the same time.
A solution to a system is a point (or pair of values) where both equations are true
System of equations
y = 2x + 1
y = -x + 4
We need to find the values of x and y that make BOTH equations true at the same time.
The solution is (x,y) = (1,3) because:
The substitution method works by solving one equation for one variable, then substituting that expression into the other equation.
Solve the system:
y = x + 2
2x + y = 8
Step 1: The first equation is already solved for y: y = x + 2
Step 2: Substitute into the second equation:
2x + ( x + 2 ) = 8
Step 3: Solve for x:
2x + x + 2 = 8
3x + 2 = 8
3x = 6
x = 2
Step 4: Find y by substituting x = 2 into the first equation:
y = 2 + 2 = 4
Step 5: Solution (2,4)
Step 6: Check:
Solve the system:
x + y = 5
2x - y = 4
Step 1: Solve the first equation for y:
x + y = 5
y = 5 - x
Step 2: Substitute into the second question:
2x - (5 - x) = 4
Step 3: Solve for x:
2x - 5 + x = 4
3x - 5 = 4
3x = 9
x = 3
Step 4: Find y:
y = 5-3 = 2
Step 5: Solution: (3, 2)
Step 6: Check:
Practice Problem
Solve each system using substitution:
The elimination method works by adding or subtracting equations to eliminate one variable making it easier to solve.
Elimination Example 1 - Variables Already Opposites
Solve the system:
2x + y = 7
2x - y = 5
Step 1: Already in standard form
Step 2-3: Notice that y and -y are opposites! No multiplication needed.
Step 4: Add the equations:
(2x + y) + (2x - y) = 7 + 5
4x = 12
Step 5: Solve for x:
x = 3
Step 6: Substitute into the first equation
2(3) + y = 7
6 + y = 7
y = 1
Solution: (3,1)
Step 7: Check:
Elimination Example 2 - Need to Multiply
Solve the system:
3x + 2y = 11
x + 2 y = 7
Step 1: Already in Standard Form
Step 2: To eliminate x, multiply the second term to make x coefficients opposites:
Equation 1: 3x + 2y = 11
Equation 2 (multiplied by -3): -3x - 6x = -21
Step 3: Multiplying Done
Step 4: Add the equations:
(3x + 2y) + (-3x - 6y) = 11 + (-21)
-4y = 10
Step 5 solve for y:
y = -10⁄-4 = 10⁄4 =
5⁄2 = 2.5
Step 6: Substitute into equation 2:
x + 2(2.5) = 7
x + 5 = 7
x = 2
Solution (2, 2.5)
Step 7: Check:
Elimination Example 3 - Multiply Both Equations
2x + 3y = 8
3x + 2y = 7
Step 1: Already in standard form
Step 2-3: To eliminate x:
Practice Problem
Solve each system using elimination:
Graphing Example
Solve the system by graphing:
y = 2x - 1
y = -x + 2
Step 1: Both Equations are already in slope-intercept form
Step 2:
If your equations aren't in y = mx + b form, solve for y first.
Converting 2x + y = 5 to slope-intercept form:
2x + y = 5
y = -2x + 5
Now we can see m = -2 and b = 5
Solve each system by graphing (describe the intersection):
Many real-world situations involve systems of equations. The key is translating English into mathematical equations.
Maria bought 3 notebooks and 2 pens for $13. James bought 2 notebooks and 4 pens for $16. Find the price
of each item.
Step 1: Define variables
Step 2: Write equations
Step 3: Solve using elimination
Multiply first equation by -2 and second by 3:
Add them: 8y = 22, so y = 2.75
Substitute: 3x + 2(2.75) = 13
3x + 5.5 = 13
3x = 7.5
x = 2.5
Step 4: Check: Does this make sense?
3 notebooks (3 × $2.50 = $7.50) plus 2 pens (2 × $2.75 = $5.50) = $13 ✓
Step 5: Answer: A notebook costs $2.50 and a pen costs $2.75.
The sum of two numbers is 24. The difference between them is 6. Find the numbers.
Step 1: Define variables
Step 2: Write equations
Step 3: Solve using elimination
Add the equations:
(x + y) + (x - y) = 24 + 6
2x = 30
x = 15
Substitute: 15 + y = 24, so y = 9
Step 4: Check:
Step 5: Answer: The two numbers are 15 and 9.
A fast train and a slow train leave the same station. The fast train travels at 80 mph and the slow
train at 60 mph. How long before they are 150 miles apart?
Step 1: Define variables
Step 2: Write equations
Step 3: Substitute and solve
80t - 60t = 150
20t = 150
t = 7.5
Step 4: Check: Fast train goes 80 × 7.5 = 600 miles. Slow train goes 60 × 7.5 = 450 miles.
Difference = 150 ✓
Step 5: Answer: After 7.5 hours, the trains will be 150 miles apart.
Solve these word problems:
Solve each system using the indicated method.
1. (3, 3) - Substitute y = 2x - 3 into x + y = 6 to get x + 2x - 3 = 6, so 3x = 9, x = 3, y = 3
2. (5, 3) - Substitute x = y + 2 into 2x - y = 7 to get 2(y + 2) - y = 7 ⇒ 2y + 4 - y = 7 ⇒ y = 3, then x = 5
3. (2, 1) - Add equations: 3x = 6, so x = 2. Substitute: 2 + y = 5, y = 1
4. (4, 0) - Add equations: 4x = 16, so x = 4. Substitute: 3(4) + 2y = 12, so y = 0
5. (1, 2) - Lines intersect where x + 1 = -x + 3, so 2x = 2, x = 1, y = 2
6. (2, 2) - Lines intersect where 2x - 2 = -x + 4, so 3x = 6, x = 2, y = 2
7. Answer: The numbers are 19 and 11.
8. Answer: 4 apples and 4 oranges
9. Answer: Length is 15 inches, width is 10 inches