document.write( "Question 1010276: Find the Difference Quotient\r
\n" ); document.write( "\n" ); document.write( "f(x)=x^2 -2x +9
\n" ); document.write( "

Algebra.Com's Answer #625711 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
For f(x)= x^2 - 2x + 9
\n" ); document.write( "[f(x + h) - f(x)] / h =
\n" ); document.write( "[((x+h)^2 - 2(x+h) + 9) - (x^2 - 2x + 9)] / h =
\n" ); document.write( "[(x^2 + 2hx + h^2 - 2x - 2h + 9) - (x^2 - 2x + 9) / h =
\n" ); document.write( "(2hx + h^2 - 2x) / h =
\n" ); document.write( "2x + h - 2 =
\n" ); document.write( "2x - 2 + h
\n" ); document.write( "
\n" );