Decision guideAlgebra IIntermediate9 min read

Graphing, substitution, or elimination: which system method fits?

Choose from the equation structure: graph when the intersection matters visually, substitute when a variable is already isolated, and eliminate when coefficients align.

{a1x+b1y=c1a2x+b2y=c2\begin{cases}a_1x+b_1y=c_1\\a_2x+b_2y=c_2\end{cases}
Decision guide

A practical comparison that turns a vague choice into a repeatable test.

Updated July 13, 2026
DecisionStart here

The methods solve the same problem. The best first move is the one that creates the least new algebra.

01

Graphing shows the geometry

The solution is the point shared by both graphs. Graphing makes one, none, or infinitely many intersections visible and is excellent for estimating or interpreting.

It is less reliable for exact answers when the intersection has awkward fractional coordinates or the graph scale is coarse.

solution=intersection\text{solution}=\text{intersection}
02

Substitution follows an isolated variable

If one equation already says x = expression or y = expression, insert that expression into the other equation. The system becomes one equation in one variable.

Avoid substitution when isolation creates complicated fractions that elimination could bypass.

y=2x+13x+y=113x+(2x+1)=11y=2x+1\Rightarrow3x+y=11\to3x+(2x+1)=11
03

Elimination rewards aligned coefficients

Add or subtract equations when one variable has opposite or equal coefficients. A small multiplication can create the needed pair.

Write equations in aligned standard form first so like terms stay in the same columns.

2x+3y=72x+y=5\begin{aligned}2x+3y&=7\\-2x+y&=5\end{aligned}
Worked exampleChoose before calculating

Choose a method for y = 4x − 3 and 2x + y = 9, then solve.

12x+(4x3)=92x+(4x-3)=9

Substitution is immediate because y is isolated.

26x=12x=26x=12\Rightarrow x=2

Solve the one-variable equation.

3y=4(2)3=5y=4(2)-3=5

Back-substitute for y.

42(2)+5=92(2)+5=9

Check the pair in the other equation.

Result(2,5)\boxed{(2,5)}
Watch for

Common mistakes

  1. Choosing graphing for an exact fractional intersection without enough precision.
  2. Substituting an expression into only part of an equation.
  3. Adding unaligned unlike terms during elimination.
Keep

Three takeaways

  1. Match the method to the equation structure.
  2. Every method finds the same intersection.
  3. Check the ordered pair in both equations.