Question 319531: Find the inslope intercept form the passing through points with given coordinates. (-3,3) (2,-2) for some reason I am not getting this right.
Found 2 solutions by Alan3354, stanbon: Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Given 2 points example.
Find the equation of the line thru the points (2,1) and (3,5)
---------------------
This is a 2 step process. First find the slope of the line thru the points.
slope, m = diffy/diffx
m = (5-1)/(3-2)
m = 4
---------
Now use y = mx + b with either point to find b, the y-intercept.
y = mx + b
5 = 4*3 + b
b = -7
-------
y = mx + b
y = 4x - 7 is the answer.
------------------------
Another approach using determinants:
|x y 1|
|2 1 1| = 0
|3 5 1|
--------
x(1-5) - y(2-3) + 1(10-3) = 0
-4x + y + 7 = 0
y = 4x - 7
---------
For further assistance, or to check your work, email me via the thank you note
or at Moral Loophole@aol.com
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! (-3,3) (2,-2)
-----------------
slope = (-2-3)/(2--3) = -5/5 = -1
-----
Form: y = mx + b
-2 = -1(2) + b
b = -2 +2 = 0
---
Equation:
y = -x
==============
Cheers,
Stan H.
|
|
|