Michael L. answered 02/06/16
Tutor
New to Wyzant
Intuitively explains the concepts in Math and Science
Hi Clifferdean,
The slope of a line passing through two points (x1 , y1) and (x2 , y2) is given by the formula below. You are given the points
(0,2) and (2,5).
m = (y2 - y1)/(x2 - x1) = (5 - 2)/(2 - 0)=3/2
y = mx +c
y = 3/2 x+ c
Using one of the two points to find C pick (0,2) plug it into the equation
2 = 3/2 *0 + c
2 = c
The equation becomes y = 3x/2 + 2