KATHERINE C. answered 08/29/19
Effective Tutor: math all levels up to AP Calc AB/BC & SAT
Hi Mark,
when the points are on the graph of a linear relationship between the 2 variables, y and x,
the constant rate of change of y with respect to x is the slope of the line (m),
m = change in y / change in x (or rise/run)
with the 2 points (-1.6, 2.6) and (3.4, 9.1),
m = (9.1 - 2.6) / (3.4 - -1.6) = 1.3
in terms of x, y = mx + b, m is the slope, b is the y-intercept
y = 1.3x + b
we can use one the point to find b, let us use (3.4, 9.1)
9.1 = 1.3*3.4 + b => b = 4.68
so y = 1.3x + 4.68
To find the value of y when x = 113, you just plug x into the above equation,
y = 1.3*113 + 4.68 = 151.58
Hope this helps!