Stephanie M. answered 05/07/15
Tutor
5.0
(887)
Private Tutor - English, Mathematics, and Study Skills
Slope is rise/run, or (change in y) / (change in x). So, from 1980 to 1990:
(3.8 - 3.1) / (1990 - 1980) = 0.7/10 = 0.07
From 1980 to 2000:
(5.15 - 3.1) / (2000 - 1980) = 2.05/20 = 0.1025
From 1980 to 2010:
(7.25 - 3.1) / (2010 - 1980) = 4.15/30 = 0.1383
That last slope is the one you'll use for the equation of the line between (1980, 3.1) and (2010, 7.25). Use point-slope form, where m = slope = 0.1383 and (x1, y1) = point on the line = (2010, 7.25):
y - y1 = m(x - x1)
y - 7.25 = 0.1383(x - 2010)
You can put that into slope-intercept form (y = mx + b) if you'd like:
y = 0.1383(x - 2010) + 7.25
y = 0.1383x - 277.983 + 7.25
y = 0.1383x - 285.233