You can put this solution on YOUR website! We have two points:
(1, -3) = (x1, y1)
(-2, 6) = (x2, y2)
.
m = change in y divided by change in x
m = (y2-y1)/(x2-x1)
m = (6-(-3)) / (-2-1)
m = 9 / -3
m = -3
.
y = mx + b
So we can find b using either if the given points.
-3 = -3(1) + b
b = 0
We can use the other point to check our value for b
6 = -3(-2) + b
b = 0
.
We can graph this:
.
By inspection, we see the points are on the line.