SOLUTION: determine the equation of the straight line through the points (-2,1) and (3,-2)

Algebra ->  Linear-equations -> SOLUTION: determine the equation of the straight line through the points (-2,1) and (3,-2)      Log On


   



Question 986098: determine the equation of the straight line through the points (-2,1) and (3,-2)
Found 2 solutions by Timnewman, Alan3354:
Answer by Timnewman(323) About Me  (Show Source):
You can put this solution on YOUR website!
Hi dear,
if the straight line passes through the points (-2,1) and (3,-2)
Then,the formula below will be used to solve for the equation of the line.
%28y-y%5B1%5D%29%2A%28x%5B2%5D-x%5B1%5D%29=%28x-x%5B1%5D%29%2A%28y%5B2%5D-y%5B1%5D%29
where y1=1,y2=-2,x1=-2,x2=3.
substitute the above in the given formula
Therefore,
(y-1)(3+2)=(x+2)(-2-1)
5(y-1)=-3(x+2)
5y-5=3x+6
5y=3x+11
y=%283x%2B11%29%2F5

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
determine the equation of the straight line through the points (-2,1) and (3,-2)
=================
Step 1m find the slope
Slope m = diffy.diffx = (-2-1)/(3- -2) = -3/5
-----------
Then use y-y1 = m*(x-x1) where (x1,y1) is either point.
---
y-1 = (-3/5)*(x+2)
y+=+-3x%2F5+-+1%2F5