Algebra Mastery
The Human Knowledge Project
Chapter 18 — Systems of Equations
18.1 Learning Objectives
By the end of this chapter, you should be able to:
understand what systems of equations are
solve systems using substitution
solve systems using elimination
interpret graphical solutions
recognize inconsistent and dependent systems
model real-world relationships with systems
understand intersections conceptually
solve systems involving linear equations
recognize systems with no solution or infinite solutions
connect systems to science, engineering, economics, and computing
18.2 Big Picture — Systems Describe Interacting Relationships
Earlier, equations described:
single relationships
Systems of equations describe:
multiple relationships operating simultaneously
Example:
x + y = 10
x - y = 2
Now two conditions must BOTH be true at the same time.
Systems appear everywhere:
engineering
finance
AI
networking
physics
economics
logistics
computer graphics
Real-world problems usually involve:
many interacting variables
Systems allow mathematics to model these interactions.
18.3 What Is a System of Equations?
A system is:
a set of equations solved together
Example:
x + y = 7
x - y = 1
We seek values satisfying:
BOTH equations simultaneously
18.4 Graphical Interpretation
Each equation represents:
a graph
The solution to the system is:
the intersection point
Example:
y = x + 1
y = -x + 5
The solution occurs where:
both graphs meet
18.5 Solving by Substitution
Substitution:
solves one equation for a variable
substitutes into the other equation
Example:
y = x + 2
x + y = 8
Substitute:
x + (x + 2) = 8
Simplify:
2x + 2 = 8
Solve:
x = 3
Find y:
y = 5
Solution:
(3,5)
18.6 Why Substitution Works
Substitution works because:
equal quantities may replace each other
If:
y = x + 2
then anywhere:
y appears
we may replace it with:
x + 2
This preserves algebraic consistency.
18.7 Solving by Elimination
Elimination removes variables by:
adding or subtracting equations
Example:
x + y = 10
x - y = 2
Add equations:
2x = 12
Solve:
x = 6
Substitute back:
y = 4
Solution:
(6,4)
18.8 Why Elimination Works
Elimination works because:
opposites cancel
Example:
+y and -y
combine to:
0
This allows systems to simplify structurally.
18.9 Multiplying Before Elimination
Sometimes equations must first be multiplied.
Example:
2x + y = 7
x - y = 2
Add equations directly:
3x = 9
Result:
x = 3
Then solve for y.
18.10 Infinite Solutions
Example:
x + y = 4
2x + 2y = 8
These are actually:
the same line
Therefore:
infinitely many solutions exist
This is called:
dependent system
18.11 No Solution
Example:
x + y = 3
x + y = 7
Impossible simultaneously.
Graphs are:
parallel lines
This system is:
inconsistent
18.12 Types of Systems
System Type Meaning
consistent independent one solution
consistent dependent infinitely many solutions
inconsistent no solution
18.13 Real-World Systems
Examples:
budgeting
engineering loads
networking constraints
business planning
AI optimization
physics systems
Real systems usually involve:
many variables interacting simultaneously
18.14 Systems and Computing
Computers solve enormous systems constantly.
Examples:
AI training
graphics rendering
network routing
optimization
simulations
Modern computing relies heavily on system-solving mathematics.
18.15 Systems and Geometry
Each equation represents:
a geometric object
Solutions represent:
intersections
simultaneous truths
This connects algebra and geometry deeply.
18.16 Common Beginner Difficulties
Students often struggle with:
sign mistakes
substitution errors
elimination setup
arithmetic mistakes
organizing equations
interpreting solutions
These struggles are normal.
Systems fluency develops through:
careful organization
repetition
structural thinking
visualization
18.17 Mental Model
Systems are:
multiple truths operating simultaneously
Solutions are:
points where all constraints agree
18.18 Warm-Up Problems
Problems
Solve by substitution:
y = x + 1
x + y = 7
Solve by elimination:
x + y = 8
x - y = 2
Solve:
y = 2x
x + y = 9
Solve:
x + y = 5
x - y = 1
Determine system type:
x + y = 4
2x + 2y = 8
Determine system type:
x + y = 3
x + y = 5
Solve:
y = 3x
x + y = 12
Solve:
x + y = 9
x - y = 5
Explain what a solution to a system means.
Explain what graph intersections represent.
Identify whether lines are:
parallel
intersecting
y = x + 2
y = x - 5
Identify system type:
y = 2x + 1
y = -x + 4
18.19 Guided Problems
Problems
Solve:
2x + y = 10
x - y = 2
Solve:
x + 2y = 11
x - y = 2
Solve by substitution:
y = x - 3
x + y = 7
Solve by elimination:
3x + y = 13
x - y = 3
Determine system type:
2x + 2y = 6
x + y = 3
Determine system type:
x - y = 4
x - y = 10
Explain why elimination works.
Explain why substitution works.
Describe a real-world system involving two variables.
Explain why systems are important in engineering and computing.
Describe what happens graphically when a system has:
one solution
Describe what happens graphically when a system has:
no solution
18.20 Challenge Problems
Solve:
2x + y = 11
x + y = 7
Solve:
3x - y = 7
x + y = 9
Solve:
y = 2x + 1
x + y = 10
Solve:
2x + 3y = 13
x - y = 1
Determine system type:
3x + 3y = 9
x + y = 3
Determine system type:
2x + y = 4
2x + y = 9
Explain why systems represent simultaneous constraints.
Explain why parallel lines produce no solution.
Describe a computing or scientific application of systems.
Explain why systems are foundational in higher mathematics.
18.21 Solutions
Solutions to Warm-Up Problems
(3,4)
(5,3)
(3,6)
(3,2)
dependent system
inconsistent system
(3,9)
(7,2)
A solution satisfies ALL equations simultaneously.
Intersections represent values where all equations are true together.
parallel
consistent independent
Solutions to Guided Problems
(4,2)
(5,3)
(5,2)
(4,1)
dependent system
inconsistent system
Opposite terms cancel during addition or subtraction.
Equal quantities may replace each other without changing truth.
Examples include:
budgeting
pricing systems
travel systems
engineering constraints
Systems model interacting variables and simultaneous constraints.
Graphs intersect at exactly one point.
Graphs remain parallel and never intersect.
Solutions to Challenge Problems
(4,3)
(4,5)
(3,7)
(2,1)
dependent system
inconsistent system
Systems describe multiple conditions that must all be satisfied simultaneously.
Parallel lines never intersect because they maintain constant separation.
Examples include:
AI optimization
engineering simulations
network routing
physics systems
economics
Systems form the foundation for linear algebra, optimization, engineering analysis, computing, and scientific modeling.