
William W. answered 02/03/21
Math and science made easy - learn from a retired engineer
f(−11) = 16 means the point (-11, 16) is on the line
f(4) = 1 means the point (4, 1) is on the line
Use the slope formula to find the slope:
m = (1 - 16)/(4 - - 11) = -15/15 = -1
Now use the point-slope form of a line to get the equation:
Let the point (x1, y1) be (4, 1)
y - 1 = -1(x - 4)
y - 1 = -1x + 4
y = -x + 5