Pair of Linear Equations in Two Variables — Class 10 Full Guide MyTestSeries.in

HomeExam UpdatesCBSE & ICSE › Pair of Linear Equations Class 10

Pair of Linear Equations in Two Variables — Class 10 Full Guide

📅 Updated Sep 3, 2026 ⏱ 14 min read 📘 CBSE / NCERT Class 10, Chapter 3 ✍️ MyTestSeries Expert Team
Pair of Linear Equations in Two Variables Class 10 — graphical and algebraic methods explained by MyTestSeries

Two equations, two unknowns, one question: where do they agree? That's really all "Pair of Linear Equations in Two Variables" is asking. But the chapter packs in a lot — graphs, three different algebraic methods, a set of ratio-based consistency rules, and word problems that trip students up more from mistranslation than from the maths itself.

This guide separates all of that into clear, ordered pieces: how to read a pair of equations graphically, the exact ratio conditions that tell you the type of solution before you solve anything, all three solving methods side by side, and the specific mistakes that quietly cost marks — sign errors in cross-multiplication, skipped verification, and word-problem variable mix-ups.

3Solving Methods
6Solved Examples
6Common Mistakes
1Quick Formula Table
Class 10 Mathematics 7 Days Demo Test Series by MyTestSeries
Try before you commit. Experience real Linear Equations questions, instant solutions & performance analysis — 7 full days for just ₹10. Start 7-Day Demo — ₹10 →
Advertisement

1. What Is a Pair of Linear Equations in Two Variables?

A linear equation in two variables is an equation of the form ax + by + c = 0, where a and b are not both zero. When you have two such equations together — a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0 — you have a pair of linear equations. "Solving" the pair means finding the (x, y) values that make both equations true at the same time. Since every linear equation graphs as a straight line, solving the pair is really about finding where two lines meet — or discovering that they don't.

2. Graphical Representation — 3 Types of Lines

Plot both equations on the same graph and exactly one of three things happens:

Type of LinesWhat It MeansNumber of Solutions
Intersecting linesThe lines cross at exactly one pointUnique solution
Coincident linesThe lines overlap completely — they're really the same lineInfinitely many solutions
Parallel linesThe lines never meet, however far extendedNo solution
💡 Terminology: A pair with at least one solution (unique or infinite) is called consistent. A pair with no solution at all is called inconsistent.

3. Consistency Conditions (Ratio Rules)

You don't need to draw a graph to know which case you're in — comparing the coefficients directly tells you the answer.

Unique solution: a₁/a₂ ≠ b₁/b₂  (intersecting lines)
Infinitely many solutions: a₁/a₂ = b₁/b₂ = c₁/c₂  (coincident lines)
No solution: a₁/a₂ = b₁/b₂ ≠ c₁/c₂  (parallel lines) Always write both equations in standard form ax + by + c = 0 before comparing ratios.
Linear Equations chapter demo test

Ratio rules easier to state than to apply under exam pressure? Practise them with the 7-Day Demo Test Series — instant, explained solutions after every attempt.

4. Substitution Method

Solve one equation for one variable in terms of the other, then substitute that expression into the second equation. This reduces the problem to a single-variable equation, which you solve normally and then back-substitute to find the second variable.

5. Elimination Method

Multiply one or both equations by suitable constants so that the coefficient of one variable becomes equal (or opposite) in both equations. Add or subtract the equations to eliminate that variable, solve for the remaining one, then substitute back.

Advertisement

6. Cross-Multiplication Method

For a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0:
x / (b₁c₂ − b₂c₁)  =  y / (c₁a₂ − c₂a₁)  =  1 / (a₁b₂ − a₂b₁) A direct formula — no substitution step needed — but sign mistakes are easy if you rush the cross-products.
⚠️ Watch out: The pattern is easy to remember visually (cross-multiply coefficients diagonally), but every term needs its correct sign carried through — this is where most marks are lost in this method.

7. Six Fully Solved Examples

Example 1 — Checking consistency (coincident lines)

Check whether the pair 2x + 3y = 7 and 4x + 6y = 14 is consistent.

Standard form: 2x+3y−7=0 and 4x+6y−14=0.
a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 3/6 = 1/2, c₁/c₂ = −7/−14 = 1/2.
All three ratios are equal → coincident lines, infinitely many solutions.

Example 2 — Checking consistency (parallel lines)

Check whether the pair 2x + 3y − 8 = 0 and 4x + 6y − 9 = 0 is consistent.

a₁/a₂ = 2/4 = 1/2, b₁/b₂ = 3/6 = 1/2, c₁/c₂ = −8/−9 = 8/9.
a₁/a₂ = b₁/b₂ but ≠ c₁/c₂ → parallel lines, no solution (inconsistent).

Example 3 — Substitution method

Solve: x + y = 14 and x − y = 4.

From the first equation: x = 14 − y. Substitute into the second: (14−y) − y = 4 → 14 − 2y = 4 → 2y = 10 → y = 5.
Then x = 14 − 5 = 9. Solution: x = 9, y = 5. Check: 9+5=14 ✓, 9−5=4 ✓

Example 4 — Elimination method

Solve: 3x + 2y = 11 and 2x + 3y = 4.

Multiply the first equation by 3: 9x + 6y = 33. Multiply the second by 2: 4x + 6y = 8.
Subtract: 5x = 25 → x = 5. Substitute into 3x+2y=11: 15 + 2y = 11 → 2y = −4 → y = −2.
Solution: x = 5, y = −2. Check: 3(5)+2(−2)=15−4=11 ✓, 2(5)+3(−2)=10−6=4 ✓

Example 5 — Cross-multiplication method

Solve using cross-multiplication: x − 2y − 1 = 0 and 2x + y − 12 = 0.

Here a₁=1, b₁=−2, c₁=−1, a₂=2, b₂=1, c₂=−12.
x / (b₁c₂ − b₂c₁) = x / ((−2)(−12) − (1)(−1)) = x / (24+1) = x/25
y / (c₁a₂ − c₂a₁) = y / ((−1)(2) − (−12)(1)) = y / (−2+12) = y/10
1 / (a₁b₂ − a₂b₁) = 1 / ((1)(1) − (2)(−2)) = 1/(1+4) = 1/5
So x/25 = 1/5 → x = 5, and y/10 = 1/5 → y = 2. Solution: x = 5, y = 2.

Example 6 — Word problem (ages)

Five years ago, Nuri was thrice as old as Sonu. Ten years later, Nuri will be twice as old as Sonu. Find their present ages.

Let Nuri's present age = N, Sonu's present age = S.
Condition 1: N − 5 = 3(S − 5) → N − 3S = −10
Condition 2: N + 10 = 2(S + 10) → N − 2S = 10
Subtracting: (N−2S) − (N−3S) = 10 − (−10) → S = 20. Substituting: N − 2(20) = 10 → N = 50.
Present ages: Nuri = 50 years, Sonu = 20 years. Check: 5 years ago, 45 = 3×15 ✓. 10 years later, 60 = 2×30 ✓

8. Common Mistakes Students Make

⚠️ Mistake 1 — Comparing ratios before reaching standard form. Always rearrange both equations to ax + by + c = 0 first — comparing coefficients from an un-standardised equation gives the wrong ratio and the wrong conclusion.
⚠️ Mistake 2 — Sign errors in cross-multiplication. Losing track of a negative sign while computing b₁c₂ − b₂c₁ (or similar terms) is the single most common error in this method — write out each product on a separate line rather than doing it mentally.
⚠️ Mistake 3 — Forgetting to multiply the constant term during elimination. When multiplying an equation by a constant to match coefficients, every term — including the constant on the right-hand side — must be multiplied, not just the variable terms.
⚠️ Mistake 4 — Mixing up variables in word problems. Clearly define what x and y represent before forming equations (e.g., "let x = present age of Nuri") — vague variable definitions are the top cause of wrong equations in word problems.
⚠️ Mistake 5 — Confusing "consistent" with "unique solution." A consistent system can have either a unique solution or infinitely many — "consistent" only means at least one solution exists, not exactly one.
⚠️ Mistake 6 — Skipping verification. Always substitute your final x and y back into both original equations. This 30-second check catches almost every arithmetic slip before it costs marks.
💬

Get daily Class 10 Maths practice questions and exam alerts straight to your phone — join the free MyTestSeries WhatsApp Channel.

Join Channel →

9. Quick Formula Recap Table

ConceptFormula / Condition
Standard forma₁x+b₁y+c₁=0, a₂x+b₂y+c₂=0
Unique solutiona₁/a₂ ≠ b₁/b₂ (intersecting lines)
Infinitely many solutionsa₁/a₂ = b₁/b₂ = c₁/c₂ (coincident lines)
No solutiona₁/a₂ = b₁/b₂ ≠ c₁/c₂ (parallel lines)
Cross-multiplicationx/(b₁c₂−b₂c₁) = y/(c₁a₂−c₂a₁) = 1/(a₁b₂−a₂b₁)
Class 10 Mathematics 7 days demo — chapter wise tests
Methods stick when you practise them. Get 7 full days of Linear Equations & other chapter tests with step-by-step solutions — for just ₹10. Try the ₹10 Demo →
Advertisement

10. How to Revise This Chapter Effectively

📖 Start with the graph, not the algebra. Sketching a rough idea of intersecting, coincident, and parallel lines makes the ratio conditions feel obvious instead of memorised.

✍️ Pick one method and commit per question. Elimination is usually fastest for "nice" coefficients; cross-multiplication is more mechanical and reliable when numbers look awkward. Don't switch mid-solution.

🧮 Practise writing word problems as equations first, before solving. Example 6 above is the template — define your variables in one clear sentence each, form both equations, then solve.

🎯 Always verify. Substitute x and y back into both original equations — this single habit prevents almost every silly-mistake mark loss in this chapter.

🔁 Revisit this page before your unit test. Bookmark it, and use the Quick Formula Recap Table (Section 9) as your final five-minute revision before the exam.

11. Frequently Asked Questions

What is a pair of linear equations in two variables?
A pair of linear equations in two variables is a set of two equations of the form a₁x+b₁y+c₁=0 and a₂x+b₂y+c₂=0. Solving the pair means finding the x and y values that satisfy both equations at once.
How do you check if a pair of linear equations has a unique solution?
Compare the ratios a₁/a₂ and b₁/b₂. If they are not equal, the pair has a unique solution and the lines intersect at one point.
What are the conditions for infinitely many solutions or no solution?
Infinitely many solutions when a₁/a₂ = b₁/b₂ = c₁/c₂ (coincident lines). No solution when a₁/a₂ = b₁/b₂ but ≠ c₁/c₂ (parallel lines).
What are the algebraic methods to solve a pair of linear equations?
The substitution method, the elimination method, and the cross-multiplication method — each solves the same pair, but suits different types of coefficients.
What is the cross-multiplication method formula?
x/(b₁c₂−b₂c₁) = y/(c₁a₂−c₂a₁) = 1/(a₁b₂−a₂b₁), for equations in standard form a₁x+b₁y+c₁=0 and a₂x+b₂y+c₂=0.
What are the most common mistakes in this chapter?
Not converting to standard form before comparing ratios, sign errors in cross-multiplication, forgetting to multiply the constant term during elimination, mixing up variables in word problems, and skipping the final verification step.

Conclusion: Match the Method to the Numbers

This chapter isn't about memorising one procedure — it's about recognising which tool fits the equation in front of you. Nice, round coefficients usually suit elimination or substitution; awkward ones are often faster with cross-multiplication. The ratio conditions in Section 3 let you predict the outcome before you even start solving, which is exactly the kind of shortcut that saves time in a board exam.

Rework the six solved examples above without checking the answers first, say the three consistency conditions out loud until they're automatic, and always finish with the verification step. That habit alone is what separates a correct method from a correct final mark.

Class 10 Mathematics 7 Days Demo Test Series — try before you buy
Ready to test what you just learned? 7 full days of Linear Equations & other Class 10 Maths tests, with instant scoring and performance analysis — only ₹10. 🧮 Start the ₹10 Demo Now →
Class 10 Maths 7 Days Demo Test Series 7-Day Demo Test Series Try the platform for ₹10 before buying View Demo
Class 10 Mathematics Foundation Test Series Class 10 Maths Foundation Series Chapter-wise + full syllabus mocks View Series
Class 7 to 10 Maths Practice Test Series Class 7–10 Practice Series 7-day access, multi-grade practice View Series
MTS

MyTestSeries Expert Team
Our editorial and academic team helps students across India prepare smarter for school, board, and competitive exams through structured formula sheets, study guides, and chapter-wise mock tests. Visit mytestseries.in for the full resource library.

Tags: Pair of Linear Equations in Two Variables Class 10, Substitution Method, Elimination Method, Cross Multiplication Method, Consistency of Linear Equations, CBSE 2026, NCERT Class 10 Maths Chapter 3

Class 10 Maths 7 Days Demo Test Series
Class 10 Maths — 7 Days Demo Full test experience · Instant solutions — just ₹10
Try Now

Get Daily Free Questions

Practice Faster. Score Higher.

Download Our App

Practice Faster. Score Higher. Install the App Now.

Categories

Test Series