The trigger

Scan both equations for a lone x or a lone y — a variable with coefficient 1 (no number stuck to its front). Spot one? Substitution. Instantly.

  • Isolate that variable in one move — a subtraction, no division. (x + 2y = 7 \Rightarrow x = 7 - 2y.)
  • Inject into the other equation. Solve the single-variable result. Back-substitute.
  • Total: about four lines. No fractions invented along the way.

The reason this beats elimination is mechanical: elimination would force you to multiply both equations to align coefficients. The lone-variable case skips that entire stage.

You will never hesitate again on a system where one variable stands alone.

In a CBSE Class 10 board paper, four or five systems sit in the algebra section. Each one rewards or punishes you depending on the first ten seconds — the recognition phase, before you write anything. This article is the laser-focused version of one trigger from the substitution vs elimination decision tree: the coefficient-1 trigger, the single most common and most missed shortcut on the paper.

The trigger card

Recognition card: coefficient 1 triggers substitution A flowchart card. On the left, a stylised pair of equations with x circled in the first equation, indicating it has coefficient 1. An arrow labelled "trigger" points to the right, where a green box reads SUBSTITUTE NOW. Below the box, three short lines describe the steps: isolate (no division), inject, solve. A small caption at the bottom reads "no fractions introduced". SEE THIS: x + 2y = 7 3x − y = 7 x stands alone — coefficient 1 trigger SUBSTITUTE NOW 1. Isolate (no division) 2. Inject into the other 3. Solve, back-substitute No fractions introduced. About four lines of work. Scan time: under three seconds
The trigger: any variable with coefficient $1$ in either equation. Circle it. Then isolate without dividing — the move is a single subtraction, and the resulting expression is fraction-free.

Why coefficient 1 is special

Substitution has exactly one cost: the isolation step. To isolate x from 3x + 2y = 11, you need

3x = 11 - 2y \implies x = \frac{11 - 2y}{3}.

That denominator 3 is the enemy. The moment you inject \frac{11 - 2y}{3} into the other equation, you are dragging a fraction through every arithmetic step. You will multiply through by 3 later to clear it — and that is the wasted work.

Now look at x + 2y = 7. Isolating x gives

x = 7 - 2y.

Why: the coefficient of x is already 1, so the isolation is just a subtraction — no division needed. The injected expression has no denominator. Every arithmetic step downstream stays integer.

The whole game is: substitution becomes free precisely when the variable being isolated has coefficient 1, because the only step that can introduce a fraction (the division) does not have to happen.

Three worked examples

Example 1 — the textbook case

Solve:

x + 2y = 7, \qquad 3x - y = 7.

Recognition (under three seconds). Scan eq1: x + 2y. The coefficient of x is 1. Trigger fired. Use substitution, isolate x from eq1.

Step 1 — isolate.

x = 7 - 2y.

Why: a single subtraction. No division. The right side is fraction-free.

Step 2 — inject into eq2.

3(7 - 2y) - y = 7.

Step 3 — expand and solve.

21 - 6y - y = 7 \implies 21 - 7y = 7 \implies 7y = 14 \implies y = 2.

Step 4 — back-substitute.

x = 7 - 2(2) = 3.

Check in eq2: 3(3) - 2 = 9 - 2 = 7. ✓

Total work: four lines. The coefficient-1 trigger turned a "system of equations" question into a one-variable equation in two steps.

Solution lines for x + 2y = 7 and 3x − y = 7 meeting at (3, 2) A small coordinate plane. Two lines drawn — one with negative slope passing through approximately (7,0) and (0, 3.5), the other steeper passing through (0, -7) and (3, 2). They cross at the marked point (3, 2). 0 x y (3, 2) x + 2y = 7 3x − y = 7
The two lines cross at $(3, 2)$. The substitution path arrived here in four lines because the coefficient of $x$ in equation 1 was already $1$.

Example 2 — y has coefficient 1

Solve:

2x + y = 8, \qquad x + 3y = 9.

Recognition. Scan eq1: the coefficient of y is 1. Trigger fired. Isolate y from eq1.

Isolate.

y = 8 - 2x.

Why: again, just a subtraction. Coefficient 1 means no division step.

Inject into eq2:

x + 3(8 - 2x) = 9.

Expand and solve.

x + 24 - 6x = 9 \implies -5x = -15 \implies x = 3.

Back-substitute.

y = 8 - 2(3) = 2.

Check in eq2: 3 + 3(2) = 3 + 6 = 9. ✓

The trigger does not care which variable has coefficient 1x or y, equation 1 or equation 2. Whichever lone variable you spot first, that is the one to isolate.

Example 3 — why elimination would be slower

Same system as Example 2:

2x + y = 8, \qquad x + 3y = 9.

Imagine ignoring the trigger and going to elimination instead. To eliminate x, you would multiply eq2 by 2:

2x + y = 8, \qquad 2x + 6y = 18.

Subtract: -5y = -10 \Rightarrow y = 2. Back-substitute into eq2: x + 6 = 9 \Rightarrow x = 3.

It works — but count the steps. Elimination needed:

  1. Decide which variable to eliminate.
  2. Multiply eq2 by 2 (write a whole new line).
  3. Subtract.
  4. Solve, back-substitute.

Substitution needed:

  1. Isolate y in one subtraction.
  2. Inject and solve.
  3. Back-substitute.

Same answer, but elimination cost you one extra written line — the multiplication step. To eliminate y instead, you would multiply eq1 by 3 to align the y-coefficients to 3 — also one extra line. Either way, elimination is paying a tax that substitution avoids when coefficient 1 is present.

On a single problem, that tax is roughly 30 seconds. Across four systems on a board paper, that is two minutes back in your pocket — exactly enough to recheck the trigonometry section.

What the trigger does not require

A few clarifying notes — students sometimes hesitate when the situation is "almost" coefficient-1:

Where the trigger does not apply

If both equations are in the form ax + by = c with |a|, |b| \geq 2 — for instance, 3x + 5y = 11 and 7x + 11y = 25 — there is no lone variable anywhere. The trigger does not fire. Fall back to the decision tree's second question (clean coefficient match for elimination).

The trigger is a recognition rule for the common case, not a universal solver. In a typical CBSE paper, roughly half the systems will have at least one lone variable. Those are the ones where the substitution shortcut is mandatory if you want to finish on time.

The five-second exam-hall script

When you see a system, your eyes do this:

  1. Glance at all four coefficient slots (a_1, b_1, a_2, b_2).
  2. Is any slot blank or showing just a sign? Trigger. Substitute.
  3. Otherwise, run the next question of the decision tree.

This three-second glance saves the 30 seconds it would have taken to multiply through and align coefficients for elimination — multiplied across every system on the paper.

References

  1. NCERT, Mathematics Textbook for Class X, Chapter 3 — Pair of Linear Equations in Two Variables — the source of the substitution method as taught in the CBSE syllabus.
  2. Wikipedia, System of linear equations — Substitution — general overview of the substitution method.
  3. Khan Academy, Systems of equations with substitution — companion practice problems mapped to the trigger described here.