You can
put this solution on YOUR website!Yes, substitute the number, like x=2, in place of the x, as follows:
-----------
f(x) = x^3 - 3x^2 - 2^x + 1
f(2)=2^3 - 3*2^2 -2^2 +1
=8 - 12 - 4 +1
=-7
The function is the sum of a and an exponential.
----------
f(x) = e^x
f(2) = e^2 = 7.389056...
The function is exponential because the "x" is in the exponent.
----------------------
f(x) = 3x - 2
f(2) = 3*2 -2 = 4
The function is linear ; it is a polynominal
------------------
f(x) = log x
f(2) = log 2 = 0.030102999...
The function is logrithmic
------------------
f(x) = x^2 - 5x + 6
f(2) = 2^2 -5*2 +6 = 4 -10 +6= 0
The function is quadratic; it is a polynomial
-----------
Cheers,
Stan H.