SOLUTION: Write the slope-intercept form of the equation of the line that passes through the points (4, -3) and (1, -4).
Algebra ->
Linear-equations
-> SOLUTION: Write the slope-intercept form of the equation of the line that passes through the points (4, -3) and (1, -4).
Log On
You can put this solution on YOUR website! slope is change in y (-1)./change in x(-3) or 1/3
point-slope formula y-y1=m(x-x1)
y+4=(1/3)(x-1)
y=(1/3)x-13/3
alternative way
y=mx+b
use (4, -3)
-3=(1/3)(4)+b
-3=(4/3)+b
b=-3-4/3=(-9/3)-(4/3)=-13/3
You can put this solution on YOUR website! 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