Final answer:
To find f(0), f(3), and f(-3) for the function f(x) = 3x^2 + 4x - 4, substitute the values of x into the function and simplify to get f(0) = -4, f(3) = 35, and f(-3) = 11.
Step-by-step explanation:
To find values of the function f(x) = 3x2 + 4x - 4, we simply substitute the given x values into the equation and simplify.
f(0)
Substitute x = 0 into the function:
f(0) = 3(0)2 + 4(0) - 4
f(0) = -4 (as the x terms all drop away)
f(3)
Substitute x = 3 into the function:
f(3) = 3(3)2 + 4(3) - 4
f(3) = 3(9) + 12 - 4
f(3) = 27 + 12 - 4
f(3) = 35
f(-3)
Substitute x = -3 into the function:
f(-3) = 3(-3)2 + 4(-3) - 4
f(-3) = 3(9) - 12 - 4
f(-3) = 27 - 12 - 4
f(-3) = 11