Question 190948
y-y1 = m*(x-x1) where (x1,y1) is the point
y-2 = m(x-3)
That's it.
------------
you can do:
y = mx-3m + 2, but that's no improvement.
Maybe y = m(x-3) + 2