
Kevin H. answered 04/04/20
Mathematician, Programmer, Physicist
One of the standard ways of writing and equation for a line is the slope-intercept method:
y = m*x + b where m is the slope and b is the y-intercept
However, we don't have either (yet). What we need to use is the point-slope method:
y - yo = m * (x - xo) where (xo, yo) is a point on the line.
We are not given the slope but can easily calculate it. The slope is the rise of the line (how much it goes up or down) divided by the run (how much it goes sideways). We have two points: Po at (0, 3) and P1 at (-1, -3). Moving from point P1 to point Po, we go right 1 unit and up 6, so our slope is m = 6/1 = 6 so we get
y - 3 = 6 * (x - 0)
or
y - 3 = 6x
so
y = 6x + 3
which gives us the slope intercept form of the line.