Jon P. answered 07/21/15
Tutor
5.0
(173)
Knowledgeable Math, Science, SAT, ACT tutor - Harvard honors grad
A function is really just a machine. It takes something in (one or more "independent variables"), and it gives something back (the "dependent variable") as a result. Generally, the output depends on the input.
Finding the value of a function for a specific independent variable is simply a matter of substituting the value of the variable into the function definition. So in this case:
f(x) = x2 + 3x − 7
Saying "The value of f(x) when x = 3" is the same as saying "f(3)", so...
f(3) = 32 + 3*3 - 7 = 9 + 9 - 7 = 11
So the answer is 11