When given TWO points on a line; you will need to calculate the slope, m and use the point-slope formula to find the equation of the line
To find the slope, m = rise/run, it does NOT matter which point is P1 and P2, the slope will be the same.
m = (y2 - y1) / (x2 - x1)
I use will P1 = (5/2, 2) and P2 = (-3/2, 1)
m = (2 - 1) / (5/2 +3/2) = 1/4
Now use the point-slope formula and use just ONE of the points given and the slope:
(y - y1) = m(x - x1)
I will use P1 = (5/2, 2)
y - 2 = 1/4(x - 5/2)
y - 2 = 1/4(x)-5/8
Isolate the y on the LHS by +2 on both sides
y = 1/4(x) + 11/8 Final Answer