Answer:
The answer is: y = 9x - 7.
Explanation:
Given the points: (3,20), (4,29), (7,56), (10,83), write an equation in the slope-intercept form.
First find the slope:
m = (y2 - y1) / (x2 - x1)
By substitution:
m = (29-20) / (4 - 3)
m = 9 / 1 = 9
Now that we have the slope, take any point and then use the slope intercept form of a line to solve for b. We will use (3,20):
y = mx + b
20 = 9*3 + b
20 - 27 = b
b = -7
By substitution:
y = 9x - 7
You can prove the equation by using another point, (7,56):
y = 9*7 - 16
y = 63 - 7 = 56
This proves that f(7) = 56, for the point (7,56)