document.write( "Question 67002This question is from textbook Advanced mathematics
\n" );
document.write( ": If F(x) = 2x, find [(F(x+h) - F(x-h)/2h)] \n" );
document.write( "
Algebra.Com's Answer #47676 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! F(x + h) - F(x - h)/2h \n" ); document.write( "2(x + h) - 2(x - h)/2h \n" ); document.write( "2x + 2h - (x - h)/h \n" ); document.write( "(2xh + 2h^2)/h + (h - x)/h \n" ); document.write( "(2h^2 + 2xh + h - x)/h \n" ); document.write( "2h + 2x + 1 - x/h \n" ); document.write( " |