document.write( "Question 1163086: f(x)=4x-7, find f(x+h)-f(x)/h\r
\n" );
document.write( "\n" );
document.write( "I believe I am supposed to pluf the number given into the equation. \n" );
document.write( "
Algebra.Com's Answer #787050 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! f(x)=4x-7, find f(x+h)-f(x)/h \n" ); document.write( "-------- \n" ); document.write( "f(x+h) = 4(x+h)-7 \n" ); document.write( "f(x+h)-f(x) = 4(x+h)-7 -(4x-7) = 4x+4h - 4x = 4h \n" ); document.write( "4h/h = 4 \n" ); document.write( " \n" ); document.write( " |