Final answer:
To create a polynomial with zeros -4, -2, 5, and a leading coefficient of 1, multiply the factors (x + 4), (x + 2), and (x - 5) together and expand to the standard form f(x) = x^3 + 6x^2 - 28x - 40.
Step-by-step explanation:
To write a polynomial function f of least degree with the given zeros -4, -2, 5 and a leading coefficient of 1, we first write the factors associated with each zero. The polynomial will be the product of these factors.
The factor for the zero -4 is (x - (-4)) or (x + 4), the factor for the zero -2 is (x - (-2)) or (x + 2), and the factor for the zero 5 is (x - 5). Multiplying these factors together gives us the polynomial in factorized form:
f(x) = (x + 4)(x + 2)(x - 5).
Next, we need to expand these factors to write the polynomial in standard form:
f(x) = x^3 + (4+2)x^2 - (20+8)x - 40.
Combining like terms results in the standard form of the polynomial:
f(x) = x^3 + 6x^2 - 28x - 40.
This is the required polynomial function in standard form with the least degree that satisfies the given conditions.