document.write( "Question 616269: If g(x)=1-2x, find the value of (g(x+h)-g(x))/h \n" ); document.write( "
Algebra.Com's Answer #387725 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! g(x) = 1-2x \n" ); document.write( "g(x+h) = 1-2(x+h) = 1 - 2x - 2h \n" ); document.write( "g(x+h)-g(x) = (1 - 2x - 2h) - (1 - 2x) \n" ); document.write( "Note the use of parentheses. When you substituting in more than one term, it is important to use parentheses. Simplifying we get: \n" ); document.write( "g(x+h)-g(x) = (1 - 2x - 2h) - (1 - 2x) = -2h \n" ); document.write( " |