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) (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