Consistent and Inconsistent Pair of Linear Equations (Class 10)
In one line: a pair of linear equations is consistent if it has at least one solution and inconsistent if it has no solution β and you can tell which case you are in without drawing anything, just by comparing the three ratios aβ/aβ, bβ/bβ and cβ/cβ.
Take any pair of linear equations written in the general form aβx + bβy + cβ = 0 and aβx + bβy + cβ = 0, where aβ, bβ, cβ are the coefficients and constant of the first equation and aβ, bβ, cβ those of the second. Each equation is a straight line, so the pair behaves in exactly one of three ways: the lines intersect (one solution), coincide (infinitely many solutions) or run parallel (no solution). The first two situations are called consistent; the parallel case is called inconsistent; and the coincident case has its own extra name, a dependent pair.
This article defines all three terms precisely, gives you the ratio-comparison table that decides the case in seconds, and works one full example of each type. It is the algebraic partner of the graphical method of solving a pair of linear equations β the graph shows you the picture; the ratios predict it.
βΆοΈ Watch the 30-second reel: Can you name the type with no solution? π€
What do consistent, inconsistent and dependent mean?
Three definitions to learn word-perfectly β they are direct definition-question material:
- A consistent pair of linear equations is a pair that has a solution (one or many). Graphically, the lines intersect at a point or coincide.
- An inconsistent pair of linear equations is a pair that has no solution. Graphically, the lines are parallel.
- A dependent pair of linear equations is a pair whose two equations are equivalent (one is a multiple of the other), so they draw the same line and share infinitely many solutions. Every dependent pair is automatically consistent.
A memory hook: consistent pairs βget alongβ (they agree on at least one point); inconsistent pairs βnever agreeβ (no common point); dependent pairs are βclonesβ (same line twice).
The ratio conditions: aβ/aβ, bβ/bβ and cβ/cβ
Here is the formula-level result of this section, stated fully:
The condition: for the pair aβx + bβy + cβ = 0 and aβx + bβy + cβ = 0 (with aβ, bβ, cβ non-zero so the ratios are defined):
| Compare the ratios | Lines look like | Number of solutions | Name of the pair |
|---|---|---|---|
| aβ/aβ β bβ/bβ | Intersecting | Exactly one (unique) | Consistent |
| aβ/aβ = bβ/bβ = cβ/cβ | Coincident | Infinitely many | Dependent (consistent) |
| aβ/aβ = bβ/bβ β cβ/cβ | Parallel | None | Inconsistent |
In plain words: the ratios aβ/aβ and bβ/bβ compare the directions of the two lines. If those ratios differ, the lines point different ways and must cross once. If they match, the lines point the same way β and then cβ/cβ decides whether they are literally the same line (all three ratios equal) or two parallel copies (constant ratio different).
Condition of use: both equations must first be written in the general form with everything on one side (= 0). If an equation is given as, say, 2x + 5y = 10, rewrite it as 2x + 5y β 10 = 0 before reading off c β sign mistakes here are the number-one source of wrong answers.
Notice the unique-solution row never mentions cβ/cβ at all: once the direction ratios differ, the lines must cross, regardless of the constants.
βΆοΈ Watch the 30-second reel: Can you spot the unique-solution condition? π―
How to apply the test β step by step
- Write both equations in the form ax + by + c = 0 (watch the signs when moving terms).
- Identify aβ, bβ, cβ from equation 1 and aβ, bβ, cβ from equation 2.
- Compute aβ/aβ and bβ/bβ. If they are unequal β unique solution, consistent. Stop.
- If they are equal, compute cβ/cβ. All three equal β infinitely many solutions (dependent); c-ratio different β no solution (inconsistent).
Now one worked example per case.
Worked Example 1 β unique solution (consistent)
Question: Determine the nature of the pair: 4x β 3y = 7 and 3x + 2y = 5.
Solution: Rewrite: 4x β 3y β 7 = 0 and 3x + 2y β 5 = 0.
So aβ = 4, bβ = β3, cβ = β7 and aβ = 3, bβ = 2, cβ = β5.
- aβ/aβ = 4/3
- bβ/bβ = β3/2
Since 4/3 β β3/2, we have aβ/aβ β bβ/bβ: the lines intersect at exactly one point.
Answer: the pair is consistent with a unique solution. (To actually find that solution you would use the graphical method or, faster, an algebraic method from Section 3.3.)
Worked Example 2 β no solution (inconsistent)
Question: Check whether the pair 2x + 5y = 10 and 4x + 10y = 30 has a solution.
Solution: Rewrite: 2x + 5y β 10 = 0 and 4x + 10y β 30 = 0.
So aβ = 2, bβ = 5, cβ = β10 and aβ = 4, bβ = 10, cβ = β30.
- aβ/aβ = 2/4 = 1/2
- bβ/bβ = 5/10 = 1/2
- cβ/cβ = β10/β30 = 1/3
Here aβ/aβ = bβ/bβ β cβ/cβ β the lines are parallel.
Answer: the pair has no solution; it is inconsistent.
βΆοΈ Watch the 30-second reel: Can you identify the type of solution? π―
Worked Example 3 β infinitely many solutions (dependent)
Question: Show that the pair 3x β y + 4 = 0 and 6x β 2y + 8 = 0 has infinitely many solutions.
Solution: Both equations are already in general form.
aβ = 3, bβ = β1, cβ = 4 and aβ = 6, bβ = β2, cβ = 8.
- aβ/aβ = 3/6 = 1/2
- bβ/bβ = β1/β2 = 1/2
- cβ/cβ = 4/8 = 1/2
All three ratios are equal: aβ/aβ = bβ/bβ = cβ/cβ. The second equation is just the first multiplied by 2 β the same line drawn twice.
Answer: the pair is dependent (and therefore consistent) with infinitely many solutions.
βΆοΈ Watch the 30-second reel: Can you catch the minus-sign trap? π
A taste of the classic exam twist: finding an unknown k
Boards love reversing this test: instead of checking a given pair, you are given a pair containing an unknown k and asked for which values of k the pair has a unique solution, no solution or infinitely many.
Mini example: For what values of k does the pair kx + 2y = 5 and 3x + y = 1 have a unique solution?
Rewrite: kx + 2y β 5 = 0 and 3x + y β 1 = 0, so aβ/aβ = k/3 and bβ/bβ = 2/1.
Unique solution needs aβ/aβ β bβ/bβ, i.e. k/3 β 2, i.e. k β 6. For every real k except 6, the pair has exactly one solution.
βΆοΈ Watch the 30-second reel: Can you find the value of k? π―
The harder versions β where k appears in both coefficients, or where you must find k for βno solutionβ and separately test the c-ratio β follow the same logic but reward careful case-work. Work through the complete graded set of these k-value problems inside examfront, where Topic Practice sequences them from this mini example up to full board-level difficulty, and Performance Analytics tells you which case (unique / none / infinite) you slip on.
Key Takeaways
- Consistent = at least one solution (intersecting or coincident lines); inconsistent = no solution (parallel lines); dependent = same line, infinitely many solutions, always consistent.
- The three-ratio test decides everything: aβ/aβ β bβ/bβ β unique; all three ratios equal β infinitely many; aβ/aβ = bβ/bβ β cβ/cβ β none.
- Always convert both equations to the general form (= 0) first β sign errors in c are the most common failure point.
- For a unique solution, cβ/cβ is irrelevant; it only matters once the first two ratios match.
- The same test powers the popular find-the-value-of-k exam questions.
Quick Facts
- Consistent pair: has one or infinitely many solutions.
- Inconsistent pair: has zero solutions; condition aβ/aβ = bβ/bβ β cβ/cβ.
- Dependent pair: equations are equivalent; condition aβ/aβ = bβ/bβ = cβ/cβ; always consistent.
- Unique solution condition: aβ/aβ β bβ/bβ.
- Topic location: Chapter 3, Pair of Linear Equations in Two Variables, CBSE Class 10 Mathematics β see the chapter guide for exam relevance and the full formula list.
Common Mistakes
- Reading c with the wrong sign β for 2x + 5y = 10 the value of c is β10 (after moving 10 across), not +10.
- Testing cβ/cβ when it is not needed β if aβ/aβ β bβ/bβ, the answer is already βunique solutionβ; the c-ratio adds nothing.
- Confusing dependent with inconsistent β both have aβ/aβ = bβ/bβ, but dependent pairs also match on cβ/cβ (same line), while inconsistent pairs do not (parallel lines).
- Calling an infinitely-many-solutions pair βinconsistentβ β it is the opposite: infinitely many solutions is the most consistent a pair can be.
- Dropping minus signs in the ratios β β1/β2 equals +1/2; a lost sign flips your conclusion from coincident to intersecting.
If any of these feel familiar, that is precisely what examfrontβs Mistake Identification exists for β it spots the exact ratio step you get wrong across attempts and feeds it into your Revision Planning.
FAQ
What is a consistent pair of linear equations? A pair with at least one solution. The lines either intersect at one point (unique solution) or coincide (infinitely many solutions).
What is an inconsistent pair of linear equations? A pair with no solution β the lines are parallel. Its ratio condition is aβ/aβ = bβ/bβ β cβ/cβ.
What is a dependent pair of linear equations? A pair whose equations are equivalent, representing the same line with infinitely many common solutions. It satisfies aβ/aβ = bβ/bβ = cβ/cβ and is always consistent.
How do you check consistency without a graph? Put both equations in the form ax + by + c = 0 and compare aβ/aβ, bβ/bβ and cβ/cβ against the three-row conditions table.
Is a pair with infinitely many solutions consistent? Yes β consistency only demands at least one solution, and such a pair has infinitely many.
Related Concepts
- Graphical Method of Solving a Pair of Linear Equations β the pictures behind these three conditions
- Pair of Linear Equations in Two Variables β the basics
- Linear Equations Word Problems (Class 10)
- Pair of Linear Equations β Chapter 3 Guide
- MCQ Questions for Class 10 Maths β ratio-condition MCQs are a board favourite
Want the ratio test to become reflex? Drill all three cases plus every k-value variation with instant feedback, Chapter Quizzes and Exam Readiness tracking on examfront β so on exam day, one glance at the coefficients tells you the answer.