document.write( "Question 72385: Can you help me with this: h(x)= x squared plus 6x
\n" );
document.write( "h(x + 1) - h(x)=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #51733 by pradhyumna.kumar@gmail.com(62)![]() ![]() ![]() You can put this solution on YOUR website! h(x)= x squared plus 6x \n" ); document.write( "h(x + 1) - h(x) = {(x+1)^2 + 6(x+1)} - x^2 + 6x \n" ); document.write( " = 2x+7. \n" ); document.write( " \n" ); document.write( " |