Question
Graph the equation using two different methods. Also find its slope, x-intercept, and y-intercept.
(CBSE 9 & 10 board exam pattern)
Solution — Step by Step
The slope-intercept form is , where is slope and is y-intercept.
So slope and y-intercept (the point ).
Set :
The x-intercept is .
We have two points: and . Plot both on graph paper and draw a straight line through them. Two points are enough because a linear equation always gives a straight line.
Start at the y-intercept . The slope means: for every 3 units right, go 2 units down.
From : move right 3 → , down 2 → . Plot this point. Draw the line through and .
Why This Works
A linear equation in two variables represents all pairs that satisfy it. These points form a straight line — that’s the geometric meaning of “linear.” The slope tells us the steepness and direction (positive = uphill, negative = downhill, zero = flat).
graph TD
A["Graph a linear equation"] --> B{"Which form?"}
B -->|"ax + by = c"| C["Find intercepts<br/>Set x=0, then y=0"]
B -->|"y = mx + c"| D["Plot y-intercept<br/>Use slope to find next point"]
B -->|"Two points given"| E["Plot both points<br/>Connect with straight line"]
C --> F["Plot (0, c/b) and (c/a, 0)"]
D --> G["From (0,c): rise=m, run=1"]
F --> H["Draw line through points"]
E --> H
G --> H
Alternative Method — Table of Values
Make a table: pick any 3 values of , calculate , plot the points.
| 0 | 4 |
| 3 | 2 |
| 6 | 0 |
Three points is a good check — if they’re not collinear, you’ve made an arithmetic mistake somewhere.
For CBSE boards: always plot at least 3 points (the marking scheme often requires it). Label the x-intercept, y-intercept, and slope on your graph. Use a scale that makes the graph fill at least half the graph paper provided.
Common Mistake
Students confuse slope with y-intercept. In , the slope is (the coefficient of ), NOT . The is the y-intercept. Also, a negative slope means the line goes downward from left to right — students sometimes draw it going upward and then wonder why the intercepts don’t match.