document.write( "Question 709756: function g(x) = -1/x. Determine the average rate of change of the function between x = 3 and x = 3 + h.\r
\n" );
document.write( "\n" );
document.write( "I really am struggling with this and another problem. But the rest of my problems I flew through easily. I feel I am having problems with the (3+h) part of this problem, because when x= \"3\" or just \"h\" I get it. \n" );
document.write( "
Algebra.Com's Answer #436760 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! function g(x) = -1/x. Determine the average rate of change of the function between x = 3 and x = 3 + h. \n" ); document.write( "------ \n" ); document.write( "Average = [g(3+h)-g(3)]/[3+h-3] \n" ); document.write( "----- \n" ); document.write( "= [-1/(3+h)-(-1/3)]/[h] \n" ); document.write( "---- \n" ); document.write( "= [-1/(3+h)+(1/3)]/h \n" ); document.write( "---- \n" ); document.write( "= [(-3+3+h)/(3(3+h))]/h \n" ); document.write( "---------- \n" ); document.write( "= [h/(9+3h)]/h \n" ); document.write( "-- \n" ); document.write( "= 1/(9+3h) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |