Slope = change in y / change in x = (y2 - y1)/(x2 - x1)
It doesn't matter which point is first, and which is second, as long as you are consistent.
If (x1, y1) = (1998, 13.60) and (x2, y2) = (2003, 19.00), then
slope = (19.00 - 13.60)/(2003 - 1998) = 1.08
Using point-slope form y - y1 = m(x - x1), we can plug in the slope and a point to find the equation of our line.
(Either point will work to find the equation)
y - 13.6 = 1.08(x - 1998)
Simplifying:
- y - 13.6 = 1.08x - 2157.84
- y = 1.08x - 2144.24
Slope-intercept form: y = 1.08x - 2144.24