SOLUTION: find equation of a line with slope and given point. m=-4, (4,8)

Algebra ->  Linear-equations -> SOLUTION: find equation of a line with slope and given point. m=-4, (4,8)      Log On


   



Question 263166: find equation of a line with slope and given point. m=-4, (4,8)
Found 2 solutions by palanisamy, oberobic:
Answer by palanisamy(496) About Me  (Show Source):
You can put this solution on YOUR website!
The equation of a line with slope and given point. m=-4, (4,8)is
y-y1 = m(x-x1)
y-8 = -4(x-4)
y-8 = -4x+16
4x+y = 24

Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
y = mx+b
y = -4x + b
.
We're told one point on the line: (4,8)
So, when x=4, y = 8
Substituting,
8 = -4(4) + b
8 = -16 + b
24 = b
b = 24
.
y = -4x + 24
.
x = 0, y = 24
x = 6, y = 0
.
Check the graph
graph%28500%2C500%2C-30%2C30%2C-30%2C30%2C-4%2Ax%2B24%29
.
Done