How to graph linear equations — slope-intercept, point-slope, two-point methods

easy CBSE 3 min read

Question

Graph the equation 2x+3y=122x + 3y = 12 using: (a) the slope-intercept method, (b) the intercept method. Which method is faster for this equation?


Solution — Step by Step

Convert to y=mx+cy = mx + c:

3y=2x+12    y=23x+43y = -2x + 12 \implies y = -\frac{2}{3}x + 4

So slope m=2/3m = -2/3 and y-intercept c=4c = 4. Plot the point (0,4)(0, 4) on the y-axis. From there, go 3 units right and 2 units down (slope = rise/run = 2/3-2/3) to reach (3,2)(3, 2). Connect the two points with a straight line.

Put y=0y = 0: 2x=12    x=62x = 12 \implies x = 6. So x-intercept is (6,0)(6, 0).

Put x=0x = 0: 3y=12    y=43y = 12 \implies y = 4. So y-intercept is (0,4)(0, 4).

Plot both intercepts and draw the line through them. Done in two substitutions.

For this equation, the intercept method is faster because both intercepts are clean whole numbers. The slope-intercept method requires an extra step of conversion and working with fractions.

General rule: Use the intercept method when both intercepts are integers. Use slope-intercept when you already have y=mx+cy = mx + c form or when one intercept is messy (e.g., the line passes through the origin — then intercepts give only one point).


Why This Works

graph TD
    A["Which method to graph a linear equation?"] --> B["Is equation already in y = mx + c?"]
    B -->|Yes| C["Use slope-intercept: plot c, then use m"]
    B -->|No| D["Are both intercepts integers?"]
    D -->|Yes| E["Use intercept method: put x=0 and y=0"]
    D -->|No| F["Do you have one point and slope?"]
    F -->|Yes| G["Use point-slope: plot point, use slope"]
    F -->|No| H["Find any two points by substitution"]

Every linear equation in two variables represents a straight line. Since two points determine a line uniquely, we just need any two points on the line to draw it. The different methods are simply different strategies for finding those two points quickly.

The two-point method (substituting any two values of xx to find corresponding yy) always works but may give awkward coordinates. The intercept method and slope-intercept method are shortcuts that often give cleaner points to plot.


Alternative Method

For CBSE board exams, always plot at least three points even though two are enough. The third point acts as a verification — if it does not lie on the line through the first two, you know there is a calculation error. This simple check has saved many students from losing marks.

A quick table for 2x+3y=122x + 3y = 12:

xxyy
04
32
60

All three should be collinear. If they are, you are confident.


Common Mistake

Plotting slope incorrectly. When slope is 2/3-2/3, students sometimes go 2 right and 3 down, mixing up rise and run. Remember: slope = rise/run = (change in yy)/(change in xx). For m=2/3m = -2/3: run = 3 (move right 3), rise = 2-2 (move down 2). The denominator is always the horizontal movement and the numerator is always the vertical movement.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next