document.write( "Question 838124: Evaluate and simplify \"+f%28x%2Bh%29%2Fh+-f%28x%29%2Fh+\" if h≠0 and \"+f%28x%29=+x%5E2-3x%2B5+\" \n" ); document.write( "
Algebra.Com's Answer #504865 by stanbon(75887)\"\" \"About 
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( "
\n" );