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.

LaTeX article Updated July 13, 2026

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

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}

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

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 example

Common mistakes

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

Keep these ideas

  • Match the method to the equation structure.
  • Every method finds the same intersection.
  • Check the ordered pair in both equations.
Vocab
System of equations
Math glossarySystem of equations
{f(x,y)=0g(x,y)=0\begin{cases}f(x,y)=0\\g(x,y)=0\end{cases}

Equations whose solution must satisfy all members at once.

Learn more
Substitution method
Math glossarySubstitution method
y=f(x)g(x,y)=g(x,f(x))y=f(x)\Rightarrow g(x,y)=g(x,f(x))

Replaces a variable with an equal expression.

Learn more
Elimination method
Math glossaryElimination method
ax+by=cax+dy=e\begin{aligned}ax+by&=c\\-ax+dy&=e\end{aligned}

Combines equations so one variable cancels.

Learn more
Inequality
Math glossaryInequality
x<4x<4

A statement comparing quantities by order rather than exact equality.

Learn more
Solution set
Math glossarySolution set
{x:x2}\{x:x\ge2\}

The set of every value satisfying a statement.

Learn more
Math glossary