Question 43381: Evaluate each function to the value specified
f(x) =x squared - 7x + 10; find (a)f(0), (b)f(5), and (c)f(-2) Answer by fractalier(6550) (Show Source):
You can put this solution on YOUR website! Given f(x) = x^2 - 7x + 10, we merely plug in whatever value we need for x and calculate...so for
f(0) = 0^2 - 7(0) + 10 = 10
f(5) = 5^2 - 7(5) + 10 = 0
f(-2) = (-2)^2 -7(-2) + 10 = 28