Algebra Mastery

The Human Knowledge Project


Chapter 8 — Systems of Equations

8.1 Learning Objectives

By the end of this chapter, you should be able to:

understand what systems of equations represent

solve systems using graphing

solve systems using substitution

solve systems using elimination

recognize consistent and inconsistent systems

recognize dependent and independent systems

interpret intersections geometrically

model real-world situations with systems

understand why systems are important in science and engineering

8.2 Big Picture — Systems Describe Interacting Relationships

A single equation describes one relationship.

A system of equations describes:

multiple relationships interacting simultaneously

Example:

y = 2x + 1

y = -x + 7

Both equations describe lines.

The solution to the system is the point where:

BOTH equations are true simultaneously

Systems of equations are essential because real-world systems almost always involve:

multiple variables

multiple constraints

multiple interacting conditions

Examples:

engineering systems

electrical circuits

economics

navigation

AI optimization

networking

physics

budgeting

8.3 What Is a Solution to a System?

A solution is:

a value (or values)

that satisfies ALL equations simultaneously

Example:

x + y = 5

x - y = 1

The solution must make BOTH equations true at the same time.

8.4 Graphical Interpretation

Each linear equation produces a line.

The solution to a system is:

the intersection point

Example:

y = x + 1

y = -x + 5

The lines intersect at:

(2,3)

because BOTH equations are true there.

8.5 Types of Systems

Systems may have:

one solution

no solution

infinitely many solutions

One Solution

Lines intersect once.

This is the most common case.

No Solution

Parallel lines never intersect.

Example:

y = 2x + 1

y = 2x - 4

Same slope:

different intercepts

No intersection exists.

Infinite Solutions

Both equations describe the SAME line.

Example:

y = 3x + 2

2y = 6x + 4

Infinitely many shared points exist.

8.6 Solving Systems by Graphing

Graph both equations.

The intersection point is the solution.

Example:

y = x + 1

y = -x + 5

Intersection:

(2,3)

Graphing gives strong visual intuition.

However:

graphing may lack precision

algebraic methods are often more accurate

8.7 Solving Systems by Substitution

Substitution works by:

solving one equation for a variable

replacing that variable in the other equation

8.8 Example of Substitution

System:

y = 2x + 1

x + y = 7

Substitute:

x + (2x + 1) = 7

Simplify:

3x + 1 = 7

Subtract 1:

3x = 6

Divide by 3:

x = 2

Substitute back:

y = 2(2) + 1 = 5

Solution:

(2,5)

8.9 Solving Systems by Elimination

Elimination removes one variable by:

adding or subtracting equations

8.10 Example of Elimination

System:

x + y = 7

x - y = 1

Add equations:

2x = 8

Solve:

x = 4

Substitute back:

4 + y = 7

Result:

y = 3

Solution:

(4,3)

8.11 Why Elimination Works

Elimination works because:

equal quantities preserve balance

opposite terms cancel

structure simplifies systematically

It is essentially controlled algebraic cancellation.

8.12 Multiplying Before Elimination

Sometimes equations must first be multiplied.

Example:

2x + y = 7

3x - y = 8

Add equations directly:

5x = 15

Result:

x = 3

Substitute back:

2(3) + y = 7

Result:

y = 1

8.13 Systems and Geometry

Systems connect algebra and geometry.

Every algebraic solution corresponds to:

a geometric intersection

This relationship becomes extremely important later in:

calculus

physics

engineering

machine learning

8.14 Real-World Systems

Example:

A theater sells:

adult tickets

child tickets

Adult tickets:

$10

Child tickets:

$6

Total tickets sold:

100

Total revenue:

$760

System:

a + c = 100

10a + 6c = 760

Systems allow simultaneous constraints to be solved together.

8.15 Common Beginner Difficulties

Students often struggle with:

sign errors

substitution mistakes

elimination setup

arithmetic errors

variable confusion

These difficulties are normal.

System-solving fluency develops through:

repetition

structure recognition

troubleshooting

visualization

8.16 Mental Model

Systems are:

interacting structures

overlapping constraints

simultaneous conditions

The solution is where ALL conditions become true together.

8.17 Warm-Up Problems

Problems

Solve by inspection:

x + y = 5

x - y = 1

Solve:

y = x + 2

x + y = 8

Solve:

x + y = 10

x - y = 4

Solve:

y = 2x

x + y = 9

Solve:

2x + y = 7

x - y = 2

Solve:

x + y = 12

y = x + 2

Solve:

3x + y = 11

x - y = 1

Solve:

x + 2y = 8

x - y = 2

Identify whether the system has:

one solution

no solution

infinitely many solutions

y = 2x + 1

y = 2x - 3

Identify system type:

y = 3x + 1

2y = 6x + 2

Solve:

2x + y = 9

x + y = 6

Solve:

x - y = 5

x + y = 9

8.18 Guided Problems

Problems

Solve by substitution:

y = x + 3

2x + y = 12

Solve by substitution:

y = 2x - 1

x + y = 11

Solve by elimination:

x + y = 10

x - y = 2

Solve by elimination:

2x + y = 7

3x - y = 8

Solve:

x + 2y = 11

x - y = 2

Solve:

2x + 3y = 12

x - y = 1

Determine whether system is:

consistent

inconsistent

y = x + 1

y = x - 3

Determine whether system is:

dependent

independent

y = 2x + 5

2y = 4x + 10

Write a system representing:

adult tickets and child tickets

Write a system representing:

two products with different prices

Explain the meaning of intersection points.

Explain why systems are useful.

8.19 Challenge Problems

Solve:

2x + y = 9

x - 2y = -3

Solve:

3x + 2y = 16

x - y = 1

Solve:

4x - y = 11

2x + y = 7

Solve:

5x + 2y = 19

x + y = 5

Determine system type:

y = -x + 3

y = -x - 1

Determine system type:

2x + 2y = 8

x + y = 4

Explain the difference between:

substitution

elimination

Explain why parallel lines have no solution.

Describe a real-world system involving multiple constraints.

Explain why systems are important in engineering, economics, and science.

8.20 Solutions

Solutions to Warm-Up Problems

(3,2)

(3,5)

(7,3)

(3,6)

(3,1)

(5,7)

(3,2)

(4,2)

no solution

infinitely many solutions

(3,3)

(7,2)

Solutions to Guided Problems

(3,6)

(4,7)

(6,4)

(3,1)

(5,3)

(3,2)

inconsistent

dependent

Possible system:

a + c = total tickets

10a + 6c = total revenue

Possible system:

x + y = total items

px + qy = total revenue

Intersection points satisfy ALL equations simultaneously.

Systems model multiple interacting relationships and constraints.

Solutions to Challenge Problems

(3,3)

(2,1)

(3,1)

(3,2)

no solution

infinitely many solutions

Substitution replaces variables directly.

Elimination cancels variables algebraically.

Parallel lines never intersect because they have identical slopes but different intercepts.

Examples include:

engineering systems

budgets

traffic systems

electrical networks

manufacturing constraints

Systems allow simultaneous relationships and constraints to be solved together, which is essential in modeling real-world systems.