The Cartesian Plane and Drawing Straight Lines
The Cartesian plane has horizontal (x) and vertical (y) axes that intersect at the origin (0,0). Any point can be located using coordinates in the form (x,y).
When drawing straight lines, the table method is your reliable fallback approach. Start by creating a table with three x-values usually−1,0,and1. Then substitute these values into your equation to calculate the corresponding y-values. Once you have three points, plot them on the graph and connect them with a straight line.
For example, to graph y = 2x - 3, substitute x = -1, 0, and 1 to get y-values of -5, -3, and -1. Plot these points and draw your line!
✨ Pro Tip: Always check your work by testing a fourth point that should fall on your line. If it doesn't, you've made a calculation error somewhere.