
James B. answered 06/16/16
Tutor
5.0
(3,069)
Experienced, Patient, Passionate Math Tutor (In-person and online)
Since this is a linear model, 2 points on the line using given data are:
(0, 25500) and (5, 57500) ... 0 is year 2008, 5 is year 2013 (5 years after 2008)
We can use the slope formula to find the slope of the line.
(x1, y1) = (0, 25500)
(x2, y2) = (5, 57500)
m = (y2 - y1) / (x2 - x1)
m = (57500 - 25500)/(5 - 0)
m = 32000/5
m = 6400
The y-intercept of the equation is 25550 because the x-coordinate at that y-value is 0
Using the point slope formula,
y = mx + b
y = 6400x + 25500 ... where x = number of years after 2008
So the function is
f(x) = 6400x + 25500