SOLUTION: Find an equation of the line passing through the pair of points. Write the equation in the form Ax + By =C
Points are (-7,4) (-8,-5)
Algebra ->
Linear-equations
-> SOLUTION: Find an equation of the line passing through the pair of points. Write the equation in the form Ax + By =C
Points are (-7,4) (-8,-5)
Log On
Question 1016654: Find an equation of the line passing through the pair of points. Write the equation in the form Ax + By =C
Points are (-7,4) (-8,-5) Answer by fractalier(6550) (Show Source):
You can put this solution on YOUR website! First, find the slope.
m = (y2-y1) / (x2-x1) = (-5-4)/(-8-(-7)) = -9/-1 = 9
Now plug one point and the slope into
y = mx + b to find b...
4 = 9(-7) + b
b = 67
so you have
y = 9x + 67
Now rearrange and get
-9x + y = 67