Question 709756
function g(x) = -1/x. Determine the average rate of change of the function between x = 3 and x = 3 + h. 
------
Average = [g(3+h)-g(3)]/[3+h-3]
-----
= [-1/(3+h)-(-1/3)]/[h]
----
= [-1/(3+h)+(1/3)]/h
----
= [(-3+3+h)/(3(3+h))]/h
----------
= [h/(9+3h)]/h
--
= 1/(9+3h)
=================
Cheers,
Stan H.
=================