In short

Before you start substitution, elimination or cross-multiplication on a pair of equations, do a 10-second ratio check. Form \dfrac{a_1}{a_2}, \dfrac{b_1}{b_2}, \dfrac{c_1}{c_2} and look at the pattern: first two different means a unique solution exists (go solve), first two equal but third different means no solution (stop, write "inconsistent"), all three equal means infinite solutions (stop, write "the lines coincide"). This is the pre-solve habit NCERT Class 10 expects you to internalise — it converts a possibly hopeless five-minute grind into a ten-second triage.

You sit down with two equations staring at you on the page. The exam clock is ticking. Your instinct is to dive straight into elimination — multiply, subtract, solve. That instinct is almost right, except for one cheap step you should always do first.

Look at the coefficients. Compute three ratios. Decide which case you are in. Then decide whether to bother solving.

This article is not about what the three cases are — that lives in the consistent vs inconsistent article. This article is about the habit of running the check first, every single time, the way a cricketer does a quick pitch inspection before walking out to bat.

The 10-second routine

Given any pair

a_1 x + b_1 y = c_1 \qquad a_2 x + b_2 y = c_2,

write out three fractions in a single line and reduce them in your head:

\frac{a_1}{a_2}, \qquad \frac{b_1}{b_2}, \qquad \frac{c_1}{c_2}.

Then read off the pattern:

That's it. Three fractions, one comparison, one decision.

The decision card

Use this card as a mental template. Plug the six coefficients into the top row, compute the three ratios, and follow the arrow.

Ratio decision card: input six coefficients, compute three ratios, tag the case, decide an actionA flow diagram in four rows. The first row is six input cells labelled a1, b1, c1, a2, b2, c2. The second row computes three ratios a1/a2, b1/b2, c1/c2. The third row asks two questions: are the first two ratios equal, and is the third ratio also equal. The fourth row shows three coloured outcomes: unique solution go solve, no solution stop and report, infinite solutions stop and report. Step 1: read the six coefficients off the equations a₁ b₁ c₁ a₂ b₂ c₂ Step 2: compute three ratios a₁ / a₂ b₁ / b₂ c₁ / c₂ Step 3: ask the questions Are the first two ratios equal? If yes — does the third match too? Unique solution first two ratios differ Action: solve. No solution first two equal, third differs Action: stop, report. Infinite solutions all three ratios equal Action: stop, report.
The ratio decision card. Six numbers in, three ratios out, one of three outcomes — and only one of them needs you to actually solve for $x$ and $y$.

Three worked examples

Example 1 — the trap that wastes five minutes

Suppose the question gives you

2x + 3y = 5 \qquad 4x + 6y = 7.

A 15-year-old in a hurry sees nice small numbers and dives in. Multiply the first by 2: 4x + 6y = 10. Subtract: 0 = 3. What? You stare at the page wondering where the mistake is.

There is no mistake — the system genuinely has no solution. But you only learn that after burning two minutes of exam time.

Run the ratio check first instead. Compute:

\frac{a_1}{a_2} = \frac{2}{4} = \frac{1}{2}, \qquad \frac{b_1}{b_2} = \frac{3}{6} = \frac{1}{2}, \qquad \frac{c_1}{c_2} = \frac{5}{7}.

The first two ratios are equal (\frac{1}{2} = \frac{1}{2}); the third is different (\frac{5}{7} \ne \frac{1}{2}). Pattern: equal-equal-different → no solution. Why: doubling the first equation gives 4x + 6y = 10 but the second equation insists 4x + 6y = 7. Since 10 \ne 7, the same expression cannot equal both — the lines are parallel.

Total time spent: about ten seconds. Time saved: the entire grind. You write "Inconsistent — parallel lines, no solution" and move on.

Example 2 — the secret twin

Now consider

2x + 3y = 5 \qquad 4x + 6y = 10.

Looks almost identical to Example 1. But the right side of the second equation is now 10, not 7. Run the check:

\frac{2}{4} = \frac{1}{2}, \qquad \frac{3}{6} = \frac{1}{2}, \qquad \frac{5}{10} = \frac{1}{2}.

All three ratios are equal. Pattern: equal-equal-equal → infinite solutions. Why: the second equation is exactly 2 \times the first. It is the same line drawn twice. Every point on 2x + 3y = 5 is a solution.

If you had charged into elimination, you would multiply the first by 2, subtract, and get 0 = 0. That stares back at you confusingly. The ratio check would have warned you instantly: don't bother solving, just report "the equations represent the same line; infinitely many solutions of the form (x, \tfrac{5 - 2x}{3})."

Example 3 — the one worth solving

Finally, take

2x + 3y = 5 \qquad 5x - y = 1.

Compute the first two ratios:

\frac{a_1}{a_2} = \frac{2}{5}, \qquad \frac{b_1}{b_2} = \frac{3}{-1} = -3.

These are already different (\frac{2}{5} \ne -3). You don't even need the third ratio. Pattern: first two differ → unique solution exists. Why: different slopes guarantee the two lines must cross somewhere.

Now you solve. From the second equation, y = 5x - 1. Substitute into the first:

2x + 3(5x - 1) = 5
2x + 15x - 3 = 5
17x = 8
x = \frac{8}{17}, \qquad y = 5 \cdot \frac{8}{17} - 1 = \frac{40 - 17}{17} = \frac{23}{17}.

Quick check in the first equation: 2 \cdot \tfrac{8}{17} + 3 \cdot \tfrac{23}{17} = \tfrac{16 + 69}{17} = \tfrac{85}{17} = 5. ✓

The ratio check told you the work would be worth it, and then you did the work.

Why this saves time

Ten seconds of ratio checking can save five minutes of grinding. That trade is one of the best deals in school maths.

Picture two students in the same exam hall, both staring at the system 3x + 5y = 8, 9x + 15y = 17. Student A — let's call her Anjali — dives straight into elimination. She multiplies the first equation by 3, gets 9x + 15y = 24, subtracts the second, and lands on 0 = 7. She thinks she's made an arithmetic mistake and redoes the multiplication. Same result. She tries substitution. Same dead end. Five minutes have evaporated and she still has no answer to write down.

Student B — Bhavna — pauses for a beat. She writes \tfrac{3}{9} = \tfrac{1}{3}, \tfrac{5}{15} = \tfrac{1}{3}, \tfrac{8}{17}. The first two are equal, the third isn't. She writes "Inconsistent — no solution; lines are parallel since \tfrac{a_1}{a_2} = \tfrac{b_1}{b_2} \ne \tfrac{c_1}{c_2}" and moves to the next question.

Same brain, same ability — different habit. In a CBSE Class 10 board exam where this kind of question appears almost every year as either an MCQ or a one-mark short answer, the marks usually go to the student whose first move was the ratio check.

The discipline pays off in three concrete ways:

  1. You never solve a no-solution system by accident. A "0 = nonzero" line in your scratch work is the universe quietly telling you that you should have run the ratio test first.
  2. You spot infinite-solution systems before wasting time on them. Getting "0 = 0" feels like an error; the ratio check tells you in advance it isn't.
  3. You answer the question the examiner is actually asking. "For what value of k does this system have no solution?" is the ratio test in question form. Without the habit, you flounder; with it, the answer falls out in two lines.

The single most useful sentence to memorise

If nothing else from this article sticks, hold on to this:

Look at the ratios before you look at the methods.

That's the entire idea. The ratio check is to solving systems what the toss is to a cricket match — a tiny ritual at the start that shapes everything that follows. Skipping it costs nothing in easy questions and saves you completely in hard ones.

By the time you sit for boards, this should be as automatic as checking units in a physics problem or noting the domain of a function before differentiating. It is one of the cheapest, highest-payoff habits you can build in school maths.

References

  1. NCERT Class 10 Maths, Chapter 3: Pair of Linear Equations in Two Variables
  2. Khan Academy — Number of solutions to a system of equations
  3. Wikipedia — Consistent and inconsistent equations
  4. Paul's Online Math Notes — Linear Systems with Two Variables
  5. Brilliant — Solving Linear Systems