Question 160174
i would say the answer is 3.
here's why
-----------------------------------------
f(x) = 3*x-9
if you want to find f(x+h) you simply replace all instances of x with x+h, so
f(x+h) = 3*(x+h)-9
your problem is to find and simplify the difference quotient (f(x+h) - f(x))/h
substituting 3*x-9 for f(x), and 3*(x+h)-9 for f(x+h), your difference quotient becomes (3*(x+h)-9 - (3*x-9))/h
multiplying out, this becomes (3*x + 3*h - 9 - (3*x - 9))/h
removing parentheses from (3*x - 9), this becomes
(3*x + 3*h - 9 - 3*x + 9)/h
you have to keep in mind the signs.
minus a plus is a minus.
minus a minus is a plus.
doing the additions and subtractions of like values, the equation becomes
3*h / h because +3*x and -3*x cancel out and +9 and -9 also cancel out.
dividing by h, the equation becomes 3*1 = 3.
the answer is 3 which would be c in your list of choices.