SOLUTION: How do you find the y-intercept when you are given a line with a point (2,4) and a gradient of 1/2?

Algebra ->  Linear-equations -> SOLUTION: How do you find the y-intercept when you are given a line with a point (2,4) and a gradient of 1/2?      Log On


   



Question 697492: How do you find the y-intercept when you are given a line with a point (2,4) and a gradient of 1/2?
Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
How do you find the y-intercept when you are given a line with a point (2,4) and a gradient of 1/2?
"Gradient" is the same as the slope
Plug slope (1/2) and the point (2,4) into the "point-slope" form:
y - y1 = m(x - x1)
y - 4 = (1/2)(x - 2)
y - 4 = (1/2)x - 1
y = (1/2)x - 1 + 4
y = (1/2)x + 3
.
to find the y-intercept, set x to zero:
y = (1/2)x + 3
y = (1/2)0 + 3
y = 3
.
y-intercept is at (0,3)