Question 176299: Write the equation of the line that passes through (4,-5) and (7,-3). Express in general form. Found 2 solutions by Alan3354, solver91311:Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Write the equation of the line that passes through (4,-5) and (7,-3). Express in general form
-------------
The hard way:
find the slope, m, = (diff in y)/(diff in x)
m = (-3 -(-5))/(7-4)
m = 2/3
Use either point:
y-y1 = m*(x-x1)
y+5 = (2/3)*(x-4)
3y+15 = 2x-8
2x-3y = 23
-------------
Better way:
|x y 1|
|4 -5 1| = 0
|7 -3 1|
---------------
x*(-5+3) - y*(4-7) + (-12+35) = 0
-2x + 3y + 23 = 0
2x - 3y = 23
You can put this solution on YOUR website! Given two points, and , you can write the equation of the line using the two-point form of the equation of a line:
. Just insert the values from the two ordered pairs and do the arithmetic.
General form probably means Standard Form which is . Once you have performed the computations, rearrange to put it in standard form.