Question 306128
Suppose f(x) = x^2 + 9x. Simplify f(x + h)- f(x) / h .
---
f(x+h) = (x+h)^2 + 9(x+h) = x^2 + 2hx + h^2 + 9x + 9h
----
----
f(x+h)-f(x) = 2hx +h^2+9h
----
Finally: 
f(x + h)- f(x) / h  =  2x + h + 9
========================================
Cheers,
Stan H
========================================