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

Graphing linear inequalities in two variables

Draw the boundary, decide whether it belongs to the solution, then test a point to choose the correct half-plane.

LaTeX article Updated July 13, 2026

y>2x+3y>-2x+3

A test point chooses the side

Select a point not on the boundary—often (0, 0)—and substitute it into the original inequality. If the statement is true, shade the side containing that point.

If the boundary passes through the origin, choose another simple point. The test must distinguish one side from the other.

(0,0):0>2(0)+3 is false(0,0):\quad0>-2(0)+3\text{ is false}

Reversing the inequality matters when solving for y

Multiplying or dividing both sides by a negative reverses the order relation. Missing that reversal shades exactly the wrong region.

You can avoid solving for y by graphing the boundary in standard form and testing a point directly, but the solid-or-dashed decision still comes from the original symbol.

2y<4x6y>2x+3-2y<4x-6\Rightarrow y>-2x+3

Worked example

Common mistakes

  • Using a solid line for a strict inequality.
  • Testing a point that lies on the boundary.
  • Forgetting to reverse the inequality after division by a negative.

Keep these ideas

  • Graph the related equation first.
  • Boundary style records equality.
  • One valid test point identifies the region.