JOVANA
Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

When Lines Miss or Merge: Counting Solutions

Not every system has one neat answer. Learn the three geometric possibilities — crossing, parallel, identical — and the algebraic signals that tell them apart.

Three pictures, three outcomes

Two lines in a plane can do exactly three things. They can cross once — one solution. They can be parallel and never meet — no solution. Or they can be the same line drawn twice — infinitely many shared points. These are the only possibilities for a linear system of two equations.

The vocabulary names two independent traits. A system is a consistent system if it has at least one solution, and an inconsistent system if it has none. Separately, a consistent system is an independent system if it has exactly one solution, and a dependent system if the equations describe the same line and there are infinitely many solutions.

How the algebra warns you

You do not always notice the slopes in advance. The solving process itself signals the special cases: if elimination wipes out both variables and leaves a false statement, that is a contradiction — no solution. If it leaves a true statement like 0 = 0, that is an identity — infinitely many.

Inconsistent (no solution):
   x + y = 2
   x + y = 5
Subtract:  0 = -3   <- false, a contradiction.
The lines are parallel; no pair satisfies both.

Dependent (infinitely many):
   x + y = 2
   2x + 2y = 4
The second is just twice the first.
Multiply eq 1 by 2 and subtract:  0 = 0  <- always true.
Every point on x + y = 2 works.
Variables vanish: a false line means none, a true line means all.
  1. Try to eliminate one variable as usual.
  2. If you reach an ordinary equation in one variable, the system is independent — solve it.
  3. If both variables vanish into a false statement, declare it inconsistent: no solution.
  4. If both vanish into a true statement, declare it dependent: infinitely many solutions.