Notes Ad
Sponsored Learning Banner

Ad placement reserved for chapter sponsors, education tools, test prep platforms, and student offers.

Home /Notes /Class 10 /Maths /Pair of Linear Equations in Two Variables
Chapter 3 | Class 10 | CBSE / NCERT

Pair of Linear Equations
in Two Variables

A carefully corrected Class 10 chapter guide covering graphical interpretation, algebraic methods, consistency conditions, reducible forms, and exam-style word problems.

Chapter Roadmap
1

Linear Equation in Two Variables

One equation, two variables, and infinitely many points on a straight line

Not Linear in Two Variables
  • x2+y=5x^2+y=5 because the power of xx is 2
  • xy=12xy=12 because the variables are multiplied
  • 1x+y=4\frac{1}{x}+y=4 because the variable appears in the denominator
A linear equation in two variables is an equation in xx and yy where each variable has power 1.
Every solution is an ordered pair (x,y)(x,y), and all such solutions lie on a straight line in the coordinate plane.
ax+by+c=0ax+by+c=0
Here a and b are not both zero.
Practice
Write any two solutions of 2x+y=82x+y=8.

Example answers: (0,8)(0,8) and (4,0)(4,0).
2

Pair of Linear Equations in Two Variables

A common solution must satisfy both equations together

A pair of linear equations in two variables is written as two equations in the same variables xx and yy.
A solution of the pair is a point that satisfies both equations simultaneously.
a1x+b1y+c1=0a_1x+b_1y+c_1=0
a2x+b2y+c2=0a_2x+b_2y+c_2=0
The ordered pair (x,y)(x,y) must satisfy both equations.
Worked Example

Verify a solution

Check whether (2,1)(2,1) is a solution of 3x2y=43x-2y=4 and 2x+y=52x+y=5.
Show solution

For the first equation: 3(2)2(1)=62=43(2)-2(1)=6-2=4, so it is satisfied.

For the second equation: 2(2)+1=52(2)+1=5, so it is also satisfied.

Therefore (2,1)(2,1) is a solution of the pair.

Practice
Is (3,2)(3,2) a solution of 2x+y=82x+y=8 and xy=1x-y=1?

Answer: Yes, because 2(3)+2=82(3)+2=8 and 32=13-2=1.
3

Graphical Meaning and the Three Cases

Two lines can intersect, stay parallel, or coincide

Consistency

A system is consistent if it has at least one solution. It is inconsistent if it has no solution.

Each equation represents a straight line. So a pair of linear equations represents two lines drawn on the same coordinate plane.
The nature of the solution depends on how these two lines are placed.
a1a2b1b2\frac{a_1}{a_2}\ne\frac{b_1}{b_2}
Intersecting lines, so there is one unique solution.
a1a2=b1b2c1c2\frac{a_1}{a_2}=\frac{b_1}{b_2}\ne\frac{c_1}{c_2}
Parallel lines, so there is no solution.
a1a2=b1b2=c1c2\frac{a_1}{a_2}=\frac{b_1}{b_2}=\frac{c_1}{c_2}
Coincident lines, so there are infinitely many solutions.

Intersecting Lines

(1,2)

One point of intersection means one unique solution.

Parallel Lines

Same slope but different intercepts means no solution.

Coincident Lines

The same line repeated means infinitely many solutions.

4

Graphical Method of Solving

The intersection point of the two lines gives the solution

To solve graphically, find two convenient points on each line, plot them, and draw both lines on the same graph.
If the lines intersect, the coordinates of the intersection point are the solution.
x+y=3y=3xx+y=3 \Rightarrow y=3-x
3x2y=4y=3x423x-2y=4 \Rightarrow y=\frac{3x-4}{2}

Graph of x + y = 3 and 3x - 2y = 4

P(2,1)x + y = 33x - 2y = 4
The two lines meet at (2,1)(2,1), so that ordered pair is the solution.
Worked Example

Solve graphically

Solve x+y=3x+y=3 and 3x2y=43x-2y=4.
Show solution

For x+y=3x+y=3, points like (1,2)(1,2) and (2,1)(2,1) lie on the line.

For 3x2y=43x-2y=4, points like (0,2)(0,-2) and (2,1)(2,1) lie on the line.

Both lines meet at (2,1)(2,1). Hence the solution is x=2x=2 and y=1y=1.

Practice
For 2xy=12x-y=1 and x+2y=8x+2y=8, the graph meets at (2,3)(2,3). Verify by substitution.

Check: 2(2)3=12(2)-3=1 and 2+2(3)=82+2(3)=8.
5

Substitution Method

Express one variable from one equation and substitute into the other

This method is best when one equation can be rewritten easily as x=...x=... or y=...y=....
After substitution, the pair reduces to one equation in one variable.
xy=1y=x+1x-y=-1 \Rightarrow y=x+1
Worked Example

Solve by substitution

Solve 3x5y=13x-5y=-1 and xy=1x-y=-1.
Show solution

From xy=1x-y=-1, we get y=x+1y=x+1.

Substitute into the first equation: 3x5(x+1)=13x-5(x+1)=-1.

3x5x5=12x=4x=23x-5x-5=-1 \Rightarrow -2x=4 \Rightarrow x=-2.

Then y=x+1=1y=x+1=-1.

So the solution is (2,1)(-2,-1).

Practice
Solve x+2y=1x+2y=-1 and 2x3y=122x-3y=12.

Answer: x=3x=3 and y=2y=-2.
6

Elimination Method

Make one coefficient equal and eliminate that variable

In elimination, we multiply the equations so that the coefficient of one variable becomes the same in both equations.
Then we add or subtract the equations to remove that variable completely.
Worked Example

Solve by elimination

Solve 3x+2y=113x+2y=11 and 2x+3y=42x+3y=4.
Show solution

Multiply the first equation by 3: 9x+6y=339x+6y=33.

Multiply the second equation by 2: 4x+6y=84x+6y=8.

Subtract: 5x=255x=25, so x=5x=5.

Substitute into 3x+2y=113x+2y=11: 15+2y=1115+2y=11, so 2y=42y=-4 and y=2y=-2.

Hence the solution is (5,2)(5,-2).

Practice
Solve 2x3y=132x-3y=13 and 3x2y=123x-2y=12.

Answer: x=2x=2 and y=3y=-3.
7

Cross-Multiplication Method

A direct formula method when the equations are in standard form

This method works smoothly when the equations are written in standard form with zero on the right side.
It gives direct expressions for both xx and yy.
xb1c2b2c1=yc1a2c2a1=1a1b2a2b1\frac{x}{b_1c_2-b_2c_1}=\frac{y}{c_1a_2-c_2a_1}=\frac{1}{a_1b_2-a_2b_1}
Equivalent board-friendly form of the cross-multiplication relation.
x=b1c2b2c1a1b2a2b1,y=c1a2c2a1a1b2a2b1x=\frac{b_1c_2-b_2c_1}{a_1b_2-a_2b_1},\quad y=\frac{c_1a_2-c_2a_1}{a_1b_2-a_2b_1}
Worked Example

Solve by cross-multiplication

Solve 2x+3y=172x+3y=17 and 3x2y=63x-2y=6.
Show solution

Write them as 2x+3y17=02x+3y-17=0 and 3x2y6=03x-2y-6=0.

So a1=2a_1=2, b1=3b_1=3, c1=17c_1=-17 and a2=3a_2=3, b2=2b_2=-2, c2=6c_2=-6.

a1b2a2b1=2(2)3(3)=13a_1b_2-a_2b_1=2(-2)-3(3)=-13.

b1c2b2c1=3(6)(2)(17)=52b_1c_2-b_2c_1=3(-6)-(-2)(-17)=-52, so x=5213=4x=\frac{-52}{-13}=4.

c1a2c2a1=(17)(3)(6)(2)=39c_1a_2-c_2a_1=(-17)(3)-(-6)(2)=-39, so y=3913=3y=\frac{-39}{-13}=3.

Hence the solution is (4,3)(4,3).

Practice
Solve x+2y+1=0x+2y+1=0 and 2x3y12=02x-3y-12=0.

Answer: x=3x=3 and y=2y=-2.
8

Equations Reducible to Linear Form

Use substitution like $u=1/x$ to turn the system into a linear one

Some equations do not look linear at first, but become linear after a suitable substitution.
The most common pattern is to let u=1xu=\frac{1}{x} and v=1yv=\frac{1}{y}.
u=1x,v=1yu=\frac{1}{x},\quad v=\frac{1}{y}
Worked Example

Reduce and solve

Solve 2x+3y=13\frac{2}{x}+\frac{3}{y}=13 and 5x4y=2\frac{5}{x}-\frac{4}{y}=-2.
Show solution

Let u=1xu=\frac{1}{x} and v=1yv=\frac{1}{y}.

Then the equations become 2u+3v=132u+3v=13 and 5u4v=25u-4v=-2.

Solving this pair gives u=2u=2 and v=3v=3.

So x=1u=12x=\frac{1}{u}=\frac{1}{2} and y=1v=13y=\frac{1}{v}=\frac{1}{3}.

Practice
Let u=1x+yu=\frac{1}{x+y} and v=1xyv=\frac{1}{x-y} when a question contains those two expressions repeatedly. Solve for u,vu,v first, then come back to x,yx,y.
9

Consistency Conditions and Finding k

Use coefficient ratios to predict the nature of the system quickly

Many board questions ask for the value of kk that makes a pair have a unique solution, no solution, or infinitely many solutions.
These questions are solved by comparing the ratios of coefficients carefully.
Unique solutiona1a2b1b2\text{Unique solution} \Rightarrow \frac{a_1}{a_2}\ne\frac{b_1}{b_2}
No solutiona1a2=b1b2c1c2\text{No solution} \Rightarrow \frac{a_1}{a_2}=\frac{b_1}{b_2}\ne\frac{c_1}{c_2}
Infinitely many solutionsa1a2=b1b2=c1c2\text{Infinitely many solutions} \Rightarrow \frac{a_1}{a_2}=\frac{b_1}{b_2}=\frac{c_1}{c_2}
Worked Example

Find k for a unique solution

For what value of kk does the pair kx+2y=5kx+2y=5 and 3x+y=13x+y=1 have a unique solution?
Show solution

Write the equations as kx+2y5=0kx+2y-5=0 and 3x+y1=03x+y-1=0.

For a unique solution, we need k321\frac{k}{3}\ne\frac{2}{1}.

So k6k\ne6.

Hence the system has a unique solution for every real value of kk except 66.

Practice
For x+2y=5x+2y=5 and 3x+ky=153x+ky=15, find the value of kk for infinitely many solutions.

Answer: k=6k=6.
10

Word Problems: Numbers and Digits

Translate the language into equations before solving

In digit problems, if the tens digit is xx and the units digit is yy, then the number is 10x+y10x+y.
The reversed number is 10y+x10y+x. This one idea unlocks most Class 10 digit questions.
Two-digit number=10x+y\text{Two-digit number}=10x+y
Reversed number=10y+x\text{Reversed number}=10y+x
Worked Example

Digit-reversal problem

The sum of the digits of a two-digit number is 8. If the number obtained by reversing the digits exceeds the given number by 18, find the number.
Show solution

Let the tens digit be xx and the units digit be yy.

Then x+y=8x+y=8.

The reversed number exceeds the original by 18, so (10y+x)(10x+y)=18(10y+x)-(10x+y)=18.

This gives 9y9x=189y-9x=18, so yx=2y-x=2.

Now solve x+y=8x+y=8 and yx=2y-x=2 to get y=5y=5 and x=3x=3.

Hence the number is 3535.

Practice
If the units digit is twice the tens digit and adding 27 reverses the digits, find the number.

Answer: 3636.
11

Word Problems: Ages and Fractions

Track present, past, and future values carefully

Age problems become easy when you clearly mark present ages first and then adjust for past or future years.
In fraction problems, let the numerator be xx and the denominator be yy, then form equations from the given changes.
After n years: x+n, y+n\text{After }n\text{ years: }x+n,\ y+n
Fraction=xy\text{Fraction}=\frac{x}{y}
Worked Example

Father and son

Five years hence, a father's age will be three times his son's age. Five years ago, he was seven times as old as his son. Find their present ages.
Show solution

Let present ages be xx and yy.

Five years hence: x+5=3(y+5)x+5=3(y+5), so x3y=10x-3y=10.

Five years ago: x5=7(y5)x-5=7(y-5), so x7y=30x-7y=-30.

Subtracting gives 4y=404y=40, so y=10y=10.

Then x3(10)=10x-3(10)=10, so x=40x=40.

Present ages are 40 years and 10 years.

Practice
A fraction becomes 45\frac{4}{5} when 1 is added to numerator and denominator, and becomes 12\frac{1}{2} when 5 is subtracted from both. Find the fraction.

Answer: 79\frac{7}{9}.
12

Word Problems: Cost, Distance and Speed

Model real-life situations with two equations and solve steadily

Cost problems usually take the form: fixed price of one item times quantity plus fixed price of another item times quantity.
For boats and streams, upstream speed is uvu-v and downstream speed is u+vu+v, where uu is the speed in still water and vv is the speed of the stream.
Distance=Speed×Time\text{Distance}=\text{Speed}\times\text{Time}
Upstream speed=uv,Downstream speed=u+v\text{Upstream speed}=u-v,\quad \text{Downstream speed}=u+v
Worked Example

Taxi fare model

For a journey of 10 km, a taxi charges Rs. 75. For 15 km, it charges Rs. 110. Find the fixed charge and the rate per kilometre.
Show solution

Let the fixed charge be xx and the rate per kilometre be yy.

Then x+10y=75x+10y=75 and x+15y=110x+15y=110.

Subtracting gives 5y=355y=35, so y=7y=7.

Now x+70=75x+70=75, so x=5x=5.

The fixed charge is Rs. 5 and the rate is Rs. 7 per km.

Practice
A boat covers 32 km upstream and 36 km downstream in 7 hours, and 40 km upstream with 48 km downstream in 9 hours. Find the speed of the boat and the speed of the stream.

Answer: Boat speed =10=10 km/h, stream speed =2=2 km/h.

Quick Summary

ConceptKey Idea
Linear equation
Written in the form ax+by+c=0ax+by+c=0.
Pair of equations
A solution must satisfy both equations together.
Intersecting lines
One unique solution.
Parallel lines
No solution.
Coincident lines
Infinitely many solutions.
Substitution
Rewrite one variable and substitute.
Elimination
Make coefficients equal and remove one variable.
Cross-multiplication
Use coefficient formulas directly after standard form.
Reducible form
Use substitutions like u=1/xu=1/x and v=1/yv=1/y.
Digits
Two-digit number =10x+y=10x+y.
Ages
Past means subtract; future means add.
Distance and speed
D=STD=ST, upstream =uv=u-v, downstream =u+v=u+v.
Notes Ad
End of Notes Banner

This inventory appears across Class 9 and Class 10 notes so ads remain visible throughout the study journey.