Systems of Equations Practice Test

Review solving methods, classification, verification, and interpretation of linear systems.

Systems of Equations Practice Test

This test has 20 questions

After the test · intersection lab

A system of equations asks for values that make two equations true at the same time

For a two-variable linear system, the solution is usually an ordered pair (x, y). Algebraically, that pair satisfies both equations. Graphically, it is the point where the two lines intersect. Substitution and elimination are not different goals — they are different routes to the same shared solution.

Ordered pairSubstitutionEliminationGraphing One solutionNo solutionInfinitely manyCheck both equations
A candidate pair is not a system solution until it satisfies every equation in the system.
System
x + y = 7
x − y = 1
Candidate pair
(4, 3)
Equation 1
4 + 3 = 7 ✓
Equation 2
4 − 3 = 1 ✓
Conclusion
(4, 3) solves the system.

Method selector

Choose the solving method from the structure you see

Substitution Best when one equation already isolates a variable or can isolate it easily.

Replace that variable in the other equation, solve one-variable algebra, then substitute back.

Look for y = ... or x = ...
Elimination Best when coefficients are equal, opposite, or easy to make opposite.

Add or subtract equations so one variable disappears.

Look for +3y and −3y, or coefficients with easy multiples.
Graphing Best when the visual relationship matters or both equations are easy to graph.

The intersection point is the shared solution.

Useful for estimating or interpreting the geometry of the system.
Substitution relay · y = 2x + 1 and x + y = 10
START
y = 2x + 1
x + y = 10
The first equation already isolates y.
SUB
x + (2x + 1) = 10 Replace y in the second equation with 2x + 1.
SOLVE x
3x + 1 = 10 → 3x = 9 → x = 3 The system is now reduced to one variable.
BACK
y = 2(3) + 1 = 7 Substitute x = 3 into an original equation.
PAIR
(3, 7) Write the final answer as an ordered pair.

Elimination ledger

Elimination turns two equations into one by making one variable cancel

Equation 1
2x + 3y = 13
The y-coefficient is +3.
Equation 2
x − 3y = 2
The y-coefficient is −3, so y cancels immediately.
Add equations
3x = 15
3y + (−3y) = 0.
Solve x
x = 5
Now substitute x into either original equation.
Back-substitute
5 − 3y = 2 → y = 1
Final solution: (5, 1).

Graph intersection view

Graphically, solving a system means locating the common point of two lines

Every point on the first line satisfies the first equation. Every point on the second line satisfies the second. Their intersection is special because it satisfies both equations at once.

First equationAll points satisfying equation A.
Second equationAll points satisfying equation B.
IntersectionThe ordered pair that satisfies both equations.

Two-equation verification matrix

Check the ordered pair in both original equations

For the elimination example, test (5, 1).

Pair
Equation 1
Equation 2
Status
(5, 1)
2(5) + 3(1) = 13
5 − 3(1) = 2
both true ✓

System outcome radar

A linear system can have one solution, no solution, or infinitely many solutions

Algebraic simplification and graph structure tell the same story.

One solution
The equations reduce to a unique ordered pair.
lines intersect once
No solution
Elimination produces a contradiction such as 0 = 5.
parallel lines
Infinitely many
Elimination produces an identity such as 0 = 0.
same line

Special system structures

Contradictions and identities are not algebra failures — they classify the relationship between the equations

No solution · parallel lines

2x + y = 4
4x + 2y = 12

Doubling the first equation would give 4x + 2y = 8, not 12. The lines have the same slope but different intercepts, so they never meet.

Infinitely many · same line

2x + y = 4
4x + 2y = 8

The second equation is exactly twice the first. Both equations describe the same line, so every point on that line solves the system.

Two-quantity word model

Systems are useful when one story gives two independent relationships between the same two unknowns

Adult tickets
x
Student tickets
y
Total tickets
x + y = 50
Revenue
12x + 8y = 520
Substitute y = 50 − x
12x + 8(50 − x)=520
Solve
x = 30, y = 20

System-solving error scan

Most errors come from changing only one equation, losing a sign during elimination, or stopping after one variable

Substitution not grouped
y = 2x + 1, x + y = 10 → x + 2x + 1 = 10 written without tracking the replacement clearly. Write x + (2x + 1) = 10 first.

Parentheses make the substituted expression explicit and reduce sign errors.

Only one variable found
Elimination gives x = 5, so the solution is reported as 5. Substitute back to find y and report an ordered pair.

A two-variable system usually requires both coordinates.

Cancellation sign error
3y + (−3y) treated as 6y. 3y + (−3y) = 0.

Elimination depends on exact opposite coefficients.

0 = 0 misread
0 = 0 → no solution. 0 = 0 means the equations are dependent and have infinitely many solutions.

A contradiction such as 0 = 5 is the no-solution case.

Intersection-lab diagnostics

Classify missed questions by the exact system skill that failed

Method choice Was substitution, elimination, or graphing chosen efficiently for the structure?
Algebra execution Were substitution, coefficient operations, and cancellation performed correctly?
Solution pair Were both x and y found and written in the correct ordered-pair order?
System type Could you distinguish one solution, no solution, and infinitely many solutions?