In short

A system of two linear equations in two unknowns has exactly three possible outcomes — no more, no less. Either the two lines intersect at a single point (one solution), or they run parallel and never touch (no solution), or they sit coincident on top of each other (infinitely many solutions). Rewrite both equations in slope-intercept form y = mx + c. Compare the slopes and the intercepts: m_1 \neq m_2 means intersecting; m_1 = m_2 with c_1 \neq c_2 means parallel; m_1 = m_2 with c_1 = c_2 means coincident. Every CBSE Class 10 system question reduces to one of these three cases.

When you first meet systems of linear equations, the methods feel like a list of recipes — substitute, eliminate, cross-multiply. But before you pick a method, there is a more basic question: how many answers does this system even have? Two lines on a flat sheet of paper can do exactly three things relative to each other, and that is the whole story.

This article lays the three scenarios out side by side, the way they would appear in a CBSE Class 10 NCERT figure — three little coordinate planes in a row — and gives you the algebraic test to spot each case from the equations alone, without plotting a single graph.

The three scenarios at a glance

Three side-by-side panels showing the three possible outcomes for a pair of linear equationsThree coordinate planes arranged in a row. Left panel labelled Intersecting shows two lines crossing at one point with the intersection circled in red. Middle panel labelled Parallel shows two lines running in the same direction with the words no solution between them. Right panel labelled Coincident shows two lines drawn on top of each other in a thick band with the word infinite repeating along the line. Intersecting x y one point one solution $m_1 \neq m_2$ Parallel x y no solution never meet $m_1 = m_2,\ c_1 \neq c_2$ Coincident x y same line, twice $m_1 = m_2,\ c_1 = c_2$ Slopes and intercepts decide which scenario you are in — no plotting needed.
The three side-by-side panels are the entire universe of possibilities for a pair of linear equations in two unknowns. Left: lines tilted differently must cross somewhere — exactly one solution. Middle: same tilt but different starting heights — they march in step and never meet. Right: same tilt, same starting height — every point on the line satisfies both equations, so there are infinitely many solutions.

That picture is the whole article. The rest is just learning to spot which panel a given pair of equations belongs in — without drawing the lines.

The slope-intercept test

Take any pair of linear equations and rewrite both in slope-intercept form:

y = m_1 x + c_1
y = m_2 x + c_2

Here m is the slope (steepness) and c is the y-intercept (where the line crosses the y-axis). Now compare the two slopes and the two intercepts. There are exactly three patterns possible:

Pattern Geometry Solutions
m_1 \neq m_2 Intersecting Exactly one
m_1 = m_2 and c_1 \neq c_2 Parallel None
m_1 = m_2 and c_1 = c_2 Coincident Infinitely many

Why this works: the slope m tells you the direction a line points. Two lines pointing in different directions on the same plane must eventually meet — there is nowhere to hide. So m_1 \neq m_2 forces a single intersection.

Why parallel means no solution: if m_1 = m_2, both lines tilt at the same angle. They march in lockstep across the plane. The vertical gap between them at any x is c_1 - c_2, a constant. As long as that gap is nonzero, the lines never close in on each other — no (x, y) can lie on both.

Why coincident means infinite: if m_1 = m_2 and c_1 = c_2, the two equations are literally the same line written down twice. Every dot on that line satisfies both equations — and a line has infinitely many dots.

That is the entire test. Three lines of comparison and you know how many solutions exist before you have done a single substitution or elimination.

Three worked examples — one from each scenario

Scenario 1 — Intersecting: $\{y = 2x + 1,\ y = -x + 4\}$

Both equations are already in slope-intercept form. Read off the slopes:

m_1 = 2, \quad m_2 = -1

The slopes differ, so this is the intersecting case — one unique solution exists. Why already known: 2 \neq -1, so the two lines tilt in genuinely different directions. They are guaranteed to cross somewhere.

To find the crossing point, set the right-hand sides equal (at the intersection, both equations produce the same y for the same x):

2x + 1 = -x + 4
3x = 3 \implies x = 1

Then y = 2(1) + 1 = 3. The intersection is (1, 3).

Check in the second equation: y = -1 + 4 = 3. ✓

Graph of y = 2x + 1 and y = -x + 4 intersecting at (1, 3)A coordinate plane showing two lines. The first line, y = 2x + 1, slopes upward steeply. The second line, y = -x + 4, slopes downward. They cross at (1, 3), which is highlighted with a red dot. x y 0 1 2 3 4 1 3 5 (1, 3) y = 2x + 1 y = -x + 4
Different slopes ($2$ and $-1$) force the two lines to cross. The intersection at $(1, 3)$ is the unique solution.

Scenario 2 — Parallel: $\{y = 2x + 1,\ y = 2x + 5\}$

Read off the slopes and intercepts:

m_1 = 2, \quad m_2 = 2 \quad \Rightarrow \quad m_1 = m_2
c_1 = 1, \quad c_2 = 5 \quad \Rightarrow \quad c_1 \neq c_2

Same slope, different intercept — this is the parallel case. No solution exists. Why no algebra is needed: the slope-intercept test is sufficient on its own. But if you try to solve algebraically, the contradiction confirms it.

Try setting the right-hand sides equal:

2x + 1 = 2x + 5

Subtract 2x from both sides:

1 = 5

A flat contradiction. Why this happens: subtracting 2x wipes the variable out entirely (because both sides had the same coefficient of x). What remains is a comparison of the two intercepts. Different intercepts mean a false statement — and a false statement means there is no x that makes the original equations agree.

A real-world analogy: imagine two autorickshaw drivers, both charging ₹2 per kilometre. One has a base fare of ₹1, the other ₹5. For what distance do they charge the same total? Never. The second driver is always ₹4 more expensive, no matter how far you go. The fare-vs-distance lines are parallel.

Scenario 3 — Coincident: $\{y = 2x + 1,\ 4x - 2y = -2\}$

The first equation is in slope-intercept form. The second is not — rearrange it.

4x - 2y = -2
-2y = -2 - 4x
y = \frac{-2 - 4x}{-2} = 1 + 2x

So the second equation, rewritten, is y = 2x + 1the same equation as the first. Comparing:

m_1 = 2, \quad m_2 = 2 \quad \Rightarrow \quad m_1 = m_2
c_1 = 1, \quad c_2 = 1 \quad \Rightarrow \quad c_1 = c_2

Same slope, same intercept — this is the coincident case. Infinitely many solutions. Why: the two "different-looking" equations describe identical lines. Every point on the line y = 2x + 1 — that is, (0, 1), (1, 3), (2, 5), (-1, -1) and infinitely many others — satisfies both equations.

If you try to solve algebraically:

2x + 1 = 2x + 1
0 = 0

A trivially true statement. Why this is not an error: getting 0 = 0 in a system means the equations carry the same information. The second equation is just a disguised rewrite of the first — multiply y = 2x + 1 by -2 and shuffle terms to get 4x - 2y = -2. Two equations, but only one independent constraint — and one constraint is not enough to pin down two unknowns.

The lesson: always simplify both equations before declaring a system has "no solution" or is "weird". A system that looks like two equations might secretly be one equation written twice.

How to use this trichotomy in CBSE Class 10

Every CBSE Class 10 question on linear systems — and there are dozens across NCERT chapter 3, board papers, and sample tests — secretly asks one of these three sub-questions:

  1. "Solve the system." Almost always Scenario 1. The slope test confirms a unique solution exists, then substitution or elimination finds it.
  2. "For what value of k does the system have no solution / a unique solution / infinitely many solutions?" This directly asks you to engineer Scenario 1, 2, or 3. Set up the slope and intercept comparisons, solve for k.
  3. "Without solving, determine whether the following system is consistent." A pure trichotomy question. Run the slope-intercept test and announce the answer.

Once you see that every question is a variant of "which of the three panels?", the chapter becomes much smaller than it first appears. Why this matters: students often memorise three separate procedures — graphical, substitution, elimination — without realising they all answer the same underlying geometric question. The trichotomy is the spine that connects them.

A quick sanity check using the NCERT ratio test

The parent article presents the trichotomy as a ratio test on the original (un-rearranged) coefficients a_1 x + b_1 y + c_1 = 0 and a_2 x + b_2 y + c_2 = 0:

This is the same trichotomy in different clothing. The slope-intercept comparison (m, c) and the coefficient-ratio test (a/a, b/b, c/c) give identical verdicts because they are arithmetic rearrangements of each other. Use whichever matches the form the equations are already in — slope-intercept if they are written as y = mx + c, ratio if they are in standard form ax + by + c = 0.

References