Drawing Straight-Line Graphs

25 min
0/4 practice checks

Once you have a table of values, each column (x,y)(x, y) is a point. Plot the points on the Cartesian plane and, for a rule like y=2x+1y = 2x + 1, they line up perfectly straight — so you join them with a ruler and extend the line. Rules of the form y=mx+cy = mx + c always give straight lines, which is why they are called linear.

One point is especially easy: where the line crosses the yy-axis. That happens when x=0x = 0, so for y=2x+1y = 2x + 1 we get y=2(0)+1=1y = 2(0) + 1 = 1 — the line cuts the yy-axis at y=1y = 1.

Worked example. Does (2,7)(2, 7) lie on y=3x+1y = 3x + 1?

Test it: 3(2)+1=73(2) + 1 = 7. The yy-value matches, so yes, the point is on the line.

The points (0,1),(1,2),(2,3)(0, 1), (1, 2), (2, 3) from the rule y=x+1y = x + 1, when plotted, form…

For the line y=3xy = 3x, what is yy when x=4x = 4?

At what value of yy does the line y=2x+3y = 2x + 3 cross the yy-axis?

Which point lies on the line y=3x+1y = 3x + 1?