Systems of Equations: Three Methods, One Intersection Point

A system of equations asks where two lines cross. Three ways to find that point — graphing, substitution, elimination — and how to recognize when there are zero, one, or infinite solutions.

9 분 TEKS 5C,3F,3G 대수학 1

Where do two lines meet?

A system of equations is just two equations sharing the same variables. The solution is the point (x, y) that satisfies both equations — visually, the point where the two lines cross.

Big idea

One linear equation describes infinite points (a whole line). Two linear equations together usually pin down one specific point — the intersection.

Three possible outcomes

ONE solution different slopes → cross once NO solution parallel → never cross INFINITE solutions same line → overlap entirely
Different slopes → cross once. Same slope, different intercept → parallel, no solution. Same line entirely → infinite.
Practice

What does the solution represent?

A solution to a system of two linear equations is the point where:

Open the question →
Practice

No solution

A system of equations has no solution. The lines are:

Open the question →
Practice

Infinite solutions

Infinitely many solutions means the two equations represent:

Open the question →

Method 1: Substitution

Best when one equation already has a variable isolated (like “y = ...”).

y = 2x + 1 3x + y = 11 3x + (2x + 1) = 11    (substitute y) 5x + 1 = 11 → x = 2 y = 2(2) + 1 = 5 Solution: (2, 5)

Method 2: Elimination

Best when both equations are in standard form (Ax + By = C). Add or subtract to eliminate one variable.

2x + 3y = 16 2x − y = 4    (subtract to eliminate x) 4y = 12 → y = 3 2x − 3 = 4 → x = 3.5 Solution: (3.5, 3)

Method 3: Graphing

Plot both lines and read the intersection. Best for visual confirmation, but coordinates that aren't integers are hard to read off a graph.

3-second recap

  • The solution is the point (x, y) that makes both equations true.
  • Different slopes → one solution. Same slope, different intercept → no solution. Identical line → infinite.
  • One variable already isolated → substitution. Both in standard form → elimination.