Courses

By Shailendra Singh
|
Updated on 12 Nov 2025, 13:14 IST
A linear equation in two variables is a rational and integral equation of the first degree involving two variables, typically represented as x and y. The general form of such an equation is:
ax + by + c = 0
where:
A pair of linear equations in two variables forms a system of simultaneous linear equations.
a₁x + b₁y + c₁ = 0 ...(1) a₂x + b₂y + c₂ = 0 ...(2)
where:
Loading PDF...
A solution of such a system is a pair of values (x, y) that satisfies both equations simultaneously.
The nature of solutions depends on the ratios of coefficients:
| Condition | Type of Solution | Graphical Representation | System Type |
| a₁/a₂ ≠ b₁/b₂ | Unique Solution | Lines intersect at one point | Consistent |
| a₁/a₂ = b₁/b₂ = c₁/c₂ | Infinitely Many Solutions | Lines coincide | Consistent (Dependent) |
| a₁/a₂ = b₁/b₂ ≠ c₁/c₂ | No Solution | Lines are parallel | Inconsistent |
Example 1: Check if these equations are consistent or inconsistent:
(i) 3x + 5y = 6, 6x + 2y = 12

Solution:
There are three main algebraic methods to solve simultaneous linear equations:

JEE

NEET

Foundation JEE

Foundation NEET

CBSE
This method involves expressing one variable in terms of the other and substituting it into the second equation.
Solve: 4x + 3y = 24, 3y - 2x = 6
Step 1: From equation (1): 4x + 3y = 24
3y = 24 - 4x y = (24 - 4x)/3 ...(3)

Step 2: Substitute (3) into equation (2):
3[(24 - 4x)/3] - 2x = 6 24 - 4x - 2x = 6 24 - 6x = 6 -6x = -18 x = 3
Step 3: Substitute x = 3 into (3):
y = (24 - 12)/3 = 12/3 = 4
Solution: x = 3, y = 4 ✓
This method eliminates one variable by making coefficients equal and then adding or subtracting equations.
Solve: 3x + 4y = 10, 2x - 2y = 2
Step 1: Original equations:
3x + 4y = 10 ...(1) 2x - 2y = 2 ...(2)
Step 2: Multiply (2) by 2:
4x - 4y = 4 ...(3)
Step 3: Add (1) and (3) to eliminate y:
3x + 4y = 10 4x - 4y = 4 ____________ 7x = 14 x = 2
Step 4: Substitute x = 2 in equation (2):
2(2) - 2y = 2 4 - 2y = 2 2y = 2 y = 1
Solution: x = 2, y = 1 ✓
This is a direct formula-based method derived from elimination.
For equations:
a₁x + b₁y + c₁ = 0 a₂x + b₂y + c₂ = 0
The solution is given by:
x/(b₁c₂ - b₂c₁) = y/(c₁a₂ - c₂a₁) = 1/(a₁b₂ - a₂b₁)
b₁ c₁ c₁ a₁ a₁ b₁ × × × × × × b₂ c₂ c₂ a₂ a₂ b₂
Solve: x + 2y - 1 = 0, 2x - 3y - 12 = 0
Using cross-multiplication:
x/(2×(-12) - (-3)×(-1)) = y/((-1)×2 - (-12)×1) = 1/(1×(-3) - 2×2) x/(-24 - 3) = y/(-2 + 12) = 1/(-3 - 4) x/(-27) = y/10 = 1/(-7) x = 27/7 y = -10/7
Solution: x = 27/7, y = -10/7
This method involves plotting both equations on a graph and finding their point of intersection.
Solve graphically: 2x + y = 8, 3x + 2y = 12
For equation (1): 2x + y = 8 ⟹ y = 8 - 2x
| x | 0 | 1 | 2 |
| y | 8 | 6 | 4 |
For equation (2): 3x + 2y = 12 ⟹ y = (12 - 3x)/2
| x | 0 | 2 | 4 |
| y | 6 | 3 | 0 |
Plot these points and draw lines. The lines intersect at (4, 0).
Solution: x = 4, y = 0 ✓
| Formula Name | Mathematical Representation | Explanation |
| General Form | ax + by + c = 0 | Standard form of linear equation in two variables |
| System Form | a₁x + b₁y + c₁ = 0<br>a₂x + b₂y + c₂ = 0 | Pair of simultaneous linear equations |
| Unique Solution Condition | a₁/a₂ ≠ b₁/b₂ | Lines intersect at exactly one point |
| Infinite Solutions Condition | a₁/a₂ = b₁/b₂ = c₁/c₂ | Lines are coincident |
| No Solution Condition | a₁/a₂ = b₁/b₂ ≠ c₁/c₂ | Lines are parallel |
| Cross-Multiplication | x/(b₁c₂ - b₂c₁) = y/(c₁a₂ - c₂a₁) = 1/(a₁b₂ - a₂b₁) | Direct formula method for solving |
| Slope-Intercept Form | y = mx + c | m is slope, c is y-intercept |
A system is homogeneous if all constant terms are zero:
a₁x + b₁y = 0 a₂x + b₂y = 0
Properties:
Some non-linear equations can be converted to linear form through substitution:
a/x + b/y = c a'/x + b'/y = c'
Substitution: Let 1/x = u and 1/y = v
Then solve: au + bv = c, a'u + b'v = c'
a/(lx + my) + b/(cx + dy) = k a'/(lx + my) + b'/(cx + dy) = k'
Substitution: Let 1/(lx + my) = p and 1/(cx + dy) = q
Linear equations are extensively used in solving real-world problems involving:
When relationships between ages of two or more people are given at different times.
Example: Five years hence, father's age will be three times the age of his son. Five years ago, father was seven times as old as his son. Find their present ages.
Solution: Let present ages be: Father = x years, Son = y years
After 5 years: (x + 5) = 3(y + 5) 5 years ago: (x - 5) = 7(y - 5)
Solving: x = 40 years, y = 10 years
Problems involving upstream/downstream, train speeds, or walking speeds.
Example: A boat covers 32 km upstream and 36 km downstream in 7 hours. Also, it covers 40 km upstream and 48 km downstream in 9 hours. Find the speed of the boat in still water and the speed of the stream.
Solution: Let speed in still water = u km/h, speed of stream = v km/h
Setting up equations using time = distance/speed:
Solving: u = 10 km/h, v = 2 km/h
Problems about two-digit or three-digit numbers and digit manipulation.
Problems involving prices, quantities, and mixtures of items.
The chapter on Pair of Linear Equations in Two Variables is fundamental to algebra and has extensive real-world applications. Understanding the three solution methods substitution, elimination, and cross-multiplication along with the ability to determine consistency of systems, forms the core of this topic.
Note:
Author Important Massage for the Students: This guide is prepared based on the official CBSE Class 10 Mathematics curriculum, incorporating best practices from experienced mathematics educators and aligned with NCERT guidelines. All methods and examples have been verified for mathematical accuracy and pedagogical effectiveness.
No courses found
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. Here, x and y are variables and the coefficients are real numbers. The solution is the set of values for x and y that satisfy both equations at the same time.
You can solve these equations by the graphical method, substitution method, elimination method, or cross-multiplication method. Each approach helps you find the values of x and y that work for both equations.
You can check using the ratios of the coefficients of x, y, and the constants.
Plot each equation as a line on the coordinate plane. The solution is the point where both lines meet. If they intersect only once, that point gives the solution.
Solve one equation for one variable, then substitute that value into the other equation. This gives a single-variable equation to solve. Plug the result back to find the other variable.
Adjust the equations so one variable’s coefficient matches (possibly by multiplying). Add or subtract the equations to eliminate that variable. Solve for one, then use it in either original equation to find the second variable.
Yes, Problems about ages, travel times, costs, profits, or splitting work are often modeled with a pair of linear equations in two variables. Analyze the scenario, set up equations, and solve for unknowns.
If a system is inconsistent, there is no solution. This means the lines are parallel and never intersect. Algebraically, the ratio of coefficients of x and y are equal, but the constant's ratio is different.
Graphical methods help you see the relationship visually, while algebraic methods give precise answers. Learning both helps build a deeper understanding and flexibility in problem-solving.
Parallel lines: the ratios of x and y coefficients are equal, but the constant term's ratio is different.
Same lines: all three ratios (a₁/a₂, b₁/b₂, c₁/c₂) are equal.