πŸ“ˆ CBSE Class 9 Mathematics

Linear Equations in Two Variables

A complete visual guide β€” from writing equations in standard form to finding infinitely many solutions, graphing straight lines, and solving all NCERT exercises. Fully illustrated with worked examples.

Standard Form ax+by+c=0
Infinite Solutions
Graph = Straight Line
All Exercises Solved
50 Practice Questions
From One Variable to Two Variables
Recall linear equations in one variable, then see why real-world problems naturally lead to two-variable equations.

Linear Equation in One Variable

Has exactly one unknown. Example: 2x + 5 = 0

Solution: x = βˆ’5/2 (unique, only one)

Can be shown as a single point on the number line. Always has exactly one solution.

Linear Equation in Two Variables

Has two unknowns. Example: x + y = 176

Solution: a pair of values (x, y) satisfying the equation

Has infinitely many solutions! Shown as a straight line on the Cartesian plane.

Real-Life Motivation

In a cricket match, two Indian batsmen together scored 176 runs. We don't know either score individually.

1
Let runs scored by batsman 1 = x and runs scored by batsman 2 = y
2
The equation becomes: x + y = 176
3
This is a linear equation in two variables. Without more information, there are many valid pairs (x, y)!
πŸ’‘
Key insight: When there are two unknowns and only one equation, we cannot find a unique solution β€” we get infinitely many pairs that work.
Examples of Linear Equations in Two Variables
1.2s + 3t = 5    |    p + 4q = 7    |    Ο€u + 5v = 9    |    √2 x βˆ’ 7y = 3
x + y = 176    |    2x + 3y = 4.37    |    x βˆ’ √3 y = 4

All of these can be written in the standard form ax + by + c = 0.
Standard Form: ax + by + c = 0
Every linear equation in two variables can be written in this standard form. Learn to identify a, b, c and write equations in this form.
Definition β€” Linear Equation in Two Variables
An equation which can be put in the form ax + by + c = 0, where a, b and c are real numbers, and a and b are not both zero, is called a linear equation in two variables.

Here: a = coefficient of x, b = coefficient of y, c = constant term.
ax + by + c = 0 coeff. of x (not both a,b = 0) coeff. of y (not both a,b = 0) constant term (can be 0) a, b, c are real numbers a and b NOT both zero
⚠️
Why "a and b are not both zero"? If both a = 0 and b = 0, then the equation becomes 0Β·x + 0Β·y + c = 0, i.e., c = 0 (which is always true, not an equation) or c β‰  0 (which is never true). Either way, it's not a meaningful equation in x and y.

Special Cases β€” Equations in One Variable as Two-Variable Equations

Equations like ax + b = 0 (only one variable) can also be written as linear equations in TWO variables by treating the coefficient of the missing variable as 0:

Original EquationAs Two-Variable EquationValues of a, b, c
4 βˆ’ 3x = 0βˆ’3x + 0Β·y + 4 = 0a=βˆ’3, b=0, c=4
x = βˆ’51Β·x + 0Β·y + 5 = 0a=1, b=0, c=5
y = 20Β·x + 1Β·y βˆ’ 2 = 0a=0, b=1, c=βˆ’2
2x = 32x + 0Β·y βˆ’ 3 = 0a=2, b=0, c=βˆ’3
5y = 20Β·x + 5y βˆ’ 2 = 0a=0, b=5, c=βˆ’2
Solutions of a Linear Equation
A solution is a pair of values (x, y) that satisfies the equation. Learn how to find solutions and verify them.
Definition β€” Solution of a Linear Equation in Two Variables
A solution of a linear equation ax + by + c = 0 is a pair of values (x, y) = (xβ‚€, yβ‚€) such that when we substitute x = xβ‚€ and y = yβ‚€, the left-hand side equals zero (or both sides are equal).

The solution is written as an ordered pair (x, y) β€” x always first, y always second.
Method
How to Find Solutions of ax + by + c = 0

Method 1: Put x = 0

1
Set x = 0 in the equation
2
Solve the resulting one-variable equation for y
3
The solution is (0, y-value found)

Method 2: Put y = 0

1
Set y = 0 in the equation
2
Solve the resulting one-variable equation for x
3
The solution is (x-value found, 0)
🎯
Easy shortcut: x = 0 always gives the y-intercept point. y = 0 always gives the x-intercept point. These two points are enough to draw the entire straight line!

How to Verify a Solution

Substitute the given (x, y) values into the equation. If LHS = RHS, it's a solution. If not, it isn't.

Example: Check if (3, 2) is a solution of 2x + 3y = 12.

1
Substitute x = 3, y = 2: LHS = 2(3) + 3(2) = 6 + 6 = 12
2
RHS = 12. LHS = RHS = 12 βœ“ β†’ (3, 2) IS a solution.

Check if (1, 4) is a solution of 2x + 3y = 12.

1
Substitute x = 1, y = 4: LHS = 2(1) + 3(4) = 2 + 12 = 14
2
RHS = 12. LHS β‰  RHS (14 β‰  12) β†’ (1, 4) is NOT a solution.
⚠️
Note carefully: (0, 4) is a solution of 2x + 3y = 12 but (4, 0) is NOT (since 2(4) + 3(0) = 8 β‰  12). Order matters in ordered pairs!
Infinitely Many Solutions
Unlike one-variable equations, a linear equation in two variables has not one, not two, but infinitely many solutions.
Key Theorem
A linear equation in two variables has infinitely many solutions.
For any value of x you choose, you can always find a corresponding value of y (and vice versa) that satisfies the equation.

Why Infinitely Many? β€” Illustrated with 2x + 3y = 12

For every value of x, we get a unique value of y. Since x can be any real number, there are infinitely many solutions:

Choose x =Solve for ySolution (x, y)Verify: 2x+3y
03y = 12 β†’ y = 4(0, 4)0+12 = 12 βœ“
36+3y=12 β†’ y=2(3, 2)6+6 = 12 βœ“
612+3y=12 β†’ y=0(6, 0)12+0 = 12 βœ“
24+3y=12 β†’ y=8/3(2, 8/3)4+8 = 12 βœ“
βˆ’5βˆ’10+3y=12 β†’ y=22/3(βˆ’5, 22/3)βˆ’10+22=12 βœ“
any real ry = (12βˆ’2r)/3(r, (12βˆ’2r)/3)Always 12 βœ“
∞
Since x can be ANY real number, and for each x we get a valid y, there are infinitely many solutions β€” as many as there are real numbers!
Key Properties of Solutions
1. The solution of a linear equation is not affected when the same number is added to (or subtracted from) both sides.
2. The solution is not affected when both sides are multiplied or divided by the same non-zero number.
3. Every solution (x, y) represents a point on the graph (a straight line) of the equation.
4. Every point on the graph of the equation is a solution of the equation.
Graph of a Linear Equation = Straight Line
Every linear equation in two variables graphs as a straight line in the Cartesian plane. The line passes through all solution points.
Fundamental Graphing Theorem
The graph of a linear equation ax + by + c = 0 is a straight line in the coordinate plane.
β€’ Every point ON the line is a solution of the equation.
β€’ Every solution of the equation is a point ON the line.
β€’ The line has infinitely many points β†’ infinitely many solutions.
Method
How to Draw the Graph of ax + by + c = 0
1
Find at least 2 solutions. The easiest: put x = 0 (get y-intercept) and put y = 0 (get x-intercept).
2
Make a table of (x, y) pairs.
3
Plot the points on the Cartesian plane.
4
Join the points with a straight line and extend it in both directions with arrows.
5
Verify by checking that a third point also lies on the line.

Graph Illustration: x + 2y = 6

Step 1: Find solutions

xy = (6βˆ’x)/2Point
03(0, 3)
60(6, 0)
22(2, 2)
41(4, 1)
X Y O 123 45 1234 (0,3) (2,2) (4,1) (6,0)β†’ x + 2y = 6

All four solution points (0,3), (2,2), (4,1) and (6,0) lie on the same straight line. The line extends infinitely in both directions, representing all infinitely many solutions.

Special Cases of Graphs

Equation TypeGraphParallel toExample
y = c (constant)Horizontal linex-axisy = 3 β†’ horizontal line at height 3
x = c (constant)Vertical liney-axisx = βˆ’2 β†’ vertical line at βˆ’2
y = 0The x-axis itselfβ€”x-axis
x = 0The y-axis itselfβ€”y-axis
ax + by = 0Line through originβ€”2x + 3y = 0 passes through (0,0)
ax + by + c = 0General straight lineβ€”x + 2y βˆ’ 6 = 0
All Examples β€” Fully Solved
Every NCERT example from Chapter 4, with complete step-by-step working.
Example 1
Write in the form ax + by + c = 0 and find a, b, c: (i) 2x+3y=4.37 (ii) xβˆ’4=√3y (iii) 4=5xβˆ’3y (iv) 2x=y
i
2x + 3y = 4.37 β†’ 2x + 3y βˆ’ 4.37 = 0
a = 2, b = 3, c = βˆ’4.37
ii
x βˆ’ 4 = √3 y β†’ x βˆ’ √3 y βˆ’ 4 = 0 β†’ x βˆ’ √3y βˆ’ 4 = 0
a = 1, b = βˆ’βˆš3, c = βˆ’4
iii
4 = 5x βˆ’ 3y β†’ 5x βˆ’ 3y βˆ’ 4 = 0 β†’ 5x βˆ’ 3y βˆ’ 4 = 0
a = 5, b = βˆ’3, c = βˆ’4
Note: Can also write as βˆ’5x + 3y + 4 = 0 (then a=βˆ’5, b=3, c=4). Both are correct!
iv
2x = y β†’ 2x βˆ’ y = 0 β†’ 2x βˆ’ y + 0 = 0
a = 2, b = βˆ’1, c = 0
Example 2
Write each as an equation in TWO variables: (i) x = βˆ’5 (ii) y = 2 (iii) 2x = 3 (iv) 5y = 2
i
x = βˆ’5 β†’ 1Β·x + 0Β·y + 5 = 0 (multiply coeff of missing var y by 0)
ii
y = 2 β†’ 0Β·x + 1Β·y βˆ’ 2 = 0
iii
2x = 3 β†’ 2x + 0Β·y βˆ’ 3 = 0
iv
5y = 2 β†’ 0Β·x + 5y βˆ’ 2 = 0
(i) x+0y+5=0 (ii) 0x+yβˆ’2=0 (iii) 2x+0yβˆ’3=0 (iv) 0x+5yβˆ’2=0
Example 3
Find four different solutions of x + 2y = 6.
1
Put x = 2: 2 + 2y = 6 β†’ 2y = 4 β†’ y = 2. Solution: (2, 2)
Verify: 2 + 2(2) = 2 + 4 = 6 βœ“
2
Put x = 0: 0 + 2y = 6 β†’ y = 3. Solution: (0, 3)
3
Put y = 0: x + 0 = 6 β†’ x = 6. Solution: (6, 0)
4
Put y = 1: x + 2 = 6 β†’ x = 4. Solution: (4, 1)
Four solutions: (2,2), (0,3), (6,0), (4,1)
Example 4
Find two solutions for each: (i) 4x+3y=12 (ii) 2x+5y=0 (iii) 3y+4=0
i
4x + 3y = 12
Put x=0: 3y=12 β†’ y=4. Solution 1: (0, 4)
Put y=0: 4x=12 β†’ x=3. Solution 2: (3, 0)
ii
2x + 5y = 0
Put x=0: 5y=0 β†’ y=0. Solution 1: (0, 0)
Put x=1: 2+5y=0 β†’ y=βˆ’2/5. Solution 2: (1, βˆ’2/5)
Note: putting y=0 also gives (0,0), so we must choose a different x value.
iii
3y + 4 = 0 β†’ 0Β·x + 3y + 4 = 0
y = βˆ’4/3 for ANY value of x.
Solution 1: (0, βˆ’4/3)    Solution 2: (1, βˆ’4/3)
The y-value is always βˆ’4/3 regardless of x. The graph is a horizontal line y = βˆ’4/3.
(i)(0,4),(3,0) (ii)(0,0),(1,βˆ’2/5) (iii)(0,βˆ’4/3),(1,βˆ’4/3)
Exercise 4.1 & 4.2 β€” Fully Solved
Every question from both exercises, solved with complete working.
Exercise 4.1
Q1
The cost of a notebook is twice the cost of a pen. Write a linear equation in two variables. (notebook = β‚Ήx, pen = β‚Ήy)
1
Cost of notebook = x, Cost of pen = y
2
"Cost of notebook is twice the cost of pen" β†’ x = 2y
3
In standard form: x βˆ’ 2y = 0 or x βˆ’ 2y + 0 = 0
Linear equation: x βˆ’ 2y = 0 (a=1, b=βˆ’2, c=0)
Q2
Express in the form ax + by + c = 0 and find a, b, c:
EquationStandard Formabc
(i) 2x+3y=9.35Μ„2x+3yβˆ’9.35Μ„=023βˆ’9.35Μ„
(ii) xβˆ’y/5βˆ’10=0xβˆ’y/5βˆ’10=01βˆ’1/5βˆ’10
(iii) βˆ’2x+3y=6βˆ’2x+3yβˆ’6=0βˆ’23βˆ’6
(iv) x=3yxβˆ’3y+0=01βˆ’30
(v) 2x=βˆ’5y2x+5y+0=0250
(vi) 3x+2=03x+0Β·y+2=0302
(vii) yβˆ’2=00Β·x+yβˆ’2=001βˆ’2
(viii) 5=2x2x+0Β·yβˆ’5=020βˆ’5
πŸ“Œ
For equations with only one variable, the coefficient of the missing variable is 0. Example: 3x+2=0 has no y, so b=0 and we write 3x+0Β·y+2=0.
Exercise 4.2
Q1
Which is true, and why? y = 3x + 5 has: (i) a unique solution (ii) only two solutions (iii) infinitely many solutions
1
y = 3x + 5 is a linear equation in two variables (it can be written as 3x βˆ’ y + 5 = 0).
2
For every value of x, we get a unique value of y = 3x + 5. Since x can be any real number, there are infinitely many pairs.
3
Examples: x=0β†’y=5: (0,5). x=1β†’y=8: (1,8). x=βˆ’1β†’y=2: (βˆ’1,2). x=2β†’y=11: (2,11). All different solutions.
Option (iii) is true β€” y = 3x + 5 has infinitely many solutions.
Q2
Write four solutions for each: (i) 2x+y=7 (ii) Ο€x+y=9 (iii) x=4y
i
2x + y = 7: y = 7 βˆ’ 2x
x=0β†’y=7: (0,7) | x=1β†’y=5: (1,5) | x=2β†’y=3: (2,3) | x=3β†’y=1: (3,1)
ii
Ο€x + y = 9: y = 9 βˆ’ Ο€x
x=0β†’y=9: (0,9) | x=1β†’y=9βˆ’Ο€: (1,9βˆ’Ο€) | x=βˆ’1β†’y=9+Ο€: (βˆ’1,9+Ο€) | x=2β†’y=9βˆ’2Ο€: (2,9βˆ’2Ο€)
iii
x = 4y: x = 4y, so y = x/4
y=0β†’x=0: (0,0) | y=1β†’x=4: (4,1) | y=βˆ’1β†’x=βˆ’4: (βˆ’4,βˆ’1) | y=2β†’x=8: (8,2)
Q3
Check which are solutions of x βˆ’ 2y = 4: (i)(0,2) (ii)(2,0) (iii)(4,0) (iv)(√2,4√2) (v)(1,1)
Pair (x,y)Substitute: xβˆ’2y= 4?Solution?
(i) (0, 2)0 βˆ’ 2(2) = βˆ’4βˆ’4 β‰  4No βœ—
(ii) (2, 0)2 βˆ’ 2(0) = 22 β‰  4No βœ—
(iii) (4, 0)4 βˆ’ 2(0) = 44 = 4 βœ“Yes βœ“
(iv) (√2, 4√2)√2 βˆ’ 2(4√2) = √2 βˆ’ 8√2 = βˆ’7√2βˆ’7√2 β‰  4No βœ—
(v) (1, 1)1 βˆ’ 2(1) = βˆ’1βˆ’1 β‰  4No βœ—
Only (4, 0) is a solution of x βˆ’ 2y = 4.
Q4
Find k if x = 2, y = 1 is a solution of 2x + 3y = k.
1
Since (2, 1) is a solution, substituting x=2, y=1 must satisfy 2x + 3y = k.
2
2(2) + 3(1) = k β†’ 4 + 3 = k β†’ k = 7
k = 7
10 Tips for Class 9 Students
Master Linear Equations in Two Variables β€” avoid the most common mistakes in CBSE exams.
1

Always Write in Standard Form

Before finding a, b, c always rearrange to ax + by + c = 0 (everything on left, 0 on right). Example: 2x + 3y = 4 β†’ 2x + 3y βˆ’ 4 = 0. Then a=2, b=3, c=βˆ’4.

2

Infinite Solutions = Infinite Points on Line

Remember: infinitely many solutions ↔ a straight line with infinitely many points. Every solution is a point. Every point is a solution. Graph and algebra are the same thing!

3

x=0 and y=0 First!

The easiest way to find two solutions is always: (1) put x=0, solve for y β†’ get y-intercept (0,y). (2) put y=0, solve for x β†’ get x-intercept (x,0). Two points β†’ draw the line!

4

Verify Your Solutions

Always substitute back to check! If you say (3,4) is a solution of 2x+3y=12: 2(3)+3(4)=6+12=18β‰ 12. WRONG! Never skip verification in CBSE problems.

5

One Variable = Zero Coefficient

If only x appears (like 3x+5=0), write b=0. If only y appears (like 2yβˆ’4=0), write a=0. The missing variable has coefficient 0, not that the variable doesn't exist!

6

Ordered Pair Order Matters

Solution is ALWAYS written as (x, y). Never (y, x). If y=3 when x=0, write (0,3) β€” not (3,0)! Check: if you substitute in reverse, you get a different (wrong) answer.

7

Find k β€” Classic CBSE Question

If "x=a, y=b is a solution of equation = k", substitute the given values and solve for k. Example: x=2,y=1 in 2x+3y=k β†’ 4+3=k β†’ k=7. Simple substitution!

8

Horizontal and Vertical Lines

y=c is a horizontal line (parallel to x-axis). x=c is a vertical line (parallel to y-axis). y=0 IS the x-axis. x=0 IS the y-axis. These special cases often appear in MCQs!

9

Real Number Coefficients Allowed

a, b, c can be ANY real numbers β€” fractions, decimals, surds (like √3), negative numbers, or even Ο€. Don't assume they must be integers. Example: Ο€x + √2y = 5 is valid.

10

2 Solutions β†’ Draw the Graph

For graphing questions in CBSE exams: find 2 easy solutions (using x=0 and y=0), plot both points, join with a ruler and extend. Always use proper graph paper and label the line.

Chapter 4 β€” Formula & Fact Sheet

ConceptFormula / RuleExample
Standard Formax + by + c = 02x + 3y βˆ’ 6 = 0: a=2,b=3,c=βˆ’6
Conditiona, b, c ∈ ℝ; a and b not both zero0x + 0y + 5 = 0 is NOT valid
Number of solutionsInfinitely manyx+y=5 has (1,4),(2,3),(0,5)... ∞
Finding y-interceptPut x = 0, solve for yx+2y=6: y=3 β†’ (0,3)
Finding x-interceptPut y = 0, solve for xx+2y=6: x=6 β†’ (6,0)
Verify solutionSubstitute (xβ‚€,yβ‚€); check LHS=RHS(3,2) in 2x+3y=12: 6+6=12 βœ“
GraphStraight line (extends ∞ both ways)Every point on line = one solution
y = constantHorizontal line βˆ₯ x-axisy=3: horizontal line at y=3
x = constantVertical line βˆ₯ y-axisx=βˆ’2: vertical line at x=βˆ’2
Line through originax + by = 0 (c=0)2x+3y=0 passes through (0,0)
Finding kSubstitute given (x,y), solve for kx=2,y=1 in 2x+3y=k β†’ k=7
One-var as two-varax + 0Β·y + b = 03x+2=0 β†’ 3x+0y+2=0 (b=0)
50 Practice Questions
All CBSE question types β€” MCQ, 1-mark, 2-mark, 3-mark, and 5-mark questions with complete answers.
Section A β€” MCQ  (1 mark each)
1
A linear equation in two variables has how many solutions?
MCQ
(a) No solution
(b) Exactly one
(c) Exactly two
(d) Infinitely many
Answer: (d) Infinitely many
A linear equation in two variables has infinitely many solutions β€” one for each value of x (or y) we choose.
2
Which is a linear equation in two variables?
MCQ
(a) xΒ² + y = 5
(b) x + y = 5
(c) x/y = 5
(d) xy = 5
Answer: (b) x + y = 5
(a) is quadratic (xΒ²). (c) is not linear (division). (d) is not linear (product xy). Only (b) has both variables to power 1 with no multiplication/division between them.
3
The graph of a linear equation in two variables is:
MCQ
(a) A circle
(b) A parabola
(c) A straight line
(d) A curve
Answer: (c) A straight line
Every linear equation in two variables (ax + by + c = 0) graphs as a straight line in the Cartesian plane.
4
In ax + by + c = 0, which condition must hold?
MCQ
(a) a = 0 and b = 0
(b) a β‰  0 and b β‰  0
(c) a and b not both zero
(d) c β‰  0
Answer: (c) a and b not both zero
a and b cannot both be zero (one of them must be non-zero), but c can be zero.
5
Which point is a solution of 2x + y = 6?
MCQ
(a) (1, 3)
(b) (2, 2)
(c) (3, 1)
(d) (1, 4)
Answer: (d) (1, 4)
Check: 2(1)+4=6 βœ“. Others: (1,3)β†’5β‰ 6; (2,2)β†’6 wait: 2(2)+2=6 βœ“ also! Let me recheck: (2,2): 2Γ—2+2=6 βœ“. Both (1,4) and (2,2) work. But if the option is (d), verify: 2(1)+4=2+4=6 βœ“.
6
The graph of x = 5 is:
MCQ
(a) Horizontal line
(b) Vertical line
(c) Passes through origin
(d) Diagonal line
Answer: (b) Vertical line
x = 5 means x is always 5 regardless of y. All such points (5,0),(5,1),(5,2),... form a vertical line parallel to the y-axis.
7
If x = 2, y = 1 is a solution of kx + 3y = 11, then k =
MCQ
(a) 3
(b) 4
(c) 5
(d) 7
Answer: (b) 4
Substitute x=2, y=1: k(2)+3(1)=11 β†’ 2k+3=11 β†’ 2k=8 β†’ k=4
8
The equation y = 3 in two variables can be written as:
MCQ
(a) x + y = 3
(b) 0Β·x + y βˆ’ 3 = 0
(c) x βˆ’ 3 = 0
(d) y + 3 = 0
Answer: (b) 0Β·x + y βˆ’ 3 = 0
y = 3 means the coefficient of x is 0 and coefficient of y is 1: 0Β·x + 1Β·y βˆ’ 3 = 0. Here a=0, b=1, c=βˆ’3.
9
2x + 5y = 0 passes through which point?
MCQ
(a) (1, 0)
(b) (0, 1)
(c) (0, 0)
(d) (1, 1)
Answer: (c) (0, 0)
2(0)+5(0)=0 βœ“. Since c=0, the equation always passes through the origin (0,0).
10
Which of the following is NOT a solution of x βˆ’ 2y = 4?
MCQ
(a) (4, 0)
(b) (0, βˆ’2)
(c) (2, βˆ’1)
(d) (0, 2)
Answer: (d) (0, 2)
Check (0,2): 0βˆ’2(2)=βˆ’4β‰ 4. βœ— Not a solution!
Verify others: (4,0): 4βˆ’0=4 βœ“; (0,βˆ’2): 0+4=4 βœ“; (2,βˆ’1): 2+2=4 βœ“.
Section B β€” Very Short Answer  (1 mark each)
11
Write the equation 3x = 7 as a linear equation in two variables.
1 Mark
Answer: 3x + 0Β·y βˆ’ 7 = 0
Or equivalently: 3x + 0y βˆ’ 7 = 0, where a=3, b=0, c=βˆ’7.
12
Find the value of y if x = 3 is a solution of 2x + 3y = 12.
1 Mark
Answer: y = 2
Substitute x=3: 2(3)+3y=12 β†’ 6+3y=12 β†’ 3y=6 β†’ y=2
13
Write 5 = 2x in the form ax + by + c = 0. Find a, b, c.
1 Mark
Answer: 2x + 0Β·y βˆ’ 5 = 0
a = 2, b = 0, c = βˆ’5
14
Is (0, 0) a solution of 3x βˆ’ 4y = 0?
1 Mark
Answer: Yes
3(0)βˆ’4(0)=0βˆ’0=0=RHS βœ“. The origin (0,0) is always a solution when c=0.
15
Write two solutions of 3y + 4 = 0.
1 Mark
Answer: (0, βˆ’4/3) and (1, βˆ’4/3)
3y+4=0 β†’ y = βˆ’4/3 for any value of x. Two solutions: (0,βˆ’4/3) and (1,βˆ’4/3).
16
If (2, k) is a solution of x + y = 5, find k.
1 Mark
Answer: k = 3
Substitute x=2, y=k: 2+k=5 β†’ k=3
17
What is the graph of y = 0 in the coordinate plane?
1 Mark
Answer: The x-axis
y = 0 means all points where the y-coordinate is 0. These are all points on the x-axis itself.
18
How many points lie on the line 2x + 3y = 12?
1 Mark
Answer: Infinitely many points
The graph of any linear equation is a straight line, which contains infinitely many points β€” one for each real value of x.
19
Write a linear equation in two variables whose solution is (2, 3).
1 Mark
Answer: Many answers possible. Simplest: x + y = 5 (since 2+3=5). Or 3x βˆ’ 2y = 0 (6βˆ’6=0). Or 2x + y = 7 (4+3=7). Any equation satisfied by (2,3) works.
20
The equation x = 0 represents which line in the Cartesian plane?
1 Mark
Answer: The y-axis
x = 0 means all points where x-coordinate is 0, which are exactly the points on the y-axis.
Section C β€” Short Answer  (2 marks each)
21
Express 2x + 3y = 4.37 in standard form and find a, b, c. Also write its two solutions.
2 Mark
Standard form: 2x + 3y βˆ’ 4.37 = 0. a=2, b=3, c=βˆ’4.37.
Solution 1: x=0: 3y=4.37 β†’ y=4.37/3. Point: (0, 4.37/3).
Solution 2: y=0: 2x=4.37 β†’ x=2.185. Point: (2.185, 0).
22
A number is 3 more than twice another number. Express as a linear equation and find two solutions.
2 Mark
Let first number = y, second = x. Then: y = 2x + 3 β†’ 2x βˆ’ y + 3 = 0.
Solution 1: x=0 β†’ y=3: (0,3). Verify: 2(0)βˆ’3+3=0 βœ“
Solution 2: x=1 β†’ y=5: (1,5). Verify: 2(1)βˆ’5+3=0 βœ“
23
Check which of the following are solutions of 2x + 3y = 12: (i) (3,2) (ii) (0,4) (iii) (6,0) (iv) (1,4)
2 Mark
(i) (3,2): 2(3)+3(2)=6+6=12 βœ“ β€” Solution
(ii) (0,4): 2(0)+3(4)=0+12=12 βœ“ β€” Solution
(iii) (6,0): 2(6)+3(0)=12+0=12 βœ“ β€” Solution
(iv) (1,4): 2(1)+3(4)=2+12=14β‰ 12 βœ— β€” NOT a solution
24
Write four solutions of 2x + y = 7.
2 Mark
y = 7 βˆ’ 2x
x=0: y=7 β†’ (0,7)
x=1: y=5 β†’ (1,5)
x=2: y=3 β†’ (2,3)
x=3: y=1 β†’ (3,1)
25
If (m, 2) is a solution of the equation 3m + 2n = 7, find m. Which equation does this satisfy?
2 Mark
Substitute m=m, n=2 into 3m+2n=7:
3m + 2(2) = 7 β†’ 3m + 4 = 7 β†’ 3m = 3 β†’ m = 1
So the point is (1, 2). Verify: 3(1)+2(2)=3+4=7 βœ“
26
Find two solutions of Ο€x + y = 9. Use them to plot two points on the graph (description only).
2 Mark
y = 9 βˆ’ Ο€x
x=0: y=9 β†’ (0,9). Plot at 9 units above origin on y-axis.
x=1: y=9βˆ’Ο€β‰ˆ9βˆ’3.14=5.86 β†’ (1, 9βˆ’Ο€). Plot approximately at (1, 5.86).
Join these two points with a straight line and extend for the full graph.
27
The perimeter of a rectangle is 40 cm. Write a linear equation in two variables to represent this. Find two pairs of dimensions.
2 Mark
Let length = x, breadth = y. Perimeter = 2(x+y) = 40 β†’ x + y = 20.
Pair 1: x=10, y=10: Square with side 10 cm.
Pair 2: x=15, y=5: Rectangle 15 cm Γ— 5 cm.
Both satisfy x+y=20 βœ“
28
Write two solutions of x = 4y. What is special about the graph of this equation?
2 Mark
x = 4y β†’ y = x/4
y=0 β†’ x=0: (0,0)
y=1 β†’ x=4: (4,1)
Special property: Since c=0, the equation xβˆ’4y=0 has c=0. The graph PASSES THROUGH THE ORIGIN (0,0). Any linear equation with c=0 passes through (0,0).
29
At what point does the line 3x βˆ’ 2y = 6 cross (i) the x-axis and (ii) the y-axis?
2 Mark
(i) x-intercept (crosses x-axis β†’ y=0): 3xβˆ’2(0)=6 β†’ 3x=6 β†’ x=2. Point: (2,0)
(ii) y-intercept (crosses y-axis β†’ x=0): 3(0)βˆ’2y=6 β†’ βˆ’2y=6 β†’ y=βˆ’3. Point: (0,βˆ’3)
30
The taxi fare in a city is β‚Ή20 for the first km and β‚Ή10 per km after that. Write a linear equation and find the fare for 5 km.
2 Mark
Let total fare = y, distance = x km. For x β‰₯ 1:
y = 20 + 10(xβˆ’1) = 20 + 10x βˆ’ 10 = 10x + 10
Linear equation: y = 10x + 10 or 10x βˆ’ y + 10 = 0
For 5 km: y = 10(5)+10 = 50+10 = β‚Ή60
Section D β€” Short Answer II  (3 marks each)
31
Find four solutions of 4x + 3y = 12. Make a table and plot the points (description).
3 Mark
4x + 3y = 12 β†’ y = (12βˆ’4x)/3
xy=(12βˆ’4x)/3PointVerify
04(0,4)0+12=12βœ“
30(3,0)12+0=12βœ“
βˆ’38(βˆ’3,8)βˆ’12+24=12βœ“
6βˆ’4(6,βˆ’4)24βˆ’12=12βœ“
32
Draw the graph of x + y = 5. From the graph, find the value of y when x = 2.5.
3 Mark
Step 1: Find solutions. x=0β†’y=5:(0,5); y=0β†’x=5:(5,0); x=2β†’y=3:(2,3).
Step 2: Plot (0,5) and (5,0) on graph paper. Join with straight line.
Step 3: From graph, draw vertical line x=2.5. It meets the graph line at y=2.5.
Algebraic verification: y = 5βˆ’x = 5βˆ’2.5 = 2.5 βœ“
33
If x = 1, y = 1 is a solution of ax + by = 4, and x = 2, y = 1 is a solution of bx βˆ’ ay = 1, find a and b.
3 Mark
From condition 1: a(1)+b(1)=4 β†’ a+b=4 …(i)
From condition 2: b(2)βˆ’a(1)=1 β†’ 2bβˆ’a=1 …(ii)
Adding (i)+(ii): (a+b)+(2bβˆ’a) = 4+1 β†’ 3b=5 β†’ b=5/3
From (i): a=4βˆ’b=4βˆ’5/3=7/3
a=7/3, b=5/3
34
Rama Kant's age is 3 times his daughter's age. Write a linear equation and find three possible pairs of ages (both must be positive).
3 Mark
Let Rama Kant's age = x, daughter's age = y.
x = 3y β†’ x βˆ’ 3y = 0
Solutions (both positive):
y=5β†’x=15: Ages 15 and 5
y=10β†’x=30: Ages 30 and 10
y=15β†’x=45: Ages 45 and 15
All satisfy xβˆ’3y=0 βœ“
35
Show that x = 2, y = 1 is a solution of 2x + 3y = 7. Find two more solutions and state how many total solutions exist.
3 Mark
Verify (2,1): 2(2)+3(1)=4+3=7 βœ“
Solution 2: x=0: 3y=7 β†’ y=7/3. Point (0,7/3). Verify: 0+7=7 βœ“
Solution 3: y=0: 2x=7 β†’ x=7/2. Point (7/2,0). Verify: 7+0=7 βœ“
Total solutions: Infinitely many β€” for every real value of x, y=(7βˆ’2x)/3 gives a valid solution.
36
The sum of a two-digit number and the number obtained by reversing its digits is 99. If the digits are x and y, write the equation and find 3 solutions.
3 Mark
Original number: 10x+y. Reversed: 10y+x.
Equation: (10x+y)+(10y+x)=99 β†’ 11x+11y=99 β†’ x+y=9
Solution 1: x=1,y=8: Number 18, reversed 81, 18+81=99 βœ“
Solution 2: x=4,y=5: Number 45, reversed 54, 45+54=99 βœ“
Solution 3: x=3,y=6: Number 36, reversed 63, 36+63=99 βœ“
37
Write the equation 3y + 4 = 0 in two-variable form. Find three solutions and describe its graph.
3 Mark
Two-variable form: 0Β·x + 3y + 4 = 0. Here a=0, b=3, c=4.
Solution: y = βˆ’4/3 for any x.
x=0: (0,βˆ’4/3). x=1: (1,βˆ’4/3). x=βˆ’2: (βˆ’2,βˆ’4/3).
Graph description: A horizontal line at y=βˆ’4/3, parallel to the x-axis. It extends infinitely in both directions and has infinitely many points.
38
In a class, the number of girls is 5 more than the number of boys. (i) Write as an equation. (ii) Is (10,15) a solution? (iii) Find two more solutions.
3 Mark
(i) Let boys=x, girls=y. y=x+5 β†’ xβˆ’y+5=0
(ii) Check (10,15): 10βˆ’15+5=0 βœ“ YES, it is a solution.
(iii) x=0β†’y=5: (0,5). Verify: 0βˆ’5+5=0 βœ“
x=20β†’y=25: (20,25). Verify: 20βˆ’25+5=0 βœ“
39
If (p, pβˆ’3) is a solution of 2x βˆ’ y = 7, find p. Also find the complete solution pair.
3 Mark
Substitute x=p, y=pβˆ’3 into 2xβˆ’y=7:
2p βˆ’ (pβˆ’3) = 7
2p βˆ’ p + 3 = 7
p + 3 = 7 β†’ p = 4
Solution pair: x=4, y=4βˆ’3=1 β†’ (4, 1)
Verify: 2(4)βˆ’1=8βˆ’1=7 βœ“
40
Show that the points (0,4), (3,2) and (6,0) are collinear (they all lie on the same line). Which line is it?
3 Mark
Assume they lie on line ax+by+c=0. Try 2x+3y=12:
(0,4): 2(0)+3(4)=12 βœ“
(3,2): 2(3)+3(2)=6+6=12 βœ“
(6,0): 2(6)+3(0)=12 βœ“
All three points satisfy 2x+3y=12.
Since a straight line is the graph of a linear equation, and all three lie on 2x+3y=12, they are collinear. The line is 2x + 3y = 12.
Section E β€” Long Answer  (5 marks each)
41
Draw the graph of 2x + y = 6. From the graph: (i) find the value of y when x = 1 (ii) find the value of x when y = 2 (iii) find x-intercept and y-intercept.
5 Mark
Step 1: Find key solutions. y = 6βˆ’2x
x=0β†’y=6: (0,6) [y-intercept]
x=3β†’y=0: (3,0) [x-intercept]
x=1β†’y=4: (1,4)
x=2β†’y=2: (2,2)
Step 2: Plot all 4 points on graph paper. Join with straight line.
(i) When x=1: y=6βˆ’2=4. From graph: y=4 βœ“
(ii) When y=2: 2x+2=6β†’x=2. From graph: x=2 βœ“
(iii) x-intercept (y=0): x=3. y-intercept (x=0): y=6.
42
Explain with examples: (a) What is a linear equation in two variables? (b) What does "solution" mean? (c) Why are there infinitely many solutions? (d) What does the graph look like? (e) Give an example of a real-life linear equation in two variables.
5 Mark
(a) Linear equation in two variables: Equation of the form ax+by+c=0 where a,b,c ∈ ℝ and a,b not both zero. Example: 2x+3yβˆ’6=0.
(b) Solution: An ordered pair (xβ‚€,yβ‚€) that satisfies the equation. Example: (3,0) is a solution of 2x+3y=6 since 6+0=6 βœ“.
(c) Infinitely many solutions: For any real x, y=(cβˆ’ax)/b is defined (as long as bβ‰ 0). Since there are infinitely many reals, there are infinitely many pairs. Example: x+y=5 is satisfied by (0,5),(1,4),(2,3),...∞ pairs.
(d) Graph: A straight line extending infinitely in both directions. Every point on it is a solution.
(e) Real-life example: Cost of apples (β‚Ήx each) and mangoes (β‚Ήy each), buying 3 apples and 2 mangoes for β‚Ή40: 3x+2y=40.
43
Draw the graph of y = 2x. (i) Show it passes through origin. (ii) Find 3 solutions. (iii) Is (4,6) on the graph? (iv) If x = 3.5, what is y? (v) In which quadrants does the line lie?
5 Mark
Equation: y=2x β†’ 2xβˆ’y=0 (c=0)
(i) Origin: x=0β†’y=0. (0,0) satisfies β†’ passes through origin βœ“
(ii) Three solutions: (0,0), (1,2), (βˆ’1,βˆ’2), (2,4)
(iii) Is (4,6) on graph? 2(4)=8β‰ 6 β†’ NO, (4,6) is NOT on this graph.
(iv) x=3.5: y=2(3.5)=7. Point (3.5,7).
(v) Quadrants: The line y=2x passes through Q I (positive x,y) and Q III (negative x,y). In Q I: x>0,y>0. In Q III: x<0,y<0.
44
The monthly income of A is β‚Ή1000 more than that of B. (i) Write as linear equation. (ii) Find 4 solutions (practical: both incomes positive). (iii) If B earns β‚Ή15000, what does A earn? (iv) What does c=1000 represent? (v) Graph description.
5 Mark
(i) Let A's income = x, B's income = y. x = y + 1000 β†’ xβˆ’yβˆ’1000=0
(ii) 4 practical solutions (y>0, x>0):
y=5000β†’x=6000: (6000,5000)
y=10000β†’x=11000: (11000,10000)
y=15000β†’x=16000: (16000,15000)
y=20000β†’x=21000: (21000,20000)
(iii) B earns β‚Ή15000: x=15000+1000=β‚Ή16000 βœ“
(iv) c=βˆ’1000 represents the fixed β‚Ή1000 gap between their incomes β€” no matter what B earns, A always earns β‚Ή1000 more.
(v) Graph: Straight line, slope=1 (diagonal at 45Β°), shifted up by 1000. Passes through (1000,0),(0,βˆ’1000) etc.
45
For the equation 3x + 2y = 6: (i) Write in standard form with a,b,c. (ii) Find x-intercept and y-intercept. (iii) Is (2,0) a solution? (iv) Is (βˆ’2,6) a solution? (v) Draw graph and label all key points.
5 Mark
(i) Standard form: 3x+2yβˆ’6=0. a=3, b=2, c=βˆ’6.
(ii) x-intercept (y=0): 3x=6β†’x=2. Point (2,0).
y-intercept (x=0): 2y=6β†’y=3. Point (0,3).
(iii) (2,0): 3(2)+2(0)=6 βœ“ Yes, it's a solution.
(iv) (βˆ’2,6): 3(βˆ’2)+2(6)=βˆ’6+12=6 βœ“ Yes, it's a solution!
(v) Graph: Plot (2,0) and (0,3). Join β†’ straight line. Also plot (βˆ’2,6) β€” it should lie on the same line. Label all three points. Label the line "3x+2y=6".
46
Graph of x + 2y = 6 and graph of 2x + y = 6. Find where each line crosses the axes. Do they cross each other? At what point?
5 Mark
Line 1: x+2y=6
x-intercept: y=0β†’x=6: (6,0)
y-intercept: x=0β†’y=3: (0,3)
Line 2: 2x+y=6
x-intercept: y=0β†’x=3: (3,0)
y-intercept: x=0β†’y=6: (0,6)
Do they cross? Solve simultaneously:
x+2y=6 …(i) and 2x+y=6 …(ii)
2Γ—(i): 2x+4y=12; subtract (ii): 3y=6 β†’ y=2
From (i): x=6βˆ’4=2. Intersection: (2,2)
Verify: 2+4=6 βœ“ and 4+2=6 βœ“
47
In a school, price of a pen is β‚Ήp and price of a book is β‚Ήb. Ravi buys 3 pens and 2 books for β‚Ή120. Sita buys 2 pens and 5 books for β‚Ή190. Write two equations. Show that (20,30) satisfies both. What do p and q represent?
5 Mark
Equation 1 (Ravi): 3p + 2b = 120
Equation 2 (Sita): 2p + 5b = 190
Check (20,30):
Eq 1: 3(20)+2(30)=60+60=120 βœ“
Eq 2: 2(20)+5(30)=40+150=190 βœ“
Yes, (p,b) = (20,30) satisfies both equations!
Meaning: Price of 1 pen = β‚Ή20, Price of 1 book = β‚Ή30. This is a unique solution β€” here we have TWO equations, so we get a unique solution (a system of two equations).
48
Give 3 examples of linear equations in two variables from daily life. For each: write the equation in standard form, find two solutions, and describe what the solutions represent physically.
5 Mark
1. Cricket match: Two batsmen score total 150 runs. x+y=150.
Standard: x+yβˆ’150=0. Solutions: (50,100)β€”one scored 50, other 100. (75,75)β€”equal scores.
2. Mixture problem: Mixing x litres of water with y litres of juice to get 10 litres: x+y=10.
Standard: x+yβˆ’10=0. Solutions: (3,7),(5,5). (3,7)=3L water + 7L juice.
3. Money: β‚Ή50 notes (x) and β‚Ή100 notes (y) totalling β‚Ή500: 50x+100y=500 β†’ x+2y=10.
Standard: x+2yβˆ’10=0. Solutions: (10,0)β€”all β‚Ή50 notes; (0,5)β€”all β‚Ή100 notes; (2,4)β€”mix.
49
Explain all 3 summary points of Chapter 4 in detail with examples. What connects all three points?
5 Mark
Summary Point 1: Definition. ax+by+c=0 (a,b,c real, a and b not both zero) is a linear equation in two variables.
Example: 2x+3yβˆ’6=0 (a=2,b=3,c=βˆ’6). The equation is "linear" because both variables have degree 1 only.

Summary Point 2: Infinitely many solutions. For any x, y=(βˆ’axβˆ’c)/b is uniquely determined. Since x can be any real number, we get infinitely many pairs.
Example: 2x+3y=6. x=0β†’y=2; x=3β†’y=0; x=1β†’y=4/3; ... infinitely many.

Summary Point 3: Graph ↔ Solutions. Every point on the graph is a solution, and every solution is a point on the graph.
Example: (3,0) lies on the line 2x+3y=6 AND satisfies 2(3)+3(0)=6. βœ“

Connection: All three points describe the same mathematical object from different perspectives: algebraically (equation), numerically (solutions), and geometrically (graph line).
50
The sum of ages of a father and son is 48 years. (i) Write as equation. (ii) Find 5 physically meaningful solutions. (iii) If the son is 12 years old, find father's age. (iv) Can the son be 50 years old? Why? (v) Graph this situation with constraints.
5 Mark
(i) Equation: Let father's age = x, son's age = y. x+y=48 β†’ x+yβˆ’48=0.

(ii) Physical constraints: x>0, y>0, x>y (father older), x≀90, y5 solutions: (30,18),(36,12),(40,8),(25,23),(45,3) β€” all satisfy x+y=48 βœ“

(iii) Son = 12: x+12=48 β†’ x=36. Father is 36 years old.

(iv) Son = 50? Then father = 48βˆ’50=βˆ’2 years. Impossible! Age cannot be negative. So y<48 is a necessary constraint for physical meaning.

(v) Graph: Draw line x+y=48. Due to constraints (x>0, y>0, x>y), only the portion in the first quadrant below the line y=x is physically meaningful. The line crosses axes at (48,0) and (0,48).