document.write( "Question 485835: if f(x)=x^2, then f(a=h)= \n" ); document.write( "
Algebra.Com's Answer #332211 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! You cannot do f(a=h). Presuming you want f(a+h) (since Shift+\"=\" gets +) then f(a+h) is simply (a+h)^2, or a^2 + 2ah + h^2. \n" ); document.write( " |