If you are dealing with a nomogram or data then sometimes you need to determine the line between 2 points.
Parameters:
(1) x and y values for the first data point
(2) x and y values for the second data point
slope of the line =
= (y2 – y1) / (x2 – x1)
intercept =
= y2 – ((slope) * x2)