Given the function f(x) = 7 - 6x, evaluate f(x+h)-f(x)/h

follow the same steps I just gave John in the post below this one.

To evaluate the expression f(x+h) - f(x) / h, we can use the given function f(x) = 7 - 6x.

Step 1: Replace f(x) with the function expression:

f(x+h) = 7 - 6(x+h) = 7 - 6x - 6h

Step 2: Substitute the values back into the expression:

(f(x+h) - f(x)) / h = (7 - 6x - 6h - (7 - 6x)) / h = (-6h) / h = -6

Therefore, the value of f(x+h) - f(x) / h is -6.