SOLUTION: Write the equation of the line that passes through (4,-5) and (7,-3). Express in general form.

Algebra ->  Systems-of-equations -> SOLUTION: Write the equation of the line that passes through (4,-5) and (7,-3). Express in general form.      Log On


   



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

Answer by solver91311(24713) About Me  (Show Source):
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:

y+-+y%5B1%5D+=+%28%28y%5B1%5D+-+y%5B2%5D%29%2F%28x%5B1%5D+-+x%5B2%5D%29%29%28x+-+x%5B1%5D%29. Just insert the values from the two ordered pairs and do the arithmetic.

General form probably means Standard Form which is Ax+%2B+By+=+C. Once you have performed the computations, rearrange to put it in standard form.