document.write( "Question 88318: Given f(x)=x^2+2x+1 find f(x+h) and simplify how can i figure this out if only f is given to me and not h? \n" ); document.write( "
Algebra.Com's Answer #64142 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = x^2 + 2x + 1 \n" ); document.write( "f(x + h) = (x + h)^2 + 2(x + h) + 1 \n" ); document.write( "f(x + h) = x^2 + 2xh + h^2 + 2x + 2h + 1 \n" ); document.write( " |