SOLUTION: Given the points (x1,y1) = (2,3) & (x2,y2)= (5,9) Find m (slope) and b (y-axis intercept) of the equation y=mx+b

Algebra ->  Linear-equations -> SOLUTION: Given the points (x1,y1) = (2,3) & (x2,y2)= (5,9) Find m (slope) and b (y-axis intercept) of the equation y=mx+b       Log On


   



Question 48782: Given the points (x1,y1) = (2,3) & (x2,y2)= (5,9)
Find m (slope) and b (y-axis intercept) of the equation y=mx+b

Answer by Nate(3500) About Me  (Show Source):
You can put this solution on YOUR website!
M = (y2 - y1)/(x2 - x1) = (9 - 3)/(5 - 2) = 6/3 = 2
y = 2x + b choose a point to figure the rest
3 = 2*2 + b
3 = 4 + b
-1 = b the y-intercept is P(0,-1)
Equation: y = 2x - 1
graph%28600%2C600%2C-10%2C10%2C-10%2C10%2C2x-1%29