Question 175002: what is the slope intercept form of the equation with the points (3,0) and (0,-4)? Found 3 solutions by Alan3354, jim_thompson5910, actuary:Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! what is the slope intercept form of the equation with the points (3,0) and (0,-4)?
--------------
|x y +1|
|3 0 +1| = 0
|0 -4 1|
-----------------
x*(0+4) - y*(3-0) -12 = 0
4x -3y = 12
3y = 4x - 12
y = (4/3)x -4
You can put this solution on YOUR website! The formula for the slope is m=(y2-y1)/(x2-x1)
X
Substituting the given values for the two points we have
m=(-4-0)/(0-3)= -4/-3=4/3
The point-slope formula for a line is (y-y1)=m(x-x1)
So substituting the value for m and the values for x1 and y1 we have
(y-0)=4/3*(x-3)
Carrying out the arithmetic we have y = 4/3*(x-3)
I hope that this helps