Write the slope-intercept form of the equation of the line that passes through the points (4,-3) and (1,-4).
====================
Don't put a space after the commas.
----
Another method:
----
|x y 1|
|4 -3 1| = 0
|1 -4 1|
-----------
x*(-3*1 - -4*1) - y*(4*1 - 1*1) + 1*(4*-4 - 1*-3) = 0
1x - 3y - 13 = 0
----------
Solve for y
y = (1/3)x - 13/3