document.write( "Question 838124: Evaluate and simplify if h≠0 and
\n" );
document.write( "
Algebra.Com's Answer #504865 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! f(x+h)/h -f(x)/h if h # 0 and f(x)= x^2-3x+5 \n" ); document.write( "----------- \n" ); document.write( "f(x+h) = (x+h)^2-3(x+h)+5 = x^2+2hx+h^2-3x-3h+5 \n" ); document.write( "----- \n" ); document.write( "Subtracting f(x) you get:: \n" ); document.write( "= 2hx + h^2-3h \n" ); document.write( "----- \n" ); document.write( "Dividng by \"h\" you get: \n" ); document.write( "= 2x + h - 3 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |