SOLUTION: Can anyone help me w/this? Write the equation of the line passing through these two points: (3,4), (-3,2)

Algebra ->  Graphs -> SOLUTION: Can anyone help me w/this? Write the equation of the line passing through these two points: (3,4), (-3,2)       Log On


   



Question 139413: Can anyone help me w/this? Write the equation of the line passing through these two points: (3,4), (-3,2)

Found 2 solutions by checkley77, scott8148:
Answer by checkley77(12844) About Me  (Show Source):
You can put this solution on YOUR website!
(3,4), (-3,2)
first we need to find the slope:
(y2-y1)/(x2-x1)
(2-4)/(-3-3)
-2/-6
1/3 is the slope.
Y=mX+b
4=1/3*3+b
4=1+b
b=4-1
b=3
Y=X/3+3
+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+x%2F3+%2B3%29+ (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, x/3 +3).

Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
first, find the slope (m) __ the y change (rise) divided by the x change (run)

m=(2-4)/(-3-3) __ m=(-2)/(-6) __ m=1/3

using point-slope __ y-4=(1/3)(x-3) __ distributing __ y-4=(1/3)x-1

adding 4 __ y=(1/3)x+3