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)\"\" \"About 
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( "\"%28f%28x+%2B+h%29+-+f%28x%29%29%2Fh+=+%288h%29%2Fh+=+8\"
\n" ); document.write( "
\n" );