Loadingโฆ
Solve systems by graphing
Learn step-by-step with practice exercises built right in.
What happens when two lines meet? A system of linear equations helps us find that intersection point! Systems appear everywhere in real life - from business decisions to science problems. Let's explore how to solve them!
A system of linear equations is a set of two or more linear equations with the same variables.
Example system: y = 2x + 1 y = -x + 4
The solution is the point(s) where the lines intersect - the (x, y) values that satisfy BOTH equations simultaneously.
One Solution:
Example: y = 2x + 1 y = -x + 4
These intersect at (1, 3)
No Solution:
y = 3x + 2 y = 3x - 5
Solve by substitution: y = 2x + 1 y = x + 3
Since both equal y, set them equal:
2x + 1 = x + 3
2x - x = 3 - 1
x = 2
Substitute back: y = 2 + 3 = 5
Answer: (2, 5)
Review key concepts with our flashcard system
Explore more Grade 8 Math topics
Same slope (3), different intercepts โ parallel!
Infinitely Many Solutions:
Example: y = 2x + 3 2y = 4x + 6 (simplifies to y = 2x + 3)
Same line โ infinite solutions!
Steps:
Example: Solve by graphing: y = x + 1 y = -2x + 4
Solution:
Graph y = x + 1:
Graph y = -2x + 4:
Intersection: Lines cross at (1, 2)
Check: y = x + 1: 2 = 1 + 1 โ y = -2x + 4: 2 = -2(1) + 4 = 2 โ
Answer: (1, 2)
Limitations of graphing:
Best when one equation is already solved for a variable
Steps:
Example 1: Solve: y = 3x - 2 2x + y = 8
Solution:
Step 1: First equation already solved for y โ
Step 2: Substitute y = 3x - 2 into second equation 2x + (3x - 2) = 8
Step 3: Solve for x 2x + 3x - 2 = 8 5x - 2 = 8 5x = 10 x = 2
Step 4: Substitute x = 2 into y = 3x - 2 y = 3(2) - 2 = 6 - 2 = 4
Step 5: Check in both equations y = 3x - 2: 4 = 3(2) - 2 = 4 โ 2x + y = 8: 2(2) + 4 = 8 โ
Answer: (2, 4)
Example 2: Solve: x + 2y = 7 3x - y = 5
Solution:
Step 1: Solve first equation for x x = 7 - 2y
Step 2: Substitute into second equation 3(7 - 2y) - y = 5
Step 3: Solve for y 21 - 6y - y = 5 21 - 7y = 5 -7y = -16 y = 16/7
Step 4: Substitute back x = 7 - 2(16/7) = 7 - 32/7 = 49/7 - 32/7 = 17/7
Answer: (17/7, 16/7) or approximately (2.43, 2.29)
Best when coefficients line up nicely
Steps:
Example 1: Solve: 2x + 3y = 12 x - 3y = -3
Solution:
Step 1: Already in standard form โ
Step 2: The y-coefficients are already opposites (3 and -3) โ
Step 3: Add equations 2x + 3y = 12
3x + 0y = 9 3x = 9 x = 3
Step 4: Substitute x = 3 into first equation 2(3) + 3y = 12 6 + 3y = 12 3y = 6 y = 2
Step 5: Check 2x + 3y = 12: 2(3) + 3(2) = 6 + 6 = 12 โ x - 3y = -3: 3 - 3(2) = 3 - 6 = -3 โ
Answer: (3, 2)
Example 2: Solve (requires multiplication): 3x + 2y = 16 5x - y = 7
Solution:
Step 1: Standard form โ
Step 2: Multiply second equation by 2 to make y-coefficients opposites 3x + 2y = 16 2(5x - y = 7) โ 10x - 2y = 14
Step 3: Add 3x + 2y = 16
13x = 30 x = 30/13
Step 4: Substitute into 5x - y = 7 5(30/13) - y = 7 150/13 - y = 7 -y = 7 - 150/13 = 91/13 - 150/13 = -59/13 y = 59/13
Answer: (30/13, 59/13) or approximately (2.31, 4.54)
Example 3: Solve (both need multiplication): 2x + 3y = 13 3x + 4y = 18
Solution:
Step 1: Multiply first by 3, second by -2 to eliminate x 6x + 9y = 39 -6x - 8y = -36
Step 2: Add y = 3
Step 3: Substitute y = 3 into 2x + 3y = 13 2x + 3(3) = 13 2x + 9 = 13 2x = 4 x = 2
Answer: (2, 3)
No Solution (Parallel Lines):
Example: 2x + y = 5 2x + y = 8
When you try to solve: 2x + y = 5 -(2x + y = 8)
0 = -3 (FALSE!)
Result: No solution (inconsistent)
Infinite Solutions (Same Line):
Example: x + 2y = 6 2x + 4y = 12
When you try to solve: 2(x + 2y = 6) โ 2x + 4y = 12 -(2x + 4y = 12)
0 = 0 (TRUE!)
Result: Infinitely many solutions (dependent)
Business Problem:
Problem: Movie tickets cost 5 for children. A group buys 20 tickets for $115. How many of each?
Solution:
Let a = adult tickets, c = child tickets
Equation 1: a + c = 20 (total tickets) Equation 2: 8a + 5c = 115 (total cost)
Solve by substitution: From equation 1: a = 20 - c
Substitute into equation 2: 8(20 - c) + 5c = 115 160 - 8c + 5c = 115 160 - 3c = 115 -3c = -45 c = 15
Then: a = 20 - 15 = 5
Answer: 5 adult tickets, 15 child tickets
Mixture Problem:
Problem: How many liters of 20% acid solution and 50% acid solution should be mixed to get 30 liters of 35% acid solution?
Solution:
Let x = liters of 20% solution, y = liters of 50% solution
Equation 1: x + y = 30 (total volume) Equation 2: 0.20x + 0.50y = 0.35(30) = 10.5 (acid amount)
Solve: From equation 1: y = 30 - x
Substitute: 0.20x + 0.50(30 - x) = 10.5 0.20x + 15 - 0.50x = 10.5 -0.30x = -4.5 x = 15
Then: y = 30 - 15 = 15
Answer: 15 L of 20% solution, 15 L of 50% solution
Break-Even Analysis:
Problem: Company A charges 10 per item. Company B charges $20 per item with no setup fee. When do they cost the same?
Solution:
Cost A: y = 10x + 50 Cost B: y = 20x
Set equal: 10x + 50 = 20x 50 = 10x x = 5
Answer: At 5 items, both cost $100 (break-even point)
Use Graphing when:
Use Substitution when:
Use Elimination when:
โ Mistake 1: Forgetting to multiply ALL terms
โ Mistake 2: Sign errors when subtracting
โ Mistake 3: Not checking the solution
โ Mistake 4: Stopping after finding one variable
โ Mistake 5: Mixing up coordinates
Step 1: Define variables clearly
Step 2: Write two equations from the problem
Step 3: Choose best solution method
Step 4: Solve the system carefully
Step 5: Check the solution in both equations
Step 6: Answer in context
Three Solution Methods:
Graphing:
Substitution:
Elimination:
Types of Solutions:
Checking for Special Cases:
Tip 1: Organize your work
Tip 2: Check for easy elimination first
Tip 3: Use fractions carefully
Tip 4: Make a plan before starting
Tip 5: Verify your answer
Systems of linear equations have two or more equations to solve together:
Solution types:
Solution methods:
Real-world applications:
Key skill: Translate word problems into two equations, then solve using the most efficient method!
Systems of equations are essential tools for solving complex real-world problems in business, science, engineering, and everyday life!
Solve by elimination: x + y = 10 x - y = 4
Add the equations to eliminate y:
(x + y) + (x - y) = 10 + 4
2x = 14
x = 7
Substitute: 7 + y = 10, so y = 3
Answer: (7, 3)
Solve by substitution: x + 2y = 11 3x - y = 7
Solve first equation for x: x = 11 - 2y
Substitute into second equation: 3(11 - 2y) - y = 7
33 - 6y - y = 7
33 - 7y = 7
-7y = -26
y = 26/7
Substitute back: x = 11 - 2(26/7) = 11 - 52/7 = 77/7 - 52/7 = 25/7
Answer: (25/7, 26/7)
Solve by elimination: 2x + 3y = 16 5x - 2y = 11
Multiply first equation by 2 and second by 3 to eliminate y:
4x + 6y = 32 15x - 6y = 33
Add equations: 19x = 65
x = 65/19
Substitute: 2(65/19) + 3y = 16 130/19 + 3y = 16 3y = 304/19 - 130/19 = 174/19 y = 58/19
Answer: (65/19, 58/19)
A movie theater sold 150 tickets. Adult tickets cost 8. Total sales were $1,560. How many of each type were sold?
Let a = adult tickets, c = child tickets
System: a + c = 150 12a + 8c = 1560
Solve first for a: a = 150 - c
Substitute: 12(150 - c) + 8c = 1560 1800 - 12c + 8c = 1560 1800 - 4c = 1560 -4c = -240 c = 60
Then a = 150 - 60 = 90
Answer: 90 adult tickets, 60 child tickets