Andrew S. answered 06/27/25
I'm a mathematics enthusiast!
At a first glance, the problem doesn't have enough information.
- When x = -5 and x = 2, what is f(-5) and f(2)?
- What kind of function is f(x)?
If those are f(-5) = f(2) = 0, then we know they are zeros of the function (or roots if it is a polynomial).
If f(x) is a quadratic, then f(x) = k(x + 5)(x - 2) = k(x2 - x*2 + 5*x - 10) = k(x2 + 3x - 10), where k is a real number.
If f(x) is a monic quadratic (that is, the coefficient of the highest power is 1), then f(x) = x2 + 3x - 10.