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
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:
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:
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):
Then y = 2(1) + 1 = 3. The intersection is (1, 3).
Check in the second equation: y = -1 + 4 = 3. ✓
Scenario 2 — Parallel: $\{y = 2x + 1,\ y = 2x + 5\}$
Read off the slopes and intercepts:
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:
Subtract 2x from both sides:
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.
So the second equation, rewritten, is y = 2x + 1 — the same equation as the first. Comparing:
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:
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:
- "Solve the system." Almost always Scenario 1. The slope test confirms a unique solution exists, then substitution or elimination finds it.
- "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.
- "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:
- \frac{a_1}{a_2} \neq \frac{b_1}{b_2} → intersecting
- \frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2} → parallel
- \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} → coincident
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.