SOLUTION: if f(x)=x^2, then f(a=h)=

Algebra ->  Functions -> SOLUTION: if f(x)=x^2, then f(a=h)=      Log On


   



Question 485835: if f(x)=x^2, then f(a=h)=
Answer by richard1234(7193) About Me  (Show Source):
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.