SOLUTION: Write the equation in slope-intercept form of the line that has a slope of -3 and contains the point (4, -5).

Algebra ->  Coordinate-system -> SOLUTION: Write the equation in slope-intercept form of the line that has a slope of -3 and contains the point (4, -5).      Log On


   



Question 255724: Write the equation in slope-intercept form of the line that has a slope of -3 and contains the point (4, -5).
Found 2 solutions by Fombitz, EMStelley:
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Use the point-slope form of a line with point (xp, yp) and slope m:
y-yp=m%28x-xp%29
y-%28-5%29=-3%28x-4%29
y%2B5=-3x%2B12
y=-3x%2B7
.
.
.

Answer by EMStelley(208) About Me  (Show Source):
You can put this solution on YOUR website!
If you have slope, m, and a point (x1,y1), the equation is:
y - y1 = m(x - x1)
So we have
y - (-5) = -3(x - 4)
y + 5 = -3x + 12
y = -3x + 7