Donald R. answered 04/26/16
Tutor
New to Wyzant
Just a note: "You simply plug in the number for x wherever you see an x" is not really quite accurate but works for simple numbers.
You can see by the above answers that there is an implied parenthesis around each use of x in the function.
That way you don't end up with the following paradox:
f(x) = x2
plug in "2+1" for x
f(2+1) = 2 + 12 = 2 + 1 = 3
but
f(3) = 32 = 9
This happens because the order operations messes things up without the implied parentheses.
so f(x) = x2
is really interpreted as F(x) = (x)2
Elwyn D.
04/26/16