SOLUTION: through:(1,2), slope=7

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: through:(1,2), slope=7      Log On


   



Question 604500: through:(1,2), slope=7
Answer by alicealc(293) About Me  (Show Source):
You can put this solution on YOUR website!
line equation with slope m and passes through (x1,y1):
y - y1 = m*(x - x1)

so, if the line passes through (1, 2) and has the slope of 7:
y - 2 = 7*(x - 1)
y - 2= 7x - 7
y = 7x - 7 + 2
y = 7x - 5