document.write( "Question 201495: find the difference quotient of f; that is, find f(x+h)-f(x)/h,
\n" );
document.write( "F(x)= 8x + 4 \n" );
document.write( "
Algebra.Com's Answer #151703 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = 8x + 4 \n" ); document.write( "f(x + h) = 8(x + h) + 4 = 8x + 8h + 4 \n" ); document.write( "f(x + h) - f(x) = (8x + 8h + 4) - (8x + 4) = 8h \n" ); document.write( " |